Rabbitmq vhost and user support#604
Rabbitmq vhost and user support#604openshift-merge-bot[bot] merged 2 commits intoopenstack-k8s-operators:mainfrom
Conversation
02a7b30 to
6df9648
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/178551e24f714904ade13446c82e533b ❌ openstack-k8s-operators-content-provider FAILURE in 6m 55s |
6df9648 to
380c04a
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ac9a3a4174934792a479059b7bfea3d5 ✔️ openstack-k8s-operators-content-provider SUCCESS in 51m 11s |
380c04a to
30f4aeb
Compare
|
/test heat-operator-build-deploy-kuttl |
fbadc6b to
e71908f
Compare
e71908f to
2208b1f
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. |
2208b1f to
e0a6b7f
Compare
2b424ac to
cf76e5c
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0ba6ba123a414a098adcd93582bf7edb ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 40m 18s |
|
recheck |
763aa9c to
ebaf275
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/e1eb245689bd4b36bf2602bfd5e5fe9b ❌ openstack-k8s-operators-content-provider FAILURE in 6m 27s |
59f987d to
dbaec8c
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/infra-operator#523 is needed. |
dbaec8c to
beedc9a
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/947d1834e15145a9ad3894c43b3b04f8 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 41s |
|
/test heat-operator-build-deploy-kuttl |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/48c89fe6968e4944aaa2376abbea1656 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 33s |
3ac26b6 to
5a1c0c2
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a8b11a1de3a342518a9dd44619d535e2 ❌ openstack-k8s-operators-content-provider FAILURE in 14m 18s |
5a1c0c2 to
f1137d2
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/be6fc6302ed54e21a1bb4122e5896252 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 00s |
f1137d2 to
0162a8f
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/92bdd2c2eb6c47e0a52f922b0a89b7d1 ❌ openstack-k8s-operators-content-provider FAILURE in 14m 11s |
|
recheck |
Add support for a dedicated rabbitmq cluster for notifications.
Add new messagingBus and notificationsBus interfaces to hold cluster,
user and vhost names for optional usage.
The controller adds these values to the TransportURL create request when present.
Additionally, we migrate RabbitMQ cluster name to RabbitMq config struct
using DefaultRabbitMqConfig from infra-operator to automatically
populate the new Cluster field from legacy RabbitMqClusterName.
Example usage:
spec:
messagingBus:
cluster: rpc-rabbitmq
user: rpc-user
vhost: rpc-vhost
notificationsBus:
cluster: notifications-rabbitmq
user: notifications-user
vhost: notifications-vhost
Jira: https://issues.redhat.com/browse/OSPRH-22695
0162a8f to
5aee22a
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. |
|
recheck |
|
/retest |
5aee22a to
66d263e
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. |
|
recheck |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: lmiccini 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 |
|
/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. |
6c06733
into
openstack-k8s-operators:main
Add support for a dedicated rabbitmq cluster for notifications.
Add new messagingBus and notificationsBus interfaces to hold cluster,
user and vhost names for optional usage.
The controller adds these values to the TransportURL create request when present.
Additionally, we migrate RabbitMQ cluster name to RabbitMq config struct
using DefaultRabbitMqConfig from infra-operator to automatically
populate the new Cluster field from legacy RabbitMqClusterName.
Example usage:
Jira: https://issues.redhat.com/browse/OSPRH-22695
Depends-on: openstack-k8s-operators/openstack-operator#1797