-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
4.13
-
None
-
Important
-
No
-
False
-
-
N/A
-
Release Note Not Required
Description of problem:
Repositories reference wrong RHEL version
Version-Release number of selected component (if applicable):
How reproducible:
Every time
Steps to Reproduce:
1. Deploy OCP 4.13 2. Deploy RHEL8 node 3. Enable repos per documentation: subscription-manager repos --enable="rhel-8-for-x86_64-baseos-rpms" --enable="rhel-8-for-x86_64-appstream-rpms" --enable="rhocp-4.13-for-rhel-8-x86_64-rpms" 4. Run scaleup.yml playbook to add RHEL8 node to cluster.
Actual results:
Playbook fails with 'No match for argument: cri-tools Error: Unable to find a match: cri-tools'
Expected results:
OCP 4.13 is based on RHEL9.2, so this documentation should enable rhel-9-* repos instead of rhel-8-*.
Additional info:
Deploying RHEL9 and enabling rhel-9 repos resolves above error.