PowerVC: Use version 2.4.1 of ocp-ipi-powervc#80163
Conversation
Use version 2.4.1 of ocp-ipi-powervc
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
WalkthroughThree PowerVC IPI step scripts are updated to use PowerVC-Tool version v2.4.1 instead of v2.3.8. The config script additionally refactors RHCOS image verification to call PowerVC-Tool's rhcos-exists subcommand with configured cloud and image name parameters instead of using OpenStack image queries. ChangesPowerVC Infrastructure Updates
🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hamzy 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-multiarch-main-nightly-4.23-ocp-e2e-ovn-powervc-multi-p-p |
|
@hamzy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@hamzy: The following test 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-sigs/prow repository. I understand the commands that are listed here. |
Use version 2.4.1 of ocp-ipi-powervc
Summary by CodeRabbit
This PR updates the OpenShift CI infrastructure to use PowerVC-Tool version 2.4.1 instead of 2.3.8. The changes affect three PowerVC-related step registry scripts used for IPI (Installer Provisioned Infrastructure) operations:
Configuration changes (
ipi-conf-powervc-commands.sh):PowerVC-Tool rhcos-existscommand instead of direct OpenStack API calls (image show/image list)Installation changes (
ipi-install-powervc-install-commands.sh):Deprovisioning changes (
ipi-deprovision-deprovision-powervc-deprovision-commands.sh):The version bump standardizes the PowerVC-Tool across all three CI pipeline stages, with an additional improvement to the image verification workflow that delegates RHCOS image checks to PowerVC-Tool's dedicated command.