ops/nixos: rename various machines to comply with naming convention
* *-frantech should be frantech-*, it's provider first * blade VMs now all begin bvm-
This commit is contained in:
parent
6a80243cce
commit
b2e2f965c5
10 changed files with 23 additions and 17 deletions
|
@ -86,17 +86,21 @@ blade-torres:
|
||||||
extends: .deploy
|
extends: .deploy
|
||||||
script: './hack/deploy.sh "blade-torres" ""'
|
script: './hack/deploy.sh "blade-torres" ""'
|
||||||
|
|
||||||
las01-frantech:
|
bvm-nixosmgmt:
|
||||||
extends: .deploy
|
extends: .deploy
|
||||||
script: './hack/deploy.sh "las01-frantech" ""'
|
script: './hack/deploy.sh "bvm-nixosmgmt" ""'
|
||||||
|
|
||||||
lux01-frantech:
|
frantech-las01:
|
||||||
extends: .deploy
|
extends: .deploy
|
||||||
script: './hack/deploy.sh "lux01-frantech" ""'
|
script: './hack/deploy.sh "frantech-las01" ""'
|
||||||
|
|
||||||
nyc01-frantech:
|
frantech-lux01:
|
||||||
extends: .deploy
|
extends: .deploy
|
||||||
script: './hack/deploy.sh "nyc01-frantech" ""'
|
script: './hack/deploy.sh "frantech-lux01" ""'
|
||||||
|
|
||||||
|
frantech-nyc01:
|
||||||
|
extends: .deploy
|
||||||
|
script: './hack/deploy.sh "frantech-nyc01" ""'
|
||||||
|
|
||||||
docker-push:
|
docker-push:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
@ -37,7 +37,7 @@ in {
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
nix.maxJobs = lib.mkDefault 1;
|
nix.maxJobs = lib.mkDefault 2;
|
||||||
|
|
||||||
# Networking!
|
# Networking!
|
||||||
networking = {
|
networking = {
|
|
@ -30,10 +30,10 @@ let
|
||||||
"blade-torres"
|
"blade-torres"
|
||||||
"blade-chakotay"
|
"blade-chakotay"
|
||||||
"blade-kim"
|
"blade-kim"
|
||||||
"lux01-frantech"
|
"frantech-lux01"
|
||||||
"nyc01-frantech"
|
"frantech-nyc01"
|
||||||
"las01-frantech"
|
"frantech-las01"
|
||||||
"nixos-mgmt"
|
"bvm-nixosmgmt"
|
||||||
];
|
];
|
||||||
rebuilder = system: (import ./lib/rebuilder.nix (args // { system = system; }));
|
rebuilder = system: (import ./lib/rebuilder.nix (args // { system = system; }));
|
||||||
systemCfgs = lib.genAttrs systems
|
systemCfgs = lib.genAttrs systems
|
||||||
|
|
|
@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# las01-frantech.as205479.net
|
# frantech-las01.as205479.net
|
||||||
|
|
||||||
1GiB RAM VM from BuyVM.
|
1GiB RAM VM from BuyVM.
|
||||||
|
|
|
@ -40,7 +40,7 @@ in {
|
||||||
|
|
||||||
# Networking!
|
# Networking!
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "las01-frantech";
|
hostName = "frantech-las01";
|
||||||
domain = "as205479.net";
|
domain = "as205479.net";
|
||||||
hostId = "2b6a8f37";
|
hostId = "2b6a8f37";
|
||||||
|
|
|
@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# lux01-frantech.as205479.net
|
# frantech-lux01.as205479.net
|
||||||
|
|
||||||
1GiB RAM VM from BuyVM.
|
1GiB RAM VM from BuyVM.
|
||||||
|
|
|
@ -40,7 +40,7 @@ in {
|
||||||
|
|
||||||
# Networking!
|
# Networking!
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "lux01-frantech";
|
hostName = "frantech-lux01";
|
||||||
domain = "as205479.net";
|
domain = "as205479.net";
|
||||||
hostId = "92a60220";
|
hostId = "92a60220";
|
||||||
|
|
|
@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# nyc01-frantech.as205479.net
|
# frantech-nyc01.as205479.net
|
||||||
|
|
||||||
1GiB RAM VM from BuyVM.
|
1GiB RAM VM from BuyVM.
|
||||||
|
|
|
@ -40,7 +40,7 @@ in {
|
||||||
|
|
||||||
# Networking!
|
# Networking!
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "nyc01-frantech";
|
hostName = "frantech-nyc01";
|
||||||
domain = "as205479.net";
|
domain = "as205479.net";
|
||||||
hostId = "251837df";
|
hostId = "251837df";
|
||||||
|
|
|
@ -53,6 +53,8 @@ blade-kim.int 3600 IN A 100.84.36.62
|
||||||
blade-janeway.int 3600 IN A 100.121.116.85
|
blade-janeway.int 3600 IN A 100.121.116.85
|
||||||
blade-chakotay.int 3600 IN A 100.121.11.7
|
blade-chakotay.int 3600 IN A 100.121.11.7
|
||||||
|
|
||||||
|
bvm-nixosmgmt.int 3600 IN A 100.65.226.19
|
||||||
|
|
||||||
; laptops, desktops, routers
|
; laptops, desktops, routers
|
||||||
totoro.int 3600 IN A 100.122.86.11
|
totoro.int 3600 IN A 100.122.86.11
|
||||||
porcorosso-win.int 3600 IN A 100.93.164.79
|
porcorosso-win.int 3600 IN A 100.93.164.79
|
||||||
|
|
Loading…
Reference in a new issue