Praxis CI
|
d32e4d487e
|
feat(P01): SLICE-05+06+07 — firstboot hook, install-service, deploy orchestrator
SLICE-05 (devops-engineer): firstboot-hook.sh — installs Docker inside CT
(apt: docker.io, docker-compose-v2, git, curl), clones praxis repo from
Gitea (GITEA_TOKEN baked into snippet per G-101 fix), runs install-service.sh
SLICE-06 (devops-engineer): install-service.sh — creates praxis user, writes
/etc/praxis/server.env from lxc.environment vars (G-103: all 16 env vars),
installs praxis.service systemd unit (Type=simple, ExecStartPre=docker compose
build, ExecStart=docker compose up, TimeoutStartSec=600 per RESEARCH Q8)
SLICE-07 (devops-engineer): lxc-deploy.sh orchestrator — stage snippet →
clone → config → start → health-check, idempotent (--recreate/--reconfigure),
rollback on failure, auto VMID allocation (D-027)
REQ-DEPLOY-06, 09, 10, 11 covered.
---ci---
project: praxis
phase: 1
milestone: v0.2
status: execute
slice: 05-07
wave: 3
---/ci---
|
2026-08-01 14:19:05 +00:00 |
|
Praxis CI
|
bb17615f41
|
feat(P01): SLICE-03+04 — PVE API layer (8 scripts) + health-check
SLICE-03 (devops-engineer): ported from coreci/scripts/proxmox/:
api.sh (verbatim), ct-exists.sh, lxc-clone.sh (4GB/16GB, hostname=praxis),
lxc-config.sh (praxis env vars, praxis-firstboot.sh snippet), lxc-start.sh,
stage-snippet.sh (G-101 FIX: bakes GITEA_TOKEN into snippet via sed),
timing.sh (verbatim), rollback.sh (proxy code removed)
SLICE-04 (devops-engineer): health-check.sh adapted for /health:8789
(G-104 FIX: timeout bumped 300s→600s for Docker build margin)
REQ-DEPLOY-03, 04, 05, 07, 08 covered.
---ci---
project: praxis
phase: 1
milestone: v0.2
status: execute
slice: 03-04
wave: 2
---/ci---
|
2026-08-01 14:18:23 +00:00 |
|