-
Notifications
You must be signed in to change notification settings - Fork 159
CFE-1130: AWS DAY2 TAG Reconcile #759
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
CFE-1130: AWS DAY2 TAG Reconcile #759
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #759 +/- ##
==========================================
- Coverage 47.28% 47.15% -0.14%
==========================================
Files 96 96
Lines 11712 11789 +77
==========================================
+ Hits 5538 5559 +21
- Misses 5563 5617 +54
- Partials 611 613 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
510f686 to
338c63a
Compare
|
@anirudhAgniRedhat: This pull request references CFE-1130 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
338c63a to
38d2f14
Compare
|
/retest |
|
/assign |
38d2f14 to
cea55c6
Compare
|
/retest |
|
Hey @jstuever Can you please provide me the review for the changes Thanks! |
jstuever
left a comment
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.
I apologize for the delay; the reordering and reformatting of the yaml files made this unnecessarily difficult to review. I had a few questions, nitpicks, notes, and requested changes.
pkg/operator/credentialsrequest/credentialsrequest_controller.go
Outdated
Show resolved
Hide resolved
|
/retest |
I Agree!! but updating the API vendor was necessary here!! Thanks for the initial reviews, I have added the requested changes!! |
|
/test e2e-hypershift |
|
/hold |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anirudhAgniRedhat, jstuever 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-hypershift |
|
/retest Need to check a bit on this!! previously these were passing for me before the latest commit which I don't feel should be a breaking change! |
|
/retest |
|
@anirudhAgniRedhat: all tests passed! 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. |
|
/hold cancel |
|
[ART PR BUILD NOTIFIER] Distgit: ose-cloud-credential-operator |
…condition Adding a "NOT" to the logged cloudCredsSecretUpdated field, because the following 'if' condition is !cloudCredsSecretUpdated. The lack of "NOT" seems to have been accidental oversight when the logging fields were added in 0a0d849 (Changes to address PR comments from Steve ~3d ago, 2023-06-27, openshift#542). I'm also adding isInfrastructureUpdated logging to catch up with cea55c6 (Added implementation for AWS Day2 Tag reconcilation Support, 2024-09-24, openshift#759), when it was added to the 'if' condition but overlooked in field logging.
…condition Adding a "NOT" to the logged cloudCredsSecretUpdated field, because the following 'if' condition is !cloudCredsSecretUpdated. The lack of "NOT" seems to have been accidental oversight when the logging fields were added in 0a0d849 (Changes to address PR comments from Steve ~3d ago, 2023-06-27, openshift#542). I'm also adding isInfrastructureUpdated logging to catch up with cea55c6 (Added implementation for AWS Day2 Tag reconcilation Support, 2024-09-24, openshift#759), when it was added to the 'if' condition but overlooked in field logging.
…ncileUpdate CFE-1130: AWS DAY2 TAG Reconcile
This piece of code adds the support to append the extra tags provided by the user for DAY2 Implementation.
The background for this requirement can be found in https://issues.redhat.com/browse/CFE-1122