Ubuntu 18.04 amd64
v0.11.14
./terraform-provider-libvirt 0.5.2
Compiled against library: libvirt 4.0.0
Using library: libvirt 4.0.0
Running hypervisor: QEMU 2.11.1
Running against daemon: 4.0.0
No
Core functionality
Should not be a special case.
Standard feature
I guess, its not a bug. Probably the decoding of the clout-init.file is wrong ?
Need hints to solve the issue.
libvirt.tf: https://pastebin.com/0CqUNSLf
cloud-init.cfg: https://pastebin.com/MFfhYzsG
Use these config files and try to deploy the vm.
/etc/libvirt/qemu.conf:
...
user = "wartung"
group = "kvm"
security_driver = "none"
/etc/libvirt/libvirtd.conf
...
unix_sock_group = "libvirt"
unix_sock_ro_perms = "0777"
unix_sock_rw_perms = "0770"
auth_unix_ro = "none"
auth_unix_rw = "none"
log_level = 2
log_outputs="2:syslog:libvirtd"
It seems to me more a python cloud init issue. I will need to check
Hi, it seems to be a problem with special chars in the config file. I will post an update, if I have isolated the problem, finally. No need to investigate by your side. Regards.
@will-code-for-pizza thx!
OMG. Someone has edited the config files with Windows "notepad" and this leaves many special chars at the end of the lines. I am very sorry and will close this ticket now.
Cheers.
Most helpful comment
OMG. Someone has edited the config files with Windows "notepad" and this leaves many special chars at the end of the lines. I am very sorry and will close this ticket now.
Cheers.