forked from the-distro/infra
hydra: move from bagel-box to build-coord
This commit is contained in:
parent
ce3a40671c
commit
5fdce0e2b5
|
@ -37,11 +37,6 @@
|
||||||
|
|
||||||
bagel.services = {
|
bagel.services = {
|
||||||
postgres.enable = true;
|
postgres.enable = true;
|
||||||
|
|
||||||
hydra.enable = true;
|
|
||||||
# Takes 10 builders (0 → 9).
|
|
||||||
hydra.builders = lib.genList (i: "builder-${builtins.toString i}") 10;
|
|
||||||
|
|
||||||
ofborg.enable = true;
|
ofborg.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,12 @@
|
||||||
|
|
||||||
bagel.sysadmin.enable = true;
|
bagel.sysadmin.enable = true;
|
||||||
|
|
||||||
|
bagel.services = {
|
||||||
|
hydra.enable = true;
|
||||||
|
# Takes 10 builders (0 → 9).
|
||||||
|
hydra.builders = lib.genList (i: "builder-${builtins.toString i}") 10;
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
deployment.targetHost = "build-coord.wob01.infra.forkos.org";
|
deployment.targetHost = "build-coord.wob01.infra.forkos.org";
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,10 +4,10 @@ let
|
||||||
commonKeys = keys.users.delroth ++ keys.users.raito;
|
commonKeys = keys.users.delroth ++ keys.users.raito;
|
||||||
|
|
||||||
secrets = with keys; {
|
secrets = with keys; {
|
||||||
hydra-postgres-key = [ machines.bagel-box ];
|
hydra-postgres-key = [ machines.build-coord ];
|
||||||
hydra-s3-credentials = [ machines.bagel-box ];
|
hydra-s3-credentials = [ machines.build-coord ];
|
||||||
hydra-signing-priv = [ machines.bagel-box ];
|
hydra-signing-priv = [ machines.build-coord ];
|
||||||
hydra-ssh-key-priv = [ machines.bagel-box ];
|
hydra-ssh-key-priv = [ machines.build-coord ];
|
||||||
|
|
||||||
netbox-environment = [ machines.meta01 ];
|
netbox-environment = [ machines.meta01 ];
|
||||||
mimir-environment = [ machines.meta01 ];
|
mimir-environment = [ machines.meta01 ];
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue