copr: generate queue id with uuidgen as suggested
This commit is contained in:
parent
8a8565e3fb
commit
e4b97f2da9
3 changed files with 8 additions and 2 deletions
|
@ -39,3 +39,6 @@ csi_purpose: Provide the backend for copr (3rd party packages)
|
||||||
csi_relationship: |
|
csi_relationship: |
|
||||||
- Backend: Management of copr cloud infrastructure (OpenStack).
|
- Backend: Management of copr cloud infrastructure (OpenStack).
|
||||||
- Small frontend with copr's public stats
|
- Small frontend with copr's public stats
|
||||||
|
|
||||||
|
|
||||||
|
copr_messaging_queue: "a9b74258-21c6-4e79-ba65-9e858dc84a2b"
|
||||||
|
|
|
@ -44,3 +44,6 @@ letsencrypt:
|
||||||
- copr-be-dev.cloud.fedoraproject.org
|
- copr-be-dev.cloud.fedoraproject.org
|
||||||
challenge_dir: /var/lib/copr/public_html
|
challenge_dir: /var/lib/copr/public_html
|
||||||
mail: copr-devel@lists.fedorahosted.org
|
mail: copr-devel@lists.fedorahosted.org
|
||||||
|
|
||||||
|
|
||||||
|
copr_messaging_queue: "c8e11df7-e863-4ca4-99b9-d37c6663c7f7"
|
||||||
|
|
|
@ -33,14 +33,14 @@ arguments = {}
|
||||||
#
|
#
|
||||||
# If you require a stronger guarantee about delivery, please talk to Fedora's
|
# If you require a stronger guarantee about delivery, please talk to Fedora's
|
||||||
# Infrastructure team.
|
# Infrastructure team.
|
||||||
[queues.00000000-0000-0000-0000-000000000000]
|
[queues.{{ copr_messaging_queue }}]
|
||||||
durable = false
|
durable = false
|
||||||
auto_delete = true
|
auto_delete = true
|
||||||
exclusive = true
|
exclusive = true
|
||||||
arguments = {}
|
arguments = {}
|
||||||
|
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
queue = "00000000-0000-0000-0000-000000000000"
|
queue = "{{ copr_messaging_queue }}"
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
routing_keys = [
|
routing_keys = [
|
||||||
'io.pagure.prod.pagure.git.receive',
|
'io.pagure.prod.pagure.git.receive',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue