Test env NATS cluster cut-over

This commit is contained in:
George Lambert 2026-09-11 23:59:56 -04:00
commit b1e9dfa39d
25 changed files with 833 additions and 0 deletions

17
types/proxmox-worker/README.md Executable file
View file

@ -0,0 +1,17 @@
# Server type: proxmox-worker
Ubuntu LXC on **NS1 Proxmox** (`vmbr1` `10.10.10.20`, VMID 510). Extra `archive-worm` + `tree-node` copies so replica floors are not all on the host PID namespace.
Provision from the Proxmox host: [verae-proxmox](https://git.georgelambert.org/marchon/verae-proxmox) `scripts/create-worker.sh`.
```bash
export VERAE_SRC=$HOME/verae-src
export NATS_URL=nats://10.10.10.1:4222
bash scripts/host-deps.sh --type proxmox-worker
bash scripts/fetch.sh proxmox-worker
# keep extra copies:
KEEP_UNITS=$HOME/verae-src/verae-keep/units.px-worker.json \
bash $HOME/verae-src/verae-keep/scripts/guard.sh
```
Fleet machine id `px-worker`. Enable after `ssh-check`.

View file

@ -0,0 +1,6 @@
verae-archive-worm
verae-tree-node
verae-fleet
verae-keep
verae-bootstrap
verae-proxmox