a2f3410e42
Add per-site and per-box inventories, consolidate shared network design, and relocate the switch and access-point references under the home site.
1.7 KiB
1.7 KiB
darts
An opaque third-party/customer VM. Declared in colony's my.vms.instances
but not a NixOS system: this repo knows nothing about what runs inside it
and doesn't manage it.
- Source (host-side only): the
dartsinstance innixos/boxes/colony/vms/default.nixand the90-vm-dartsnetwork innixos/boxes/colony/default.nix - Host: VM on
colony - nixpkgs: not applicable (unmanaged guest; host-side definition uses
colony'smine-stable)
Role
- Customer/dedicated VM, left alone beyond hosting and connectivity.
- A thin-provisioned
rootLV on the NVMe pool, plusdarts-media(RAID 5 across the four HDDs) anddarts-ext(linear storage on the 18 TB HDD) in themainVG. Seecolony's storage layout.
Network assignments
This guest is not a NixOS system, so its host-routed addresses are not rows in the generated network assignments table.
- Same customer-VM pattern as
mail: dedicated unbridged TAP (vm-darts), point-to-point address (custRouting.darts-vm) on the host side, link-routed public /3294.142.242.255, and the IPv6 /642a0e:97c0:4d2:2001::/64with RAs. - DNS:
darts-cust.ams1.int.nul.ie. Like the other customer prefixes, its inbound traffic is accepted byestuarywithout per-port filtering and forwarded on bycolony.
Notable config files
nixos/boxes/colony/vms/default.nix— VM definition.nixos/boxes/colony/default.nix— host-side network and routing.