bodhi: Queue names must start with the username.
The username that Bodhi uses in stg is bodhi.stg, and the queue names must have the username at the beginning, so this commit switches to use the env_suffix in the queue name. Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
902102d2be
commit
04afc85443
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ nrpe_procs_crit: 1000
|
|||
|
||||
host_group: bodhi2
|
||||
|
||||
bodhi_message_queue_name: "bodhi_composer"
|
||||
bodhi_message_queue_name: "bodhi{{ env_suffix }}_composer"
|
||||
# Define the topics that our fedora-messaging queue should be subscribed to.
|
||||
bodhi_message_routing_keys:
|
||||
- "org.fedoraproject.*.bodhi.composer.start"
|
||||
|
|
|
@ -22,7 +22,7 @@ openshift_pods: 1
|
|||
|
||||
tcp_ports: [ 80 ]
|
||||
|
||||
bodhi_message_queue_name: "bodhi"
|
||||
bodhi_message_queue_name: "bodhi{{ env_suffix }}"
|
||||
# Define the topics that our fedora-messaging queue should be subscribed to.
|
||||
bodhi_message_routing_keys:
|
||||
- "org.fedoraproject.*.bodhi.update.edit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue