fix(resources): drop stale park-lab-old Stack; docs(wiki): Periphery connect_as and upgrade gotchas
park-lab-old referenced a server removed from Komodo, breaking the resource sync. Also documents two Periphery incidents from this session: a Core-UI rename doesn't touch the agent's own connect_as, and upgrading Periphery is a config-preserving re-run of the installer.
This commit is contained in:
+3
-36
@@ -31,43 +31,10 @@
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
# park-lab — the LAB bench box (hardware/dev testing, no real traffic). Chases
|
||||
# art-docker-station — LAB bench box (hardware/dev testing, no real traffic). Chases
|
||||
# the dev tier: compose files from `dev`, MOVING image tag `dev` (labs may
|
||||
# float; real booths pin). Secrets are its own park_lab_* refs — per-box blast
|
||||
# radius, never shared with a real booth even in the lab.
|
||||
##############################################################################
|
||||
|
||||
[[stack]]
|
||||
name = "park-lab-old"
|
||||
[stack.config]
|
||||
server = "park-lab"
|
||||
git_provider = "git.infra.msai.al"
|
||||
git_account = "komodo"
|
||||
repo = "mca/parking_solution"
|
||||
branch = "dev"
|
||||
file_paths = [
|
||||
"docker-compose.yml",
|
||||
"docker-compose.prod.yml"
|
||||
]
|
||||
registry_provider = "git.infra.msai.al"
|
||||
registry_account = "komodo"
|
||||
environment = """
|
||||
REGISTRY=git.infra.msai.al/mca/parking_solution
|
||||
# Lab tier: the MOVING dev tag — redeploy pulls the latest dev build. Pin to a
|
||||
# dev-<sha> only when reproducing a specific state.
|
||||
TAG=dev
|
||||
COOKIE_SECURE=0
|
||||
VISION_ENABLED=1
|
||||
WS_ALLOWED_ORIGINS=
|
||||
JWT_SECRET=[[park_lab_jwt_secret]]
|
||||
EVENT_SIGNING_KEY=[[park_lab_event_signing_key]]
|
||||
BACKUP_KEY=[[park_lab_backup_key]]
|
||||
"""
|
||||
|
||||
##############################################################################
|
||||
# art-docker-station — second LAB bench box (hardware/dev testing, no real traffic). Same tier as
|
||||
# park-lab: chases `dev` (compose files + MOVING image tag), own art_docker_station_* secret refs
|
||||
# (never shared with park-lab or a real booth, even lab-to-lab — per-box blast radius).
|
||||
# float; real booths pin). Secrets are its own art_docker_station_* refs — per-box
|
||||
# blast radius, never shared with a real booth even in the lab.
|
||||
##############################################################################
|
||||
|
||||
[[stack]]
|
||||
|
||||
Reference in New Issue
Block a user