Drop rabbitmq-cluster-operator and add rabbitmq version label#1857
Drop rabbitmq-cluster-operator and add rabbitmq version label#1857lmiccini wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lmiccini The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
OpenStackControlPlane CRD Size Report
Threshold reference
|
b78ccd9 to
3aa7a6c
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c1ba532932d54dc89f9f6574ed78726e ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 17m 51s |
3aa7a6c to
81954dc
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c016edeba9fa4a5aa739f95fef733439 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 15m 35s |
07e9e0f to
df78a57
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/cc16f4eced454985843cefd781799c90 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 11m 01s |
|
recheck |
|
/test openstack-operator-build-deploy-kuttl-4-18 |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/95116dfc13c74fb1a920db020b508c7a ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 18m 23s |
df78a57 to
bf22505
Compare
d10cddb to
5dd1632
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3f4b010aba1a44fbaeaf906f1ff0812e ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 04m 29s |
d6e9fdf to
15978d5
Compare
bd751ec to
d9611d6
Compare
|
/test openstack-operator-build-deploy-kuttl-4-18 |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/7c2c5884c75242beb64c74a0d5749248 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 53m 23s |
d9611d6 to
95e2333
Compare
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
95e2333 to
30c85d9
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ed0eb97f17124f019b074e70c053ef84 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 27m 50s |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
6df490d to
c003aa5
Compare
Remove the rabbitmq-cluster-operator deployment and clean up its namespaced resources after all RabbitmqCluster instances have been migrated by the infra-operator. Cluster-scoped RBAC is left in place to avoid breaking user-installed instances in other namespaces. The CRD is only deleted when no RabbitmqCluster instances remain cluster-wide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
/test functional |
|
@lmiccini: 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-sigs/prow repository. I understand the commands that are listed here. |
Remove all rabbitmq-cluster-operator references, CRDs, RBAC, and deployment manifests from openstack-operator. Use custom infra-operator image that no longer depends on the rabbitmq-cluster-operator.
Add RabbitmqVersion field to ServiceDefaults and set the target rabbitmq-server version (4.2) in the RabbitMQ spec during reconciliation.