Files
PFVCluster/scripts/up.sh
T
mrcharles 52e0e4cf4e chore(framework): complete TSYSGroupAIOS adoption + extend Kuma device coverage [#420][#435]
Fill the framework gaps the Makefile already referenced: scripts/test.sh
(wrapper over tests/run-tests.sh, now exercised by the pre-push full
audit) and up.sh/down.sh stubs for this non-compose repo. Extend
kuma-fleet-sync STATIC_GEAR with the fixed network/office devices
(printer, consrv, tsys6/7 OOB, scanners, label printer, r1-tor-top,
DOME) so future runs keep their ICMP monitors in sync; DOME added
paused like the other known-down systems.

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
2026-08-26 20:49:44 -05:00

12 lines
382 B
Bash
Executable File

#!/usr/bin/bash
#
# up.sh — docker compose lifecycle wrapper (framework entry point).
#
# This repo is infrastructure-as-code (scripts + configs), not a compose
# stack; there is nothing to bring up. Kept so `make up` stays honest
# across TSYSGroupAIOS-adopted projects.
#
set -euo pipefail
echo "up.sh: no docker-compose stack in PFVCluster (infra repo). See AGENTS.md."
exit 0