-
Notifications
You must be signed in to change notification settings - Fork 159
[release-4.19] OCPBUGS-55798: Sync OpenStack CA Bundles from legacy location #866
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
[release-4.19] OCPBUGS-55798: Sync OpenStack CA Bundles from legacy location #866
Conversation
Where fmt.Errorf is called with a single string parameter, it is faster and arguably more correct to call errors.New instead. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
There's some rework needed around CCM and the docs to get users to start using the new location of the CA cert. That is not going to happen in 4.19, so for now we opt to simply sync from the old place to the new place and leave the existing docs in place. In a future release, we can fully remove the old place (with a release note) and remove this syncer. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Reflect their respective namespaces. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
…config CM Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Unlike the other clients, this one does not use caching (which requires the operator have cluster-wide access to config maps). This is the same thing done for AWS. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|
@stephenfin: This pull request references Jira Issue OCPBUGS-55798, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-4.19 #866 +/- ##
================================================
+ Coverage 47.05% 47.14% +0.08%
================================================
Files 97 97
Lines 11880 12011 +131
================================================
+ Hits 5590 5662 +72
- Misses 5676 5727 +51
- Partials 614 622 +8
🚀 New features to boost your workflow:
|
|
pre-merge-tested with OCP-82011. |
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.
/lgtm
/approve
/label backport-risk-assessed
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jstuever, stephenfin 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 |
|
/jira refresh |
|
@jstuever: This pull request references Jira Issue OCPBUGS-55798, which is valid. 7 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/label cherry-pick-approved |
|
@stephenfin: 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. |
675dad5
into
openshift:release-4.19
|
@stephenfin: Jira Issue OCPBUGS-55798: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-55798 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[ART PR BUILD NOTIFIER] Distgit: ose-cloud-credential-operator |
This is a manual backport of #850 that also includes #860. It replaces #856.