Add a three-node NATS JetStream cluster on distinct Proxmox LXC guests.
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
LXC 511–513 (nats-a/b/c on 10.10.10.21–23, vmbr1 only) form cluster verae with replicas=3. Host loopback 127.0.0.1:4222 is unchanged.
This commit is contained in:
parent
7a5e25639e
commit
69e28af4d8
27 changed files with 365 additions and 2 deletions
|
|
@ -45,6 +45,7 @@ bash scripts/fetch.sh ns1-all-in-one # one server type
|
|||
| **ns1-archive** | `types/ns1-archive/` | NATS + worm ×3 + tree-node ×3 + poller + webhook + aggregator + keep |
|
||||
| **lan-worker** | `types/lan-worker/` | Extra SSH worker (tree-node, archive-worm). Keep disabled until SSH works (`lan-134`). |
|
||||
| **proxmox-worker** | `types/proxmox-worker/` | LXC 510 on NS1 `vmbr1` (`10.10.10.20`) — extra worm/tree copies |
|
||||
| **nats-cluster** | `types/nats-cluster/` | LXC 511–513 JetStream cluster on `vmbr1` (`10.10.10.21–23`) |
|
||||
|
||||
Each type has `repos.txt` (subset of the master list) and `README.md`.
|
||||
|
||||
|
|
|
|||
|
|
@ -40,5 +40,6 @@ verae-uptime|20|npm
|
|||
verae-backup|0|
|
||||
verae-deploy|20|npm
|
||||
verae-proxmox|0|ssh
|
||||
verae-nats-cluster|0|nats_server,ssh
|
||||
zapier-docs-master|0|docs
|
||||
master-zapier-plan-draft|22|npm,native,nats,docs
|
||||
|
|
|
|||
|
|
|
@ -37,3 +37,4 @@ verae-uptime
|
|||
verae-backup
|
||||
verae-deploy
|
||||
verae-proxmox
|
||||
verae-nats-cluster
|
||||
|
|
|
|||
9
packages/verae-bootstrap/types/nats-cluster/README.md
Normal file
9
packages/verae-bootstrap/types/nats-cluster/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Server type: nats-cluster
|
||||
|
||||
Three Proxmox LXC guests (`nats-a/b/c`) on `vmbr1`. Provision from the hypervisor with [verae-nats-cluster](https://git.georgelambert.org/marchon/verae-nats-cluster) `scripts/create-cluster.sh`.
|
||||
|
||||
Client URL (private only):
|
||||
|
||||
`nats://10.10.10.21:4222,nats://10.10.10.22:4222,nats://10.10.10.23:4222`
|
||||
|
||||
Host loopback `127.0.0.1:4222` stays the lab bus until you cut over.
|
||||
3
packages/verae-bootstrap/types/nats-cluster/repos.txt
Normal file
3
packages/verae-bootstrap/types/nats-cluster/repos.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
verae-nats-cluster
|
||||
verae-nats-accounts
|
||||
verae-bootstrap
|
||||
Loading…
Add table
Add a link
Reference in a new issue