[ovirt-users] Re: Ovirt 4.4.6.8-1 upload ova as template to multiple hosts

2021-05-27 Thread Arik Hadas
On Thu, May 27, 2021 at 6:19 PM Don Dupuis wrote: > It is the same script, I just renamed it. Now what I did works but it > isn't the proper way to do it. I want to improve it before contributing it > as I write the ovf data back out to a file and use pythons sed like > functionality to modify

[ovirt-users] Re: Ovirt 4.4.6.8-1 upload ova as template to multiple hosts

2021-05-27 Thread Don Dupuis
It is the same script, I just renamed it. Now what I did works but it isn't the proper way to do it. I want to improve it before contributing it as I write the ovf data back out to a file and use pythons sed like functionality to modify the file and then read in the updated one to give to the

[ovirt-users] Re: Ovirt 4.4.6.8-1 upload ova as template to multiple hosts

2021-05-27 Thread Arik Hadas
On Thu, May 27, 2021 at 4:24 PM Don Dupuis wrote: > Arik > Just to say thank you again for the pointers on what was needed to be > done. I was able to modify that script to do what was needed and now it > works like a champ. > Awesome, glad to hear that. Looking again at what you wrote below,

[ovirt-users] Re: Ovirt 4.4.6.8-1 upload ova as template to multiple hosts

2021-05-27 Thread Don Dupuis
Arik Just to say thank you again for the pointers on what was needed to be done. I was able to modify that script to do what was needed and now it works like a champ. Thanks Don On Mon, May 24, 2021 at 3:56 PM Don Dupuis wrote: > Arik > Thanks for the info. My simple setup is just a base for

[ovirt-users] Re: Ovirt 4.4.6.8-1 upload ova as template to multiple hosts

2021-05-24 Thread Don Dupuis
Arik Thanks for the info. My simple setup is just a base for bigger clusters that I have to do and there will be multiple templates that I need to install. I have python programming skills but just needed some simple pointing in the right direction on where to make the addition changes to the

[ovirt-users] Re: Ovirt 4.4.6.8-1 upload ova as template to multiple hosts

2021-05-24 Thread Arik Hadas
On Mon, May 24, 2021 at 6:49 PM Don Dupuis wrote: > Nudging to see if anyone has experience with this? > > Don > > On Wed, May 19, 2021 at 11:18 PM Don Dupuis wrote: > >> I have a single ovirt manager and 2 ovirt hosts, each has a local storage >> domain. I am using the

[ovirt-users] Re: Ovirt 4.4.6.8-1 upload ova as template to multiple hosts

2021-05-24 Thread Don Dupuis
Nudging to see if anyone has experience with this? Don On Wed, May 19, 2021 at 11:18 PM Don Dupuis wrote: > I have a single ovirt manager and 2 ovirt hosts, each has a local storage > domain. I am using the upload_ova_as_template.py and my template upload > works on a single host but not both.