-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pass region to all openstack clients #57
Conversation
@MichaelEischer: The label(s) 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 kubernetes-sigs/prow repository. |
33717a5
to
5c21ec5
Compare
955500b
to
e470699
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hown3d 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 |
LGTM label has been added. Git tree hash: abc5e63749aaa5c39c1cfd1673786b12f79d3d52
|
* create openstack clients with region * extract region for remaining clients * fix tests
* create openstack clients with region * extract region for remaining clients * fix tests
* create openstack clients with region * extract region for remaining clients * fix tests
* create openstack clients with region * extract region for remaining clients * fix tests
* create openstack clients with region * extract region for remaining clients * fix tests
* create openstack clients with region * extract region for remaining clients * fix tests
* create openstack clients with region * extract region for remaining clients * fix tests
* Fix cloud provider config tenant name is being phased out in favor of project name (#30) * Allow disabling service controller Possibility to disable service controllers in cloud controller manager * Increase liveness probe timeouts for ccm * Expose additional metrics for CSI components * Increase timeout CSI probes and retry interval * Decrease log level for CSI attacher * Adjust resources for CSI driver * Allow custom DNS in Openstack providerConfig * Cherry-pick useExistingSubnet feature (10-01-2024) add SubnetID to APIs (15bdb26) implement 'use existing subnet' for terraform (8fac4ae) implement 'use existing subnet' for infraflow (80f0836) extend integration tests (3678da4) extend infrastructureConfig validation (fa83256) extend configValidator (547389c) * Skip Loadbalancer Calls during deletion * Remove ControlPlane healthchecks (#52) * Configure OWNERS for ske prow (#55) * Use args in Deployment (#56) * Pass region to all openstack clients (#57) * create openstack clients with region * extract region for remaining clients * fix tests --------- Co-authored-by: einfachnuralex <[email protected]> Co-authored-by: Kai Kummerer <[email protected]> Co-authored-by: Marcel Boehm <[email protected]> Co-authored-by: Maximilian Geberl <[email protected]> Co-authored-by: Michael Eischer <[email protected]>
How to categorize this PR?
/kind bug
/area control-plane
/platform openstack
What this PR does / why we need it:
Pass region to all openstack client factories. This is required once multiple regions show up in the openstack service catalog.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: