Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libvirt role failing during package installation #842

Open
jpodivin opened this issue Dec 9, 2024 · 1 comment
Open

Libvirt role failing during package installation #842

jpodivin opened this issue Dec 9, 2024 · 1 comment

Comments

@jpodivin
Copy link
Contributor

jpodivin commented Dec 9, 2024

While performing standard deployment with install_yamls the edpm_libvirt role fails when attempting to install packages. This is despite the fact that bootstrap has finished, which means that repos must be accessible.

ASK [osp.edpm.edpm_libvirt : Install libvirt packages name={{ edpm_libvirt_packages }}, state=present] ***
Thursday 05 December 2024  13:05:39 +0000 (0:00:00.078)       0:00:31.271 ***** 
FAILED - RETRYING: [edpm-compute-0]: Install libvirt packages (5 retries left).
FAILED - RETRYING: [edpm-compute-1]: Install libvirt packages (5 retries left).
FAILED - RETRYING: [edpm-compute-1]: Install libvirt packages (4 retries left).
FAILED - RETRYING: [edpm-compute-0]: Install libvirt packages (4 retries left).
FAILED - RETRYING: [edpm-compute-1]: Install libvirt packages (3 retries left).
FAILED - RETRYING: [edpm-compute-0]: Install libvirt packages (3 retries left).
FAILED - RETRYING: [edpm-compute-1]: Install libvirt packages (2 retries left).
FAILED - RETRYING: [edpm-compute-0]: Install libvirt packages (2 retries left).
FAILED - RETRYING: [edpm-compute-1]: Install libvirt packages (1 retries left).
FAILED - RETRYING: [edpm-compute-0]: Install libvirt packages (1 retries left).
fatal: [edpm-compute-1]: FAILED! => {"ansible_facts": {"pkg_mgr": "dnf"}, "attempts": 5, "changed": false, "failures": [], "msg": "Failed to download packages: libradosstriper1-2:18.2.4-2.el9s.x86_64: Cannot download, all mirrors were already tried without success", "rc": 1, "results": []}
fatal: [edpm-compute-0]: FAILED! => {"ansible_facts": {"pkg_mgr": "dnf"}, "attempts": 5, "changed": false, "failures": [], "msg": "Failed to download packages: libradosstriper1-2:18.2.4-2.el9s.x86_64: Cannot download, all mirrors were already tried without success", "rc": 1, "results": []}
@slagle
Copy link
Contributor

slagle commented Dec 18, 2024

@jpodivin are you able to reproduce this? was it just a problem with the repos?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants