-
Notifications
You must be signed in to change notification settings - Fork 120
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
Remove rgw default zone and realm #2687
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8064c2a45ee449748b588a3e1d60a4ff ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 52m 41s |
aa8a605
to
f31e373
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5b848d598ee74b24bbd8029b5094927d ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 53m 06s |
/lgtm |
New changes are detected. LGTM label has been removed. |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8c65cb8f8c19490d85a1a9888ac86563 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 50m 12s |
recheck |
let's see CI in action, but the change itself seems to work properly in both Ceph 7 (Reef) and Ceph 8 (Squid) context. |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5e892e801a3b4b36b06798b44654d367 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 48m 21s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ce007b09190445d18e2bafb1bbcc1527 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 58m 33s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6f47dba1f9744e7cb714317d76aba3e3 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 01m 05s |
45cc494
to
7820975
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6e85ec6c7a4846f1b47d45639ef95073 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 04m 14s |
We don't test RGW multisite in OpenStack. From squid+ a default realm is not deployed anymore, resulting in RGW deployment failures. This patch removes both default realm and zone from the RGW spec. Signed-off-by: Francesco Pantano <[email protected]>
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d712e742a6794ae182837f2a88d305a6 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 47m 37s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/19e1898e5bd541458bd4b0c10c4e0d94 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 06m 31s |
This PR is stale because it has been for over 15 days with no activity. |
This PR is stale because it has been for over 15 days with no activity. |
Reopened here: #2876 |
We don't test
RGW
multisite
inOpenStack
. FromSquid+
a default realm is not deployed anymore, resulting inRGW
deployment failures. This patch removes both default realm and zone from theRGW
spec.