From 7c0936d889514b49f57ea772cd7e7412ff47bd1e Mon Sep 17 00:00:00 2001 From: "juvenal.diaz" Date: Wed, 22 Jul 2026 20:42:19 -0600 Subject: [PATCH] Fixing pimox template ip --- bootstrap/provisioning/README.md | 3 ++- jeannie | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/provisioning/README.md b/bootstrap/provisioning/README.md index 9ef4e32..7fcc7f7 100644 --- a/bootstrap/provisioning/README.md +++ b/bootstrap/provisioning/README.md @@ -116,7 +116,8 @@ power it off, switch boot order back to disk first, and run `qm template`. The template sealing step discovers the installed VM IP through qemu-guest-agent, so a DHCP reservation is no longer required for the temporary template-build VM. If you still want to force a known address, set -`TF_VAR_pimox_template_build_host`. +`TF_VAR_pimox_template_build_host`. Leave it unset for the normal autodiscovery +path. ```bash ./jeannie up diff --git a/jeannie b/jeannie index a8bd844..a3c4a4e 100755 --- a/jeannie +++ b/jeannie @@ -191,7 +191,6 @@ export_homelab_inventory_tf_vars() { export_if_unset TF_VAR_pimox_user "${LAB_PIMOX_USER:-}" export_if_unset TF_VAR_pimox_worker_storage "${LAB_PIMOX_WORKER_STORAGE:-}" export_if_unset TF_VAR_pimox_template_bridge "${LAB_PIMOX_BRIDGE:-}" - export_if_unset TF_VAR_pimox_template_build_host "${LAB_DEBIAN_LAN_IP:-}" export_if_unset TF_VAR_pimox_template_build_user "${LAB_DEBIAN_USER:-}" export_if_unset TF_VAR_pimox_template_guest_ip_prefix "${LAB_LAN_IP_PREFIX:-}" export_if_unset TF_VAR_edge_host "${LAB_EDGE_HOST:-}"