-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.15
-
-
-
Low
-
No
-
1
-
ShiftStack Sprint 247, ShiftStack Sprint 248, ShiftStack Sprint 249, ShiftStack Sprint 250, ShiftStack Sprint 251, ShiftStack Sprint 252, ShiftStack Sprint 253, ShiftStack Sprint 254, ShiftStack Sprint 255, ShiftStack Sprint 256, ShiftStack Sprint 257, ShiftStack Sprint 258, ShiftStack Sprint 259
-
13
-
False
-
Description of problem:
Inaccurate OS packages installation instructions for ansible components. For some time now packages for ansible collections are available either on RHEL and Fedora. This is a preferred way of installing things, as it prevents from mismatching libraries or missing requirements. Also, there is inconsistency in playbook list to download.
Version-Release number of selected component (if applicable):
4.15
How reproducible:
Installing ansible collection "openstack.cloud" will cause the playbooks failure during the process of UPI installation on RHEL/Fedora.
Steps to Reproduce:
1. ansible-galaxy collection install openstack.cloud 2. ansible-playbook -i inventory.yaml network.yaml 3.
Actual results:
Running playbook will fail with message: fatal: [localhost]: FAILED! => {"changed": false, "msg": "Incompatible openstacksdk library found: Version MUST be >=1.0 and <=None, but 0.36.5 is smaller than minimum version 1.0."}
Expected results:
successfully running playbook
Additional info:
- relates to
-
OCPBUGS-30811 CI doesn't reflect software used during tests
- Verified