Files
PSProxmoxVE/tests/infrastructure/answer.toml.tftpl
T
Clint Branham ddecafee91 feat(ci): automated nested PVE provisioning for integration tests
Workflow now provisions a throwaway nested PVE VM via Terraform, runs
integration tests against it, then destroys it. Uses proxmox-auto-install-assistant
to bake the answer file and a first-boot script (installs qemu-guest-agent)
directly into the ISO. IP is discovered via the QEMU guest agent on the
parent PVE, eliminating the need for static IP configuration.

Supports both PVE 8.x and 9.x via workflow_dispatch version selector.
Skip provisioning with skip_provision=true to test against a pre-existing PVE.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 14:13:41 -05:00

18 lines
306 B
Plaintext

[global]
keyboard = "en-us"
country = "us"
fqdn = "pve-test.local"
mailto = "test@test.local"
timezone = "UTC"
root_password = "${root_password}"
reboot_on_error = true
root_ssh_keys = []
on_first_boot = "first-boot.sh"
[network]
source = "from-dhcp"
[disk-setup]
filesystem = "ext4"
disk_list = ["sda"]