You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ovirt_vm module, I am trying to create a new VM in OLVM and run scripts on first boot using runcmd module, VM is created fine but runcmd module not working, it does not run the script.
SUMMARY
Using ovirt_vm module, I am trying to create a new VM in OLVM and run scripts on first boot using runcmd module, VM is created fine but runcmd module not working, it does not run the script.
other cloud-init module such as write_files, users are working fine. I am referring this examples - https://cloudinit.readthedocs.io/en/latest/reference/examples.html
versions-
olvm - 4.5.4-1.0.31.el8
oracle linux template - 8.8
cloud-init -22.1-6.0.2.el8-7.2
Ansible - 2.9.27
ovirt.ovirt collection - 3.2.0
COMPONENT NAME
ovirt_vm.py
STEPS TO REPRODUCE
EXPECTED RESULTS
both the directory /run/mydir and file /tmp/greeting.txt gets created.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: