rabbitmq_cluster: adding rpminspect queue to match rpminspect keypair
This commit is contained in:
parent
e369176ea4
commit
b03d81e48a
1 changed files with 10 additions and 0 deletions
|
@ -34,3 +34,13 @@
|
||||||
queue_name: fedora-build-checks{{ env_suffix }}
|
queue_name: fedora-build-checks{{ env_suffix }}
|
||||||
routing_keys:
|
routing_keys:
|
||||||
- "org.centos.ci.#"
|
- "org.centos.ci.#"
|
||||||
|
|
||||||
|
- name: rpminspect
|
||||||
|
run_once: true
|
||||||
|
include_role:
|
||||||
|
name: rabbit/queue
|
||||||
|
vars:
|
||||||
|
username: rpminspect{{ env_suffix }}
|
||||||
|
queue_name: rpminspect{{ env_suffix }}
|
||||||
|
routing_keys:
|
||||||
|
- "org.fedoraproject.prod.buildsys.build.state.change.#"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue