-
Notifications
You must be signed in to change notification settings - Fork 60
Propagate rabbitmq users to nova-cellX secret #1066
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
|
[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/722fb15020ea48668696a9ea967e110c ❌ openstack-meta-content-provider FAILURE in 5m 20s |
c90c928 to
710c405
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/66dd56c83809460ebc69b4bf475f3e32 ❌ openstack-meta-content-provider FAILURE in 12m 36s |
|
recheck |
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/openstack-operator#1797 is needed. |
|
recheck |
|
/test functional |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d61263831d4e40ac9dd1e74a07dae687 ✔️ openstack-meta-content-provider SUCCESS in 2h 47m 52s |
|
recheck |
|
/test functional |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/86da2905b79842218447638627e08de0 ✔️ openstack-meta-content-provider SUCCESS in 1h 05m 14s |
|
/test functional |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/075471792bbb4a00a30355133555361b ✔️ openstack-meta-content-provider SUCCESS in 3h 25m 02s |
|
/test functional |
1 similar comment
|
/test functional |
|
recheck |
| err := r.GenerateConfigs( | ||
| ctx, h, instance, configName, &hashes, templateParameters, map[string]string{}, cmLabels, map[string]string{}, | ||
| ctx, h, instance, configName, &hashes, templateParameters, extraData, cmLabels, map[string]string{}, | ||
| ) |
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.
without this PR
$ oc get secret nova-cell1-compute-config -o json | jq -r '.data | keys'
[
"01-nova.conf",
"nova-blank.conf"
]
with this PR - adds rabbitmq_user_name and notification_rabbitmq_user_name
$ oc get secret nova-cell1-compute-config -o json | jq -r '.data | keys'
[
"01-nova.conf",
"notification_rabbitmq_user_name",
"nova-blank.conf",
"rabbitmq_user_name"
]
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b0d14df9b3af4897ae7289bd9dc943c1 ✔️ openstack-meta-content-provider SUCCESS in 3h 07m 34s |
|
recheck |
710c405 to
6870d95
Compare
b17ff68 to
29190b5
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b0d902a113c94082a6716d6fc8b97e04 ✔️ openstack-meta-content-provider SUCCESS in 33m 37s |
|
/test functional |
|
/retest |
|
/test functional |
1 similar comment
|
/test functional |
29190b5 to
4bb4f6d
Compare
8f141f7 to
5c3b89b
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0e1e2cf439a54b4498b6b474b6beb516 ✔️ openstack-meta-content-provider SUCCESS in 2h 39m 45s |
|
@lmiccini: The following tests 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. |
Followup from #1052