-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cloud-init
for proxmox-api-go #339
#1049
Conversation
restart VM when `ciupgrade` is set from `false` to `true` and the VM is running
Currently broken for PVE versions lower than 8.0.0 Telmate/proxmox-api-go#344 |
@Tinyblargon, |
@Tinyblargon I'm getting the following warning with v3.0.1-rc4:
I have a configuration that does have a network configuration, but no cloud-init (I'm using ignition/butane). Looking at the code, it appear that the warning is in response to a cloud-init without a network configuration. The abridged code reads:
The new code for initialising
The function |
@gbrackley By design, a warning about the network configuration is given when the following is true: There is a cloud-init disk. |
This is the condition I am unclear on. As mentioned above, I don't have a cloud-init disk referenced by the VM. Looking at the tfstate and the vm configuration (below), I can see that What is it in this configuration that says there is a cloud-init disk? I am reluctant to falsely call bug, but it looks like the function to map the configuration doesn't take into account that there is no cloud-init and returns an empty cloud-init rather than a tfstate partial
example vm config/etc/pve/local/qemu-server/990.cfg
|
Makes terraform compatible with Telmate/proxmox-api-go#339.
Add
ciupgrade
property. (required work upstream)fixes #997 (Tested)
When
network
is set incicustom
we continue with trying to get the ip. (required work upstream)fixes #1011
searchdomain
,nameserver
,ipconfig0-15
can now be removed. (required work upstream)fixes #1042 (Tested)