48df10b17e
- Harden DB-backed handlers and seed profiles; align client wire shapes for cluster resources, QEMU config, and node SSL fields - Serve plain HTTP on Compose :8006; keep TLS optional (--profile tls) and terminate HTTPS at Kubernetes Ingress - Add pulumi-tests (full contract surface majors 6–9 + BPG lifecycle) and make pulumi-tests - Ship bilingual docs, CHANGELOG, SECURITY, CONTRIBUTING, and GitHub Actions (make ci + Compose/Helm validation)
15 lines
371 B
Bash
15 lines
371 B
Bash
API_URL=http://simulator:8006
|
|
API_USER=root@pam
|
|
API_PASSWORD=secret
|
|
API_TOKEN=root@pam!automation=automation-secret
|
|
API_AUDITOR_USER=auditor@pve
|
|
API_AUDITOR_PASSWORD=auditor-secret
|
|
API_AUDITOR_TOKEN=auditor@pve!readonly=readonly-secret
|
|
PVE_NODE=pve01
|
|
PVE_STORAGE=local-lvm
|
|
PVE_BRIDGE=vmbr0
|
|
API_TIMEOUT=120
|
|
API_POLL_INTERVAL=0.2
|
|
TEST_RESOURCE_PREFIX=hx
|
|
SEED_PROFILE=small
|