Difference between revisions of "Infrastructure:Bastille"
m |
|||
| Line 28: | Line 28: | ||
They are at the moment netbooted from [[Infrastructure:Vesuvius]] as NixOS k3s nodes. | They are at the moment netbooted from [[Infrastructure:Vesuvius]] as NixOS k3s nodes. | ||
| + | |||
| + | {| class="wikitable sortable" | ||
| + | ! Hostname !! Frontend IP4 !! Backend IP4 !! Notes | ||
| + | |- | ||
| + | | [[Infrastructure:Vesuvius|vesuvius]] || 10.98.0.23 || 10.98.3.1 || k3s control plane; PXE boot image server | ||
| + | |- | ||
| + | | backbiter || 10.98.0.25 || 10.98.3.2 || | ||
| + | |- | ||
| + | | damocles || 10.98.0.26 || 10.98.3.3 || | ||
| + | |- | ||
| + | | durendal || 10.98.0.27 || 10.98.3.4 || | ||
| + | |- | ||
| + | | excalibur || 10.98.0.29 || 10.98.3.5 || | ||
| + | |- | ||
| + | | eyelander || 10.98.0.28 || 10.98.3.6 || | ||
| + | |- | ||
| + | | gram || 10.98.0.30 || 10.98.3.7 || | ||
| + | |- | ||
| + | | [[Infrastructure:Prospit|prospit]] || - || - || [[User:Enzoisotton]] took this out of the server room to test pxe booting, yell at him until it's back | ||
| + | |- | ||
| + | | gryffindor || 10.98.0.31 || 10.98.3.8 || | ||
| + | |- | ||
| + | | kusanagi || 10.98.0.32 || - || the SFP+ NIC appears broken. may work if re-seated. | ||
| + | |- | ||
| + | | narsil || 10.98.0.33 || 10.98.3.10 || | ||
| + | |- | ||
| + | | oathbringer || 10.98.0.34 || 10.98.3.11 || | ||
| + | |- | ||
| + | | riptide || 10.98.0.35 || 10.98.3.13 || | ||
| + | |- | ||
| + | | sting || 10.98.0.36 || 10.98.3.14 || | ||
| + | |} | ||
| + | |||
| + | Each machine has a management interface on 10.98.2.0/24, with the same last octet as its backend IP -- i.e. riptide can be managed from 10.98.2.13. | ||
| + | |||
| + | == Guide == | ||
| + | |||
| + | === Technical === | ||
| + | |||
| + | Each listed blade has four connections: two 8p8c NICs attached to [[Infrastructure:Magma]], one for the frontend network, and one for its management interface, then two SFP+ NICs bonded together and connected to [[Infrastructure:Pahoehoe]] via QSFP+ breakout cable. The 20G bonded interface is used for the cluster's backend interconnect. | ||
| + | |||
| + | The frontend networks, uses DHCP with [[Infrastructure:Shellshock]], while the backend network is statically routed. | ||
| + | |||
| + | You can spy their config here [https://github.com/vtluug/construct/blob/main/hosts/bastille/blade.nix] | ||
| + | |||
| + | === Operational === | ||
| + | |||
| + | All users with a VTLUUG SSO account (read: FreeIPA/acidburn) can SSH to [[Infrastructure:Vesuvius]] on the VTLUUG LAN. | ||
| + | |||
| + | From there, all users with sudo access can use `kubectl` to manage the cluster, or proxy/jump to other nodes. | ||
== Things To Host On All This (Post Suggestions!!!) == | == Things To Host On All This (Post Suggestions!!!) == | ||
Revision as of 03:47, 14 September 2026
Bastille is our Lenovo Nextscale chassis donated by jpo from his VT Surplus spoils.
It contains twelve like 'blades', with:
- 2x Intel(R) Xeon(R) E5-2680 v3 (48) @ 3.30 GHz, 12 cores 24 threads each
- 256 GiB DDR4
- a fully-featured remote management interface, with a webUI kvm
- two gigabit eth NICs, and one Intel X520 2x10G SFP+
- notably, no peripheral ports other than a multiplexed one that uses a proprietary adapter to VGA, Serial, 2x USB
These blades are appropriately named:
[ "backbiter" "damocles" "durendal" "eyelander" "excalibur" "gram" "gryffindor" "kusanagi" "narsil" "oathbringer" "riptide" "sting" ]
They are at the moment netbooted from Infrastructure:Vesuvius as NixOS k3s nodes.
| Hostname | Frontend IP4 | Backend IP4 | Notes |
|---|---|---|---|
| vesuvius | 10.98.0.23 | 10.98.3.1 | k3s control plane; PXE boot image server |
| backbiter | 10.98.0.25 | 10.98.3.2 | |
| damocles | 10.98.0.26 | 10.98.3.3 | |
| durendal | 10.98.0.27 | 10.98.3.4 | |
| excalibur | 10.98.0.29 | 10.98.3.5 | |
| eyelander | 10.98.0.28 | 10.98.3.6 | |
| gram | 10.98.0.30 | 10.98.3.7 | |
| prospit | - | - | User:Enzoisotton took this out of the server room to test pxe booting, yell at him until it's back |
| gryffindor | 10.98.0.31 | 10.98.3.8 | |
| kusanagi | 10.98.0.32 | - | the SFP+ NIC appears broken. may work if re-seated. |
| narsil | 10.98.0.33 | 10.98.3.10 | |
| oathbringer | 10.98.0.34 | 10.98.3.11 | |
| riptide | 10.98.0.35 | 10.98.3.13 | |
| sting | 10.98.0.36 | 10.98.3.14 |
Each machine has a management interface on 10.98.2.0/24, with the same last octet as its backend IP -- i.e. riptide can be managed from 10.98.2.13.
Guide
Technical
Each listed blade has four connections: two 8p8c NICs attached to Infrastructure:Magma, one for the frontend network, and one for its management interface, then two SFP+ NICs bonded together and connected to Infrastructure:Pahoehoe via QSFP+ breakout cable. The 20G bonded interface is used for the cluster's backend interconnect.
The frontend networks, uses DHCP with Infrastructure:Shellshock, while the backend network is statically routed.
You can spy their config here [1]
Operational
All users with a VTLUUG SSO account (read: FreeIPA/acidburn) can SSH to Infrastructure:Vesuvius on the VTLUUG LAN.
From there, all users with sudo access can use `kubectl` to manage the cluster, or proxy/jump to other nodes.
Things To Host On All This (Post Suggestions!!!)
- hentai at home (rsk)
- tor relay (rsk)
- both of the above possibly better as a slim nixos VM on something like spectre?
- nix build server (clj)
- build/parameter optimization rust compiler (clj)
- folding@home (ap, eri)
- port sczi over (mkl)
- slskd/slskd:latest
- quay.io/oauth2-proxy/oauth2-proxy:latest
luuul/4get:latestported- linuxserver/qbittorrent:latest
- qmcgaw/gluetun
- quay.io/oauth2-proxy/oauth2-proxy:latest
- mariadb:10.4.32
vtluug/mediawiki-vtluug:1.1ported- linuxserver/swag
- vectorim/element-web:latest
- quay.io/dexidp/dex:latest
vtluug/pyqdbported- thelounge/thelounge:latest
vtluug-site-vtluug-siteported- vaultwarden/server:latest
- gitea/gitea:nightly
- t4skforce/syncthing-relay-discovery:latest
- Tigerbeetle (clj, meme suggestion)
- Something like Sagemath but in a way that doesn't give people free ACE (clj)
- map stuff (mhazinsk)
- OSM tile server
- async LIDAR processing - laz2ept/sinkholes, etc
- coder ephemeral dev environments for members (mhazinsk)
- OCCRP Aleph for VT FOIA requests as a hokieprivacy project (mhazinsk)
- OONI probe (mhazinsk)
- browsertrix (pew)
- grafana (ARC and many others have done this and it looks cool) (clj)