-
Notifications
You must be signed in to change notification settings - Fork 56
Rabbitmq vhost and user support #658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6c51862b4137480b875966bace270970 ❌ openstack-k8s-operators-content-provider FAILURE in 16m 10s |
|
/test keystone-operator-build-deploy-kuttl |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3ba3f223dd4d4dbd88230f3ba6d9b1de ❌ openstack-k8s-operators-content-provider FAILURE in 15m 11s |
|
/test keystone-operator-build-deploy-kuttl |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3232fc4e308b485789ba835467ff6b7c ❌ openstack-k8s-operators-content-provider FAILURE in 15m 49s |
e142029 to
971035f
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/953ff682988b46989b4fe010f51031d2 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 55s |
|
/test functional |
9bd3519 to
12cfe9d
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/efc251acb845441baf501e7d4b266852 ❌ openstack-k8s-operators-content-provider FAILURE in 18m 38s |
2a78269 to
e3a40c2
Compare
e3a40c2 to
3c505b3
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5cacdd337da44d858f06377c996132b9 ❌ openstack-k8s-operators-content-provider FAILURE in 6m 14s |
a72444a to
875b9a7
Compare
|
/test functional |
94848a8 to
7d70fe3
Compare
7d70fe3 to
f6db8e1
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. |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/80e9475688c645fbbf3a1d936043a028 ❌ openstack-k8s-operators-content-provider FAILURE in 6m 39s |
69849ff to
495c67d
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/209bb982152a4bea908c9dde9c049795 ❌ openstack-k8s-operators-content-provider FAILURE in 16m 30s |
|
/test keystone-operator-build-deploy-kuttl |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2dc739eed3de40fcbb81d83d91443ce0 ❌ openstack-k8s-operators-content-provider FAILURE in 15m 40s |
495c67d to
b9fdaa6
Compare
b9fdaa6 to
c5a3cfd
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. |
c5a3cfd to
b4b72b1
Compare
|
/test functional |
1 similar comment
|
/test functional |
b4b72b1 to
c22a0a3
Compare
xek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm Thanks!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lmiccini, xek 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 |
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-22689
c22a0a3 to
8469bde
Compare
|
New changes are detected. LGTM label has been removed. |
|
@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. |
|
/test keystone-operator-build-deploy-kuttl |
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-22689