Skip to content
Snippets Groups Projects
Commit 73333db9 authored by Tom Prince's avatar Tom Prince
Browse files

s/deployment/grid-config/

parent f585fde1
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ let
};
# Configure deployment management authorization for all systems in the grid.
deployment = {
grid-config = {
services.private-storage.deployment = {
authorizedKey = builtins.readFile "${config.publicKeyPath}/deploy_key.pub";
gridName = "local";
......@@ -31,7 +31,7 @@ let
(gridlib.customize-issuer (config // {
monitoringvpnIPv4 = "172.23.23.11";
}))
deployment
grid-config
];
hardware-virtual.publicIPv4 = "192.168.67.21";
};
......@@ -43,7 +43,7 @@ let
(gridlib.customize-storage (config // {
monitoringvpnIPv4 = "172.23.23.12";
}))
deployment
grid-config
];
hardware-virtual.publicIPv4 = "192.168.67.22";
system.stateVersion = "19.09";
......@@ -56,7 +56,7 @@ let
(gridlib.customize-storage (config // {
monitoringvpnIPv4 = "172.23.23.13";
}))
deployment
grid-config
];
hardware-virtual.publicIPv4 = "192.168.67.23";
system.stateVersion = "19.09";
......@@ -72,7 +72,7 @@ let
googleOAuthClientID = config.monitoringGoogleOAuthClientID;
monitoringvpnIPv4 = "172.23.23.1";
})
deployment
grid-config
];
hardware-virtual.publicIPv4 = "192.168.67.24";
system.stateVersion = "19.09";
......
......@@ -12,7 +12,7 @@ let
};
# Configure deployment management authorization for all systems in the grid.
deployment = {
grid-config = {
services.private-storage.deployment = {
authorizedKey = builtins.readFile "${config.publicKeyPath}/deploy_key.pub";
gridName = "production";
......@@ -30,7 +30,7 @@ let
(gridlib.customize-issuer (config // {
monitoringvpnIPv4 = "172.23.23.11";
}))
deployment
grid-config
];
};
......@@ -44,7 +44,7 @@ let
googleOAuthClientID = config.monitoringGoogleOAuthClientID;
monitoringvpnIPv4 = "172.23.23.1";
})
deployment
grid-config
];
system.stateVersion = "19.09";
};
......@@ -72,7 +72,7 @@ let
}))
# Also configure deployment management authorization
deployment
grid-config
];
system.stateVersion = stateVersion;
......
......@@ -12,7 +12,7 @@ let
};
# Configure deployment management authorization for all systems in the grid.
deployment = {
grid-config = {
services.private-storage.deployment = {
authorizedKey = builtins.readFile "${config.publicKeyPath}/deploy_key.pub";
gridName = "testing";
......@@ -30,7 +30,7 @@ let
(gridlib.customize-issuer (config // {
monitoringvpnIPv4 = "172.23.23.11";
}))
deployment
grid-config
];
};
......@@ -42,7 +42,7 @@ let
(gridlib.customize-storage (config // {
monitoringvpnIPv4 = "172.23.23.12";
}))
deployment
grid-config
];
system.stateVersion = "19.03";
};
......@@ -57,7 +57,7 @@ let
googleOAuthClientID = config.monitoringGoogleOAuthClientID;
monitoringvpnIPv4 = "172.23.23.1";
})
deployment
grid-config
];
system.stateVersion = "19.09";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment