Ansible - export_ova

We're using a script to export some VMs. This involves export_ova task - Is there a way to parallelize OVA exports (running on different hosts) ? When exporting to OVA from the GUI, we have to select a host, but ansible export_ova has no "hosts" parameter.

On Fri, Oct 13, 2023 at 3:11 PM <duparchy@esrf.fr> wrote:
We're using a script to export some VMs. This involves export_ova task
- Is there a way to parallelize OVA exports (running on different hosts) ?
When exporting to OVA from the GUI, we have to select a host, but ansible export_ova has no "hosts" parameter.
Looking at [1], did you try to set the 'host' parameter? [1] https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_vm_mod...
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/RLQSMTEH3AMODE...

Hi, Good point, How did I missed that.. (Maybe should be rephrased to : "The name of the destination host who will execute the export".) * Laurent Duparchy ESRF - The European Synchrotron MIS Unit 04 76 88 22 56* Arik Hadas wrote on 15/10/2023 09:47:
On Fri, Oct 13, 2023 at 3:11 PM <duparchy@esrf.fr> wrote:
We're using a script to export some VMs. This involves export_ova task
- Is there a way to parallelize OVA exports (running on different hosts) ?
When exporting to OVA from the GUI, we have to select a host, but ansible export_ova has no "hosts" parameter.
Looking at [1], did you try to set the 'host' parameter?
[1] https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_vm_mod...
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/RLQSMTEH3AMODE...
participants (3)
-
Arik Hadas
-
duparchy@esrf.fr
-
Laurent Duparchy