New k0 in s2d cluster
This commit is contained in:
@@ -3,12 +3,12 @@ let
|
||||
setup = import ../../modules/default.nix { inherit pkgs cluster customize lib config; };
|
||||
|
||||
hosts = [
|
||||
{ name = "k0-1"; address = "10.253.18.101"; hw = ./k0-1.nix; }
|
||||
{ name = "k0-2"; address = "10.253.18.102"; hw = ./k0-2.nix; }
|
||||
{ name = "k0-1"; address = "10.1.8.54"; hw = ./k0-1.nix; }
|
||||
{ name = "k0-2"; address = "10.1.8.55"; hw = ./k0-2.nix; }
|
||||
];
|
||||
|
||||
customize = {
|
||||
boot.bios = true;
|
||||
boot.uefi = true;
|
||||
};
|
||||
|
||||
cluster = {
|
||||
@@ -26,7 +26,7 @@ let
|
||||
enable = true;
|
||||
master = {
|
||||
name = "k0-0";
|
||||
address = "10.253.18.100";
|
||||
address = "10.1.8.53";
|
||||
extraSANs = [ "k0.itpartner.no" ];
|
||||
hw = ./k0-0.nix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user