Drop rabbitmq-cluster-operator and add rabbitmq version label#1857
Conversation
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
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b383c6c2f44748e5b0e3a8afa427d338 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 24m 06s |
|
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. |
c003aa5 to
cfb5b19
Compare
|
/test functional |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6dca4786137c4bd08d30bc219567eabd ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 16m 09s |
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>
|
/override ci/prow/precommit-check |
|
@stuggi: Overrode contexts on behalf of stuggi: ci/prow/precommit-check 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lmiccini, stuggi 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 |
4e1f4fb
into
openstack-k8s-operators:main
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.