Bug 1954095: Setting user provided tags on bucket creation#679
Bug 1954095: Setting user provided tags on bucket creation#679openshift-merge-robot merged 5 commits intoopenshift:masterfrom ricardomaraschini:aws-user-provided-tags-2
Conversation
OpenShift now supports users providing custom AWS tags to be set in all created objects. This PR sets users provided tags, as per enhancement proposal, only when the bucket is created by the operator. Again, as per enhancement proposal, already existing buckets are not updated if user changes tags at Infrastructure level.
Adds an unit test to check s3 driver is creating user provided tags when creating a bucket.
We have two properties that implement Cronjobs(): V1 and V1beta1. As we have been using v1beta1 across our codebase this PR silences a lint complain by being specific about which function we want to call.
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/assign @dmage |
|
/hold This is a new feature, so it should get xxx-approved before we can merge it. |
|
@ricardomaraschini Could you please review test case created for this feature: https://url.corp.redhat.com/IR-188 ? Thanks! |
|
all of the acks are already on the epic, https://issues.redhat.com/browse/IR-187. Do we really need to hold this? |
|
@wzheng1 LGTM |
|
/label docs-approved Note no-doc: comment in https://issues.redhat.com/browse/IR-187. |
|
hm... |
|
/label px-approved |
|
/title Bug 1954095: Setting user provided tags on bucket creation |
|
/retitle Bug 1954095: Setting user provided tags on bucket creation |
|
/retest |
1 similar comment
|
/retest |
|
@ricardomaraschini: 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/test-infra repository. I understand the commands that are listed here. |
|
/label qe-approved |
|
/retitle Bug 1954095: Setting user provided tags on bucket creation |
|
@ricardomaraschini: This pull request references Bugzilla bug 1954095, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dmage, ricardomaraschini 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 |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@ricardomaraschini: All pull requests linked via external trackers have merged: Bugzilla bug 1954095 has been moved to the MODIFIED state. 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. |
|
/cherrypick release-4.7 |
|
@ricardomaraschini: #679 failed to apply on top of branch "release-4.7": 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. |
OpenShift now supports users providing custom AWS tags to be set in all created objects. This PR sets users provided tags, as per enhancement proposal, only when the bucket is created by the operator. Again, as per enhancement proposal, already existing buckets are not updated if user changes tags at Infrastructure level.
Enhancement proposal: openshift/enhancements#706
API changes: openshift/api#864