Documents the three-machine role model, fleet mesh topology, coulombcore freeze policy, and ordered drain sequence. Adds railiance01 systemd tunnel install assets and refreshes ops service inventory to reflect 2026-07-03 production placement (cluster State Hub, fleet mesh, draining coulombcore).
51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
# Fleet-owned production tunnels on railiance01 (CUST-WP-0054-T02).
|
|
# Install to: ~/.config/bridge/tunnels.yaml on railiance01
|
|
#
|
|
# Replaces workstation reverse tunnels state-hub-railiance01 and
|
|
# issue-core-railiance01 with machine-local forward tunnels through coulombcore.
|
|
#
|
|
# activity-core bridge proxies (unchanged):
|
|
# actcore-state-hub-bridge -> 127.0.0.1:18000
|
|
# actcore-issue-core-bridge -> 127.0.0.1:18765
|
|
|
|
tunnels:
|
|
fleet-state-hub-coulombcore:
|
|
host: 92.205.130.254
|
|
remote_port: 8000
|
|
local_port: 18000
|
|
direction: local
|
|
remote_host: 10.43.170.94
|
|
ssh_user: tegwick
|
|
ssh_key: ~/.ssh/id_ops
|
|
actor: atm-fleet-mesh
|
|
health_check:
|
|
url: http://127.0.0.1:18000/state/health
|
|
interval_seconds: 30
|
|
timeout_seconds: 5
|
|
reconnect:
|
|
max_attempts: 0
|
|
backoff_initial: 5
|
|
backoff_max: 60
|
|
|
|
fleet-issue-core-coulombcore:
|
|
host: 92.205.130.254
|
|
remote_port: 8765
|
|
local_port: 18765
|
|
direction: local
|
|
remote_host: 10.43.103.154
|
|
ssh_user: tegwick
|
|
ssh_key: ~/.ssh/id_ops
|
|
actor: atm-fleet-mesh
|
|
health_check:
|
|
url: http://127.0.0.1:18765/healthz
|
|
interval_seconds: 30
|
|
timeout_seconds: 5
|
|
reconnect:
|
|
max_attempts: 0
|
|
backoff_initial: 5
|
|
backoff_max: 60
|
|
|
|
actors:
|
|
atm-fleet-mesh:
|
|
class: atm
|
|
description: Railiance01 fleet mesh — direct production lanes to coulombcore cluster services |