-
Notifications
You must be signed in to change notification settings - Fork 32
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
xenorchestra_cloud_config error #210
Comments
What's your provider version? If you are on v0.23.3, then we need more logs |
I have update to v.23.3 now, i don't see see any issues on terraform apply but xenorchestra_cloud_config not updating my cloud init i cloud able to update using cloudinit_config, can i able to assign static ip using any of this resources |
@ranjith-hash please provide your terraform code and logs so we can better understand what you mean by "not updating my cloud init i cloud able to update using cloudinit_config". When running terraform, please ensure the |
please find my terraform code, data "xenorchestra_pool" "pool" { data "xenorchestra_template" "template" { data "xenorchestra_network" "net" { data "template_file" "elk_netdata"{ resource "xenorchestra_cloud_config" "elk_netdata" { resource "xenorchestra_vm" "elk_vm" {
} log file cloud config file
network config file when i use above terrform code to change hostname it is not changing, if i use i can able to change hostname, i need to assign static ip for the vm how can i do that |
same here just updated XOA, then try a new deploy and cloud_config throw same error. Also, looks like same root cause on destroy by indicating interface error : |
@ranjith-hash I believe the "not updating my cloudinit" is caused by #205. Once a VM is created, the cloudinit is fixed until the VM is recreated. I'll likely be giving #205 another look soon, but for now this is expected behavior now that the unmarshal error is resolved. @Dr4s1l please upgrade the your terraform provider version as that issue is addressed already. I'm closing this for now, but happy to help in Discord or here if there are still issues. |
when using xenorchestra_cloud_config getting this error
Error: json: cannot unmarshal object into Go value of type bool
The text was updated successfully, but these errors were encountered: