Rabbitmq vhost and user support#848
Rabbitmq vhost and user support#848openshift-merge-bot[bot] merged 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
bbf147d to
7e9bc23
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/601cedbf021e4bff9c9a114ac9f26b70 ❌ openstack-k8s-operators-content-provider FAILURE in 7m 53s |
dbc55cf to
6548abe
Compare
6548abe to
44cb275
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. |
44cb275 to
a3557bc
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/66740c5a23c9497590a6bab625ca711f ❌ openstack-k8s-operators-content-provider FAILURE in 6m 12s |
a3557bc to
3a68095
Compare
3a68095 to
acecbfe
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/55a6e18cecfc4181a45c0c4f4374b746 ❌ openstack-k8s-operators-content-provider FAILURE in 5m 13s |
acecbfe to
8abd52e
Compare
08a233a to
7d867f4
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/35706b94b9c84eb0a1eae801b4364f55 ❌ openstack-k8s-operators-content-provider FAILURE in 15m 29s |
|
check-rdo |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/21c6803cd7854ce4bcd5fc3aa7414506 ❌ openstack-k8s-operators-content-provider FAILURE in 16m 20s |
|
recheck |
|
recheck |
ac88c15 to
7acdaf9
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8eab1a8986334dedb35197c3f1cae214 ❌ openstack-k8s-operators-content-provider FAILURE in 17m 26s |
7acdaf9 to
5b3c2fe
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/7d48727490c2427e861accf8e8dc6fa9 ❌ openstack-k8s-operators-content-provider FAILURE in 9m 38s |
5b3c2fe to
8919d8e
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/805eb929e50340cf878fda018bd6d1c7 ❌ openstack-k8s-operators-content-provider FAILURE in 11m 41s |
8919d8e to
b5113d4
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5a4ae1d12613420483a3e071fd66bc21 ❌ openstack-k8s-operators-content-provider FAILURE in 14m 11s |
b5113d4 to
732301c
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/87896a4cb6274eb89105402253c70f56 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 19s |
|
recheck |
Add new notificationsBus interface 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:
notificationsBus:
cluster: rabbitmq
user: custom-user
vhost: custom-vhost
Jira: https://issues.redhat.com/browse/OSPRH-23739
732301c to
02f38e6
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/48202057387548478d35312987a5c140 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 58s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/efbd453d572642a59ab9f781e35e9d32 ❌ openstack-k8s-operators-content-provider FAILURE in 4m 57s |
|
recheck |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fmount, 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 precommit-check |
|
@fmount: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. 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. |
|
/override ci/prow/precommit-check |
|
@fmount: Overrode contexts on behalf of fmount: 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. |
e0a322f
into
openstack-k8s-operators:main
|
@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. |
Add new notificationsBus interface 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-23739
Depends-on: openstack-k8s-operators/openstack-operator#1797