ci: nested PVE guests land in the ci pool with VMIDs 5081-5092

The runner token is pool-scoped (PVEVMAdmin on /pool/ci only), so VM.Allocate
succeeds only with pool_id set; VMIDs move into the 5000-5999 CI range.
This commit is contained in:
Clint Branham
2026-08-23 09:05:48 -05:00
parent c7eff18899
commit d3f05187dd
5 changed files with 15 additions and 6 deletions
+4 -4
View File
@@ -22,7 +22,7 @@ PVE_PASSWORD=<root-password-for-nested-pve>
# PVE_VERSIONS=9 8
#
# ── VMID overrides ───────────────────────────────────────────────────
# PVE9A_VMID=99091
# PVE9B_VMID=99092
# PVE8A_VMID=99081
# PVE8B_VMID=99082
# PVE9A_VMID=5091
# PVE9B_VMID=5092
# PVE8A_VMID=5081
# PVE8B_VMID=5082