Bump metal3-dev-env version#1221
Bump metal3-dev-env version#1221openshift-merge-robot merged 1 commit intoopenshift-metal3:masterfrom
Conversation
Looks like maybe we need to grab ansible-galaxy |
Hmm yeah, looking again at metal3-io/metal3-dev-env#574 I think there's some other logic we need e.g enabling the repo to install ansible etc centos_install_requirements.sh actually enabled ansible-2-for-rhel-8-x86_64-rpms but then did a pip install of ansible which is weird, probably it'd be better if both dev-scripts and metal3-dev-env did a package install instead 🤔 |
|
Ok I copied what I think is the minimum from the now-deleted centos_install_requirements.sh, hopefully that fixes CI |
|
Hmm, both CI tests failed connecting to the local registry, but even after a registry_cleanup I can't reproduce locally - rechecking to confirm if it's a flake or something related to the PR |
|
/retest |
|
/etc/hosts never gets the entry for the registry. This seems to be the problem: Is the binary python3 now? |
Oh thanks, I missed that - the issue is I'll add it here, but probably some of these changes should be reinstated in metal3-dev-env for centos/rhel8 users too. |
|
I think this is good now @stbenjam - thanks for the help figuring out the issues. As a follow-up I'll take a look at if we need any similar changes to metal3-dev-env |
|
/test e2e-metal-ipi CI is currently failing with some dep problems, curious if maybe the metal3-dev-env changes fix it since centos_requirements was replaced |
|
/hold |
So we pick up metal3-io/metal3-dev-env#619 This is needed for testing live-iso install ref openshift-metal3#1193 since that needs the sushy_ignore_boot_device option
|
/hold cancel |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: stbenjam 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 |
|
/test e2e-metal-ipi |
|
/lgtm |
So we pick up metal3-io/metal3-dev-env#619
This is needed for testing live-iso install ref #1193 since that needs
the sushy_ignore_boot_device option