Fix CI/pulumi blockers and document test suites with latest PASS results.

Stabilize node status, cluster-wide Ceph OSD ids, and QEMU cpu utilization so
status/list no longer 500 on model strings; align pulumi defaults to pve1;
add bilingual testing docs with the 2026-07-18 ci-all + pulumi-tests pass.
This commit is contained in:
Sergey Antropoff
2026-07-18 09:38:28 +03:00
parent 6f42d4c318
commit baa1f58ad0
31 changed files with 230 additions and 58 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class Pve:
root = os.environ.get("API_URL", "http://simulator:8006").rstrip("/")
self.root = root
self.base = root + "/api2/json"
self.node = os.environ.get("PVE_NODE", "pve01")
self.node = os.environ.get("PVE_NODE", "pve1")
self.storage = os.environ.get("PVE_STORAGE", "local-lvm")
self.bridge = os.environ.get("PVE_BRIDGE", "vmbr0")
self._c = httpx.Client(base_url=self.base, timeout=120.0)