[ovirt-users] Re: Command line management and ansible error

2022-04-21 Thread fs3000--- via Users
> Hello, ovirt ansible modules have insecure parameter in auth. > > See definition here > https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_vm_... I embarassly say, thanks for that tip! No idea how i miss that... It works great now.

[ovirt-users] new host addition to OVN cluster fails with Connectivity check failed, rolling back

2022-04-21 Thread ravi k
Hello, I have a a oVirt 4.3 installation with two clusters. One of the cluster has switch type as OVS. I'm trying to add a second host to this cluster. I did a clean install of the OS, configured bond0 and bond0.2306 as the VLAN interface. I was able to add the host to the cluster. When I go

[ovirt-users] Re: oVirt 4.5 and Gluster ; was Re: Re: oVirt 4.4 End Of Life

2022-04-21 Thread Strahil Nikolov via Users
Hi Gobinda, how can I help ? I had some experience with Gluster's Ansible roles. By the way, which repo are we using for the new Ansible ? Best Regards,Strahil Nikolov On Thu, Apr 21, 2022 at 9:54, Gobinda Das wrote: ___ Users mailing list --

[ovirt-users] Re: Command line management and ansible error

2022-04-21 Thread Strahil Nikolov via Users
I would use the uri module to download the Engine's CA to /etc/pki/ca-cert/sources (or whatever it was) on EL systems (in debian-based is a little bit different)  locally and then run 'update-ca-certificates --extract' . Usually I run my ansible from the engine itself. Have you thought about it

[ovirt-users] Re: oVirt 4.5 and Gluster ; was Re: Re: oVirt 4.4 End Of Life

2022-04-21 Thread Gobinda Das
On Thu, Apr 21, 2022 at 12:31 PM Strahil Nikolov wrote: > Hi Gobinda, > > how can I help ? > Thanks for your interest. We are almost there.If anything needed will let you know. > > I had some experience with Gluster's Ansible roles. > > By the way, which repo are we using for the new Ansible ?

[ovirt-users] Re: Command line management and ansible error

2022-04-21 Thread Lucie Leistnerova
Hello, ovirt ansible modules have insecure parameter in auth. See definition here https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_vm_info_module.html Best regards Lucie On 4/20/22 18:11, fs3000--- via Users wrote: Hello guys, So i read in the documentation that

[ovirt-users] Re: How to configure oVirt for OKD 4.10

2022-04-21 Thread Sandro Bonazzola
Il giorno gio 21 apr 2022 alle ore 09:52 marcellus major < marcellusmajo...@gmail.com> ha scritto: > Recently, > > I watched a video made by Gal Zadman detailing how to install OKD on oVirt > Is there any documentation detailing how Gal configured the oVirt > environment prior to installation >

[ovirt-users] Re: oVirt 4.5 and Gluster ; was Re: Re: oVirt 4.4 End Of Life

2022-04-21 Thread Gobinda Das
On Thu, Apr 21, 2022 at 10:44 AM Sandro Bonazzola wrote: > > > Il giorno mer 20 apr 2022 alle ore 21:26 Jonas ha scritto: > >> > Gluster ansible roles for deploying new hyperconverged setups are >> currently broken due to the lack of the packaging of a few collections >> on the gluster side.

[ovirt-users] Command line management and ansible error

2022-04-21 Thread fs3000--- via Users
Hello guys, So i read in the documentation that managing VMs is not done with ovirt-shell anymore, ansible should be used instead. Ansible can manage VMs via modules, connecting to the Manager VM. However, how can i start the Manager VM itself, if it stopped? (it just happened to me) Catch

[ovirt-users] Re: Zanata user request

2022-04-21 Thread Temuri Doghonadze
Hello, No problem with that, I already got ovirt master installed through copr. Downloaded everything, found spec files, downloaded translations from zanata.. Where to put translations? I see no "po" or "intl" or anything familiar. Also, there are no translations in src.rpms I see on copr. Any

[ovirt-users] Re: Zanata user request

2022-04-21 Thread Scott Dickerson
Hi Temuri, I created a BZ to track adding of Georgian on the various parts of the project. See https://bugzilla.redhat.com/show_bug.cgi?id=2075188. To test your translations it can get a bit tricky. The patches linked in the BZ enable Georgian but do not actually include your current set of

[ovirt-users] How to configure oVirt for OKD 4.10

2022-04-21 Thread marcellus major
Recently, I watched a video made by Gal Zadman detailing how to install OKD on oVirt Is there any documentation detailing how Gal configured the oVirt environment prior to installation of OKD? Thanks ___ Users mailing list -- users@ovirt.org To

[ovirt-users] Re: engine.rar

2022-04-21 Thread Sandro Bonazzola
Il giorno gio 21 apr 2022 alle ore 10:13 Nazeem Durgahee < nazeem.durga...@harelmallac.com> ha scritto: > > HI, > > We have ovirt 4.4.10 running on oracle linux 8 but we are having issues > with netbackup whereby it is not removing the snapshot after VM backup. > > Kindly find attached engine

[ovirt-users] Re: Hosted Engine Deployment timeout waiting for VM

2022-04-21 Thread Sandro Bonazzola
Hi, can you please share which version of oVirt you're deploying? 4.4.10? 4.5.0? Il giorno lun 18 apr 2022 alle ore 11:45 Jonas Liechti ha scritto: > Hello users, > > I am currently trying to deploy the self-hosted engine via the web > interface but it seems stuck at the task "Wait for the

[ovirt-users] Re: Command line management and ansible error

2022-04-21 Thread fs3000--- via Users
> I would use the uri module to download the Engine's CA to > /etc/pki/ca-cert/sources (or > whatever it was) on EL systems (in debian-based is a little bit different)  > locally and > then run 'update-ca-certificates --extract' . I did that, even to /usr/share/pki/ and run the command of