Support CentOS Stream 9 and RHEL 9 - #1367
Conversation
30d6827 to
88c1511
Compare
|
/cc @derekhiggins |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
88c1511 to
aa5876a
Compare
|
/retest |
8474e63 to
ba2fcef
Compare
|
/retest |
3 similar comments
|
/retest |
|
/retest |
|
/retest |
ba2fcef to
2ed0e1e
Compare
2ed0e1e to
a2734d2
Compare
|
also this is needed openshift/installer#6062 |
|
this passes on current CI platform plus tested on CS8/CS9, it should be enough, just need to wait for the two mentioned PRs and of course reviews |
|
/test e2e-metal-ipi-ovn-ipv6 |
|
/hold |
68be60f to
b40ee39
Compare
|
/unhold |
|
/retest |
b40ee39 to
084f7a9
Compare
|
/retest |
|
@elfosardo: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/retest |
| sudo pip3 install ansible=="${ANSIBLE_VERSION}" | ||
| # Also need the 3.9 version of netaddr for ansible.netcommon, | ||
| case $DISTRO in | ||
| "centos8"|"rhel8") |
There was a problem hiding this comment.
Maybe short-circuit centos8 here to avoid checking for it 4 lines below?
There was a problem hiding this comment.
I will do both changes in a follow up, would rather avoid another CI pass
| # install network-scripts package to be able to use legacy network commands | ||
| sudo dnf install -y network-scripts | ||
| if [[ $DISTRO == "centos8" ]]; then | ||
| echo "CentOS is not supported anymore. Please switch to CentOS Stream / RHEL / Rocky Linux" |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cc @hardys @iurygregory |
|
@elfosardo: GitHub didn't allow me to request PR reviews from the following users: iurygregory. Note that only openshift-metal3 members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/lgtm |
|
/lgtm |
|
hi @elfosardo . I'm trying dev-scripts on centos9-stream and getting the following error: Looking closely at my system, I can see that only the Can you offer some pointers on whether this is an issue with terraform not using the |
|
Update: I managed to work around this issue by not instaling libvirt explicitly! |
No description provided.