Remove host stompert
All checks were successful
CI / build (push) Successful in 1m48s
CI / deploy (docs-ops.qo.is) (push) Successful in 1m8s
CI / deploy (system-vm) (push) Successful in 1m40s

This commit is contained in:
Fabian Hauser 2025-05-18 23:11:52 +03:00
parent b285bbb2be
commit 184a810bd3
9 changed files with 6 additions and 103 deletions

View file

@ -22,10 +22,6 @@
"batzberg": {
"hostName": "batzberg"
},
"stompert": {
"hostName": "stompert",
"sshKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEKuqMPLbREFIrYcmReaRoHdz1TatpvlrZN14L6cikia"
},
"router-coredump": {
"hostName": "router"
},

View file

@ -52,13 +52,6 @@
};
};
eem-lan = {
domain = "eem-lan.net.qo.is";
hosts = {
stompert.v4.ip = ""; # TODO
};
};
riedbach-ext = {
# IP: Dynamic
domain = "riedbach-ext.net.qo.is";

View file

@ -39,11 +39,6 @@
publicKey = "6XGL4QKB8AMpm/VGcTgWqk9RiSws7DmY5TpIDkXbwlg=";
persistentKeepalive = 25;
};
stompert = {
v4.ip = "10.250.0.5";
publicKey = "CHTjQbmN9WhbRCxKgowxpMx4c5Zu0NDk0rRXEvuB3XA=";
persistentKeepalive = 25;
};
calanda = {
v4.ip = "10.250.0.6";
publicKey = "WMuMCzo8e/aNeGP7256mhK0Fe+x06Ws7a9hOZDPCr0M=";

View file

@ -37,14 +37,6 @@ package "riedbach.net.qo.is" {
riedbachrouter -- "enp5s0" lindberg
}
package "eem.net.qo.is" {
node eemrouter
node stompert
eemrouter -- "enp2s0" stompert
}
cloud internet[
<b>@
]
@ -59,7 +51,6 @@ package "coredump.net.qo.is" {
internet .. mediaconvchur: INIT7 Fiber (1G/1G)
internet .. riedbachrouter: iway Fiber (1G/1G)
internet .. eemrouter: KPN NL Fiber
internet .. coredumprouter: Openfactory DSL
@enduml
```