-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-44880: Fetch service instance id from spec of IBMPowerVSCluster object while setting provider id #94
OCPBUGS-44880: Fetch service instance id from spec of IBMPowerVSCluster object while setting provider id #94
Conversation
@aman4433: This pull request references Jira Issue OCPBUGS-44880, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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 openshift-eng/jira-lifecycle-plugin repository. |
Hi @aman4433. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
@Karthik-K-N this fix is already in upstream repo right? wondering if rebasing to the latest release will help fixing this one? |
c45b2d9
to
c78f2f1
Compare
/jira refresh |
@dharaneeshvrd: This pull request references Jira Issue OCPBUGS-44880, which is invalid:
Comment In 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 openshift-eng/jira-lifecycle-plugin repository. |
4.18 we rebased recently and add this fix to 4.17 only. More info. |
/ok-to-test |
/jira refresh |
@dharaneeshvrd: This pull request references Jira Issue OCPBUGS-44880, which is invalid:
Comment In 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 openshift-eng/jira-lifecycle-plugin repository. |
We should title the commit in this PR: /hold |
c78f2f1
to
3eb3b3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ter object while setting provider id
49445b8
to
379f9ef
Compare
@aman4433: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damdo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @JoelSpeed |
/label backport-risk-assessed |
/label cherry-pick-approved |
You need to create a bug against the future branches and create a chain back, you can just assign them directly to the QE phase for them to move to verified (assuming the fix is in and verified), we can't make them dependent against an OCPCLOUD card |
Thanks @JoelSpeed for the suggestion, created a JIRA issue here https://issues.redhat.com/browse/OCPBUGS-44944 |
@juliemathew Could you please help verify this issue https://issues.redhat.com/browse/OCPBUGS-44944? |
/jira refresh |
@dharaneeshvrd: This pull request references Jira Issue OCPBUGS-44880, which is invalid:
Comment In 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@dharaneeshvrd: This pull request references Jira Issue OCPBUGS-44880, which is invalid:
Comment In 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@dharaneeshvrd: This pull request references Jira Issue OCPBUGS-44880, which is invalid:
Comment In 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@dharaneeshvrd: This pull request references Jira Issue OCPBUGS-44880, which is invalid:
Comment In 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@dharaneeshvrd: This pull request references Jira Issue OCPBUGS-44880, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. In 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 openshift-eng/jira-lifecycle-plugin repository. |
213d34d
into
openshift:release-4.17
@aman4433: Jira Issue OCPBUGS-44880: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-44880 has been moved to the MODIFIED state. In 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 openshift-eng/jira-lifecycle-plugin repository. |
[ART PR BUILD NOTIFIER] Distgit: ose-ibmcloud-cluster-api-controllers |
What this PR does / Why we need it:
This PR addresses a scenario where the service instance ID is explicitly passed when using an external cloud-provider template, but it is not set under the status field of the IBMPowerVSCluster object. In such cases, the provider ID for the machine is incorrectly set to an empty string, which can lead to issues.
To resolve this, this PR updates the logic to retrieve the service instance ID from the spec field of the IBMPowerVSCluster object if it is not found under the status field. This ensures that the service instance ID is correctly populated, even when not set in the status.
Release note:
Fetches the service instance ID from the spec field of the IBMPowerVSCluster object if it is not present under the status.