Tom Hubrecht
51133e6e5f
All checks were successful
Check meta / check_meta (push) Successful in 16s
Check meta / check_dns (push) Successful in 16s
build configuration / build_and_cache_compute01 (push) Successful in 2m54s
build configuration / build_and_cache_storage01 (push) Successful in 4m19s
build configuration / build_and_cache_rescue01 (push) Successful in 1m10s
build configuration / build_and_cache_geo01 (push) Successful in 1m3s
build configuration / build_and_cache_geo02 (push) Successful in 1m1s
build configuration / build_and_cache_vault01 (push) Successful in 1m16s
build configuration / build_and_cache_web01 (push) Successful in 1m42s
build configuration / build_and_cache_web02 (push) Successful in 1m7s
build configuration / build_and_cache_web03 (push) Successful in 1m12s
build configuration / build_and_cache_bridge01 (push) Successful in 1m3s
lint / check (push) Successful in 23s
141 lines
3.2 KiB
Nix
141 lines
3.2 KiB
Nix
###
|
|
# File specifying all the deployement options for the nodes administrated by the dgnum.
|
|
#
|
|
# Node metadata template is:
|
|
#
|
|
# NODE_NAME = {
|
|
# adminGroups = []; # List of groups that have root access
|
|
# admins = []; # List of individuals that have root access
|
|
# deployment = {}; # Colmena deployment options
|
|
# nixpkgs = "unstable" or "22.11"; # nixpkgs version
|
|
# }
|
|
|
|
/*
|
|
Liste des différents sites :
|
|
- rat01 -> VM du NPSPI
|
|
- pav01 -> Salle serveur sous le pavillon Pasteur
|
|
- oik01 -> Local DGNum Jourdan
|
|
- hyp01 -> Salle serveur Hypnos 1
|
|
- luj01 -> VM de Luj
|
|
*/
|
|
{
|
|
bridge01 = {
|
|
site = "hyp01";
|
|
|
|
hashedPassword = "$y$j9T$EPJdz70kselouXAVUmAH01$8nYbUBY9NPTMfYigegY0qFSdxJwhqzW8sFacDqEYCP5";
|
|
|
|
stateVersion = "24.05";
|
|
|
|
adminGroups = [ "fai" ];
|
|
|
|
deployment = {
|
|
targetHost = "fd26:baf9:d250:8000::ffff";
|
|
sshOptions = [
|
|
"-J"
|
|
"root@vault01.hyp01.infra.dgnum.eu"
|
|
];
|
|
};
|
|
};
|
|
|
|
compute01 = {
|
|
site = "pav01";
|
|
|
|
hashedPassword = "$y$j9T$2nxZHq84G7fWvWMEaGavE/$0ADnmD9qMpXJJ.rWWH9086EakvZ3wAg0mSxZYugOf3C";
|
|
|
|
stateVersion = "23.05";
|
|
nix-modules = [ "services/stirling-pdf" ];
|
|
nixpkgs = "24.05";
|
|
};
|
|
|
|
geo01 = {
|
|
site = "oik01";
|
|
deployment.tags = [ "geo" ];
|
|
|
|
hashedPassword = "$y$j9T$2XmDpJu.QLhV57yYCh5Lf1$LK.X0HKB02Q0Ujvhj5nIofW2IRrIAL/Uxnvl9AXM1L8";
|
|
|
|
stateVersion = "24.05";
|
|
nixpkgs = "24.05";
|
|
};
|
|
|
|
geo02 = {
|
|
site = "oik01";
|
|
deployment.tags = [ "geo" ];
|
|
|
|
hashedPassword = "$y$j9T$Q4fbMpSm9beWu4DPNAR9t0$dx/1pH4GPY72LpS5ZiECXAZFDdxwmIywztsX.qo2VVA";
|
|
|
|
stateVersion = "24.05";
|
|
nixpkgs = "24.05";
|
|
};
|
|
|
|
rescue01 = {
|
|
site = "luj01";
|
|
|
|
deployment.targetHost = "v6.rescue01.luj01.infra.dgnum.eu";
|
|
|
|
hashedPassword = "$y$j9T$nqoMMu/axrD0m8AlUFdbs.$UFVmIdPAOHBe2jJv5HJJTcDgINC7LTnSGRQNs9zS1mC";
|
|
|
|
stateVersion = "23.11";
|
|
vm-cluster = "Hyperviseur Luj";
|
|
};
|
|
|
|
storage01 = {
|
|
site = "pav01";
|
|
|
|
hashedPassword = "$y$j9T$tvRu1EJ9MwDSvEm0ogwe70$bKSw6nNteN0L3NOy2Yix7KlIvO/oROQmQ.Ynq002Fg8";
|
|
|
|
stateVersion = "23.11";
|
|
nixpkgs = "24.05";
|
|
|
|
nix-modules = [
|
|
"services/forgejo-nix-runners"
|
|
"services/netbird/server.nix"
|
|
];
|
|
};
|
|
|
|
vault01 = {
|
|
site = "hyp01";
|
|
deployment.targetHost = "vault01.hyp01.infra.dgnum.eu";
|
|
|
|
hashedPassword = "$y$j9T$5osXVNxCDxu3jIndcyh7G.$UrjiDRpMu3W59tKHLGNdLWllZh.4p8IM4sBS5SrNrN1";
|
|
|
|
stateVersion = "23.11";
|
|
nixpkgs = "24.05";
|
|
|
|
adminGroups = [ "fai" ];
|
|
};
|
|
|
|
web01 = {
|
|
site = "rat01";
|
|
|
|
deployment.tags = [ "web" ];
|
|
|
|
hashedPassword = "$y$j9T$9YqXO93VJE/GP3z8Sh4h51$hrBsEPL2O1eP/wBZTrNT8XV906V4JKbQ0g04IWBcyd2";
|
|
|
|
stateVersion = "23.05";
|
|
vm-cluster = "Hyperviseur NPS";
|
|
|
|
nixpkgs = "24.05";
|
|
};
|
|
|
|
web02 = {
|
|
site = "rat01";
|
|
|
|
hashedPassword = "$y$j9T$p42UVNy78PykkQOjPwXNJ/$B/zCUOrHXVSFGUY63wnViMiSmU2vCWsiX0y62qqgNQ5";
|
|
|
|
stateVersion = "24.05";
|
|
nixpkgs = "24.05";
|
|
vm-cluster = "Hyperviseur NPS";
|
|
};
|
|
|
|
web03 = {
|
|
site = "rat01";
|
|
|
|
hashedPassword = "$y$j9T$Un/tcX5SPKNXG.sy/BcTa.$kyNHELjb1GAOWnauJfcjyVi5tacWcuEBKflZDCUC6x4";
|
|
|
|
nix-modules = [ "services/django-apps" ];
|
|
|
|
stateVersion = "24.05";
|
|
nixpkgs = "24.05";
|
|
vm-cluster = "Hyperviseur NPS";
|
|
};
|
|
}
|