mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
ddecafee91
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>
18 lines
306 B
Plaintext
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"]
|