[ovirt-users] Re: Ovirt and packer integration

2023-06-22 Thread cello86
In my case I use vmware to generate the OVF template and I import it via virt-2-v scripts. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt

[ovirt-users] ovirt and terraform disk size issue on template creation

2023-06-22 Thread cello86
Hi, I tried to create a VM from an OVF template imported on ovirt 4 but the VM has a disk size of 2 GBs and if I tried to attach a different disk this operation gone in timeout. I understand that you have to create the vm and assign disk and nic after the creation but I do not fully understand

[ovirt-users] Re: ovirt template import using ansible

2023-06-22 Thread destfinal--- via Users
@pavel, thanks for sharing the packer example. Packer is definitely useful in creating a template (which can override my implementation of creating vm, perform required configuration and create a template out of it). I will look into it. Thanks ___ Us

[ovirt-users] Re: ovirt template import using ansible

2023-06-22 Thread destfinal--- via Users
Thanks for taking time for responding, @arik. "you didn't elaborate on what doesn't work for you using Ansible" - I have no issues creating a template using ansible. I have not raised an ansible issue in particular. "I suppose the ability to export a template as an OVA is missing, right?" - Not

[ovirt-users] Re: ovirt template import using ansible

2023-06-22 Thread Pavel Šipoš
Hi. If it's any help to you we use packer to create qemu image (in qcow2 format) and then ansible to generate template on ovirt cluster. For template we used this project: https://github.com/jclaret/packer-templates With kind regards, Pavel On 22/06/2023 08:52, Arik Hadas wrote: On Mon, J