Describe the bug
Using the example from this project.
VMs provisioned do not get the IP addresses configured.
Either
-no IP address gets assigned (If no DHCP server on that network subnet)
or
-DHCP assigned ip address get assigned.
Differences:
Using a VLAN (network_tag) in master_node_settings and support_node_settings
Using different network subnets than the example.
To Reproduce
Use main.tf in examples
-Modified to use different network subnets.
-Add network_tag to the main.tf
Created an ubuntu20.04 server VM
Installed qemu-guest-agent
Upgraded cloud-init
Converted to VM Template via proxmox GUI
Expected behavior
IP Addresses of the VMs created by terraform should match the ranges configured in main.tf.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Describe the bug Using the example from this project.
VMs provisioned do not get the IP addresses configured. Either -no IP address gets assigned (If no DHCP server on that network subnet) or -DHCP assigned ip address get assigned.
Differences:
To Reproduce Use main.tf in examples -Modified to use different network subnets. -Add network_tag to the main.tf
Created an ubuntu20.04 server VM Installed qemu-guest-agent Upgraded cloud-init Converted to VM Template via proxmox GUI
Expected behavior IP Addresses of the VMs created by terraform should match the ranges configured in main.tf.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context See files for logs and configuration terraform-plugin-proxmox.log main.tf.log terraform.log