On Wed, Oct 20, 2021 at 8:35 AM Raj P <sunilvarma72@gmail.com> wrote:
Hi, I ma tryinf to deploy hosted engine and keeps on failing with following errors.

Am new to oVirt and unabe to figure out what the issues is?
any help would be very much appreciated.

[ INFO ] TASK [ovirt.ovirt.engine_setup : Install oVirt Engine package]
[ ERROR ] fatal: [localhost -> 192.168.222.214]: FAILED! => {"changed": false, "msg": "Failed to download metadata for repo 'ovirt-4.4-centos-gluster8': repomd.xml parser error: Parse error at line: 68 (xmlParseStartTag: invalid element name\n)", "rc": 1, "results": []}

This might be a problem with your repos, or with the mirror you use, or a proxy.

Please check:

1. The output of this:
rpm -qa | grep ovirt-release

2. Does this work?
dnf install -y glusterfs

You might try to edit one of /etc/yum.repos.d/ovirt-*.repo to use a specific mirror
instead of mirrorlist, if you use mirrorlist - search there for gluster, comment the
mirrorlist line and uncomment the baseurl line.

Best regards,
--
Didi