openqa: more messing about with queues...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a0be8f9850
commit
d55a265b1e
1 changed files with 5 additions and 2 deletions
|
@ -79,6 +79,7 @@
|
|||
# yes, even the staging scheduler listens to production, it
|
||||
# has to or else it wouldn't schedule any jobs
|
||||
rabbitmq_server: "rabbitmq01.phx2.fedoraproject.org"
|
||||
env: "production"
|
||||
tags: ['rabbit']
|
||||
when: deployment_type == "stg"
|
||||
- role: rabbit/queue
|
||||
|
@ -87,7 +88,8 @@
|
|||
routing_keys:
|
||||
- "org.fedoraproject.{{ deployment_type }}.openqa.job.done"
|
||||
vars:
|
||||
rabbitmq_server: "rabbitmq01.stg.phx2.fedoraproject.org"
|
||||
rabbitmq_server: "rabbitmq01{{ openqa_env_suffix }}.phx2.fedoraproject.org"
|
||||
env: "{{ openqa_env }}"
|
||||
tags: ['rabbit']
|
||||
when: deployment_type == "stg"
|
||||
- role: rabbit/queue
|
||||
|
@ -96,7 +98,8 @@
|
|||
routing_keys:
|
||||
- "org.fedoraproject.{{ deployment_type }}.openqa.job.done"
|
||||
vars:
|
||||
rabbitmq_server: "rabbitmq01.stg.phx2.fedoraproject.org"
|
||||
rabbitmq_server: "rabbitmq01{{ openqa_env_suffix }}.phx2.fedoraproject.org"
|
||||
env: "{{ openqa_env }}"
|
||||
tags: ['rabbit']
|
||||
when: deployment_type == "stg"
|
||||
# nfs client setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue