Because CentOS Stream 8 is EOL, you need to update the URLs for the repos in /etc/yum.repos.d. For example and to start, change /etc/yum.repos.d/CentOS-Ceph-Pacific.repo to use: baseurl=http://vault.centos.org/$contentdir/$stream/storage/$basearch/ceph-pacific/
We used "--ansible-extra-vars=he_pause_before_engine_setup=True” in our "hosted-engine —deploy …” command. The first time the install paused, we ssh’d into the engine and fixed the repo’s before deleting the lock file to let the install proceed. I hope this helps! Devin > On Sep 4, 2024, at 5:08 AM, [email protected] wrote: > > Dear friends: > I am encountering an issue while attempting to deploy the oVirt Engine 4.5 on > my local engine VM and I'm seeking guidance on how to resolve this. > Here's a summary of the error message I received during the deployment > process: > > [ INFO ] TASK [ovirt.ovirt.engine_setup : Install oVirt Engine package] > [ ERROR ] fatal: [localhost -> 192.168.222.27]: FAILED! => {"changed": false, > "msg": "Failed to download metadata for repo 'centos-ceph-pacific': Cannot > download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were > tried", "rc": 1, "results": []} > [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Sync on engine machine] > [ INFO ] changed: [localhost -> 192.168.222.27] > [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set destination directory > path] > [ INFO ] ok: [localhost -> localhost] > [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Create destination directory] > [ INFO ] changed: [localhost -> localhost] > [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks] > [ INFO ] ok: [localhost] > [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Find the local appliance > image] > [ INFO ] ok: [localhost -> localhost] > [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Set local_vm_disk_path] > [ INFO ] ok: [localhost -> localhost] > [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Give the vm time to flush > dirty buffers] > [ INFO ] ok: [localhost -> localhost] > [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Copy engine logs] > [ INFO ] changed: [localhost] > [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Change ownership of copied > engine logs] > [ INFO ] changed: [localhost -> localhost] > [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Notify the user about a > failure] > [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "There was > a failure deploying the engine on the local engine VM. The system may not be > provisioned according to the playbook results: please check the logs for the > issue, fix accordingly or re-deploy from scratch.\n"} > > I would appreciate any advice or suggestions on how to proceed with > troubleshooting or resolving this error. If there are any specific logs or > information you need to assist me, please let me know. > > Thank you in advance for your help. > > Best regards > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > 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/[email protected]/message/VZM5PM6OPZYG2PWJIBT27XQT5M6TQO47/ _______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]/message/RPSNUPJSMTYFNEB6DCK67XEFZI575PTO/

