Nodeset rabbitmquser finalizer management and status tracking via configmap#1781
Nodeset rabbitmquser finalizer management and status tracking via configmap#1781lmiccini wants to merge 3 commits 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 |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/56ac80bd0e7547ad88350eb0206886b5 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 18m 47s |
04cc55a to
1698305
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/db62c9cd33b34a538c7eccf243769b6a ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 02m 26s |
Add dataplane-specific logic to track and manage RabbitMQ user finalizers for OpenStackDataPlaneNodeSet services. This includes: - Service finalizer tracking in NodeSet status - RabbitMQ user creation and cleanup logic - Multi-cluster RabbitMQ support - Comprehensive tests for finalizer management This preserves the webhooks_warnings approach for webhook defaulting and services controllers while adding only the dataplane-specific RabbitMQ finalizer management functionality.
3885c4a to
c1fe8f8
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b5d3972863e64857b2da5055f867ef55 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 20m 43s |
|
/retest |
|
recheck |
|
/test openstack-operator-build-deploy-kuttl-4-18 |
Update GetNovaCellRabbitMqUserFromSecret to use the new rabbitmq_user_name field directly when available (nova-operator PR openstack-k8s-operators#1066), with fallback to parsing transport_url for backwards compatibility. Add GetNovaCellNotificationRabbitMqUserFromSecret to extract the notification RabbitMQ user name from the notification_rabbitmq_user_name field. This simplifies RabbitMQ user tracking and eliminates the need for complex transport URL parsing when using nova-operator with PR openstack-k8s-operators#1066 or later. Prepares openstack-operator to work with: - nova-operator PR openstack-k8s-operators#1066: Propagate rabbitmq users to nova-cellX secret
c1fe8f8 to
cbfbb7c
Compare
|
@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. |
cbfbb7c to
f52529a
Compare
Depends-on: openstack-k8s-operators/data-plane-adoption#1222