Create VM on METZ
This commit is contained in:
parent
662d5a9f2e
commit
2a1864bcb1
2 changed files with 192 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
getDeployPkgs = ver: if ver == "25-05" then deployPkgs-25-05 else deployPkgs-unstable;
|
||||
getNixpkgs = ver: if ver == "25-05" then nixpkgs-25-05 else nixpkgs-unstable;
|
||||
getDeployPkgs = ver: if ver == "25.05" then deployPkgs-25-05 else deployPkgs-unstable;
|
||||
getNixpkgs = ver: if ver == "25.05" then nixpkgs-25-05 else nixpkgs-unstable;
|
||||
|
||||
nodes = import ./nodes.nix;
|
||||
|
||||
|
|
190
nodes.nix
190
nodes.nix
|
@ -17,4 +17,194 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
db-mtz-lasuite-federez = {
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "193.48.225.151/24";
|
||||
gIp4 = "193.48.225.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
grubDevice = "/dev/sda";
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/04722f8d-5368-484b-8ec1-1dc10aad1b4a";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
dns-mtz-lasuite-federez = {
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "193.48.225.152/24";
|
||||
gIp4 = "193.48.225.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
grubDevice = "/dev/sda";
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/760e2977-2c6a-438a-bcfe-57a315211df4";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
docs-mtz-lasuite-federez = {
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "193.48.225.153/24";
|
||||
gIp4 = "193.48.225.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
grubDevice = "/dev/sda";
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/760e2977-2c6a-438a-bcfe-57a315211df4";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
meet-mtz-lasuite-federez = {
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "193.48.225.154/24";
|
||||
gIp4 = "193.48.225.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
grubDevice = "/dev/sda";
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/760e2977-2c6a-438a-bcfe-57a315211df4";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
gris-mtz-lasuite-federez = {
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "193.48.225.155/24";
|
||||
gIp4 = "193.48.225.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
grubDevice = "/dev/sda";
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/760e2977-2c6a-438a-bcfe-57a315211df4";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
mail-mtz-lasuite-federez = {
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "193.48.225.156/24";
|
||||
gIp4 = "193.48.225.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
grubDevice = "/dev/sda";
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/760e2977-2c6a-438a-bcfe-57a315211df4";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
garage-mtz-lasuite-federez = {
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "193.48.225.157/24";
|
||||
gIp4 = "193.48.225.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
grubDevice = "/dev/sda";
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/760e2977-2c6a-438a-bcfe-57a315211df4";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
livekit-mtz-lasuite-federez = {
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "193.48.225.158/24";
|
||||
gIp4 = "193.48.225.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
grubDevice = "/dev/sda";
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/760e2977-2c6a-438a-bcfe-57a315211df4";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
backup-mtz-lasuite-federez = {
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "193.48.225.159/24";
|
||||
gIp4 = "193.48.225.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
grubDevice = "/dev/sda";
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/760e2977-2c6a-438a-bcfe-57a315211df4";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
prom-mtz-lasuite-federez = {
|
||||
system = "x86_64-linux";
|
||||
ver = "25.05";
|
||||
modules = [
|
||||
# TODO
|
||||
];
|
||||
|
||||
ip4 = "193.48.225.160/24";
|
||||
gIp4 = "193.48.225.254";
|
||||
|
||||
dev = "ens18";
|
||||
|
||||
grubDevice = "/dev/sda";
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/760e2977-2c6a-438a-bcfe-57a315211df4";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue