Test env NATS cluster cut-over
This commit is contained in:
commit
b1e9dfa39d
25 changed files with 833 additions and 0 deletions
17
types/proxmox-worker/README.md
Executable file
17
types/proxmox-worker/README.md
Executable 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`.
|
||||
6
types/proxmox-worker/repos.txt
Normal file
6
types/proxmox-worker/repos.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
verae-archive-worm
|
||||
verae-tree-node
|
||||
verae-fleet
|
||||
verae-keep
|
||||
verae-bootstrap
|
||||
verae-proxmox
|
||||
Loading…
Add table
Add a link
Reference in a new issue