using same value for both username and queue name
This commit is contained in:
parent
ecf4c09166
commit
c45d971196
2 changed files with 4 additions and 4 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
roles:
|
||||
- role: rabbit/user
|
||||
username: "resultsdb-ci-listener{{ env_suffix }}"
|
||||
username: "resultsdb{{ env_suffix }}_ci_listener"
|
||||
|
||||
- role: rabbit/queue
|
||||
username: "resultsdb-ci-listener{{ env_suffix }}"
|
||||
queue_name: resultsdb{{ env_suffix }}_ci_listener
|
||||
username: "resultsdb{{ env_suffix }}_ci_listener"
|
||||
queue_name: "resultsdb{{ env_suffix }}_ci_listener"
|
||||
# TTL: 10 days (in miliseconds)
|
||||
message_ttl: 864000000
|
||||
routing_keys:
|
||||
|
|
|
@ -10,7 +10,7 @@ data:
|
|||
# For complete details on all configuration options, see the documentation
|
||||
# https://fedora-messaging.readthedocs.io/en/latest/configuration.html.
|
||||
|
||||
amqp_url = "amqps://resultsdb-ci-listener{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
amqp_url = "amqps://resultsdb{{ env_suffix }}_ci_listener:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
|
||||
{% if env == "staging" %}
|
||||
topic_prefix = "org.fedoraproject.stg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue