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:
Randy Barlow 2019-05-15 17:59:05 +00:00
parent 902102d2be
commit 04afc85443
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"