openqa: set the UUIDs for the fedora-messaging staging queues
These should really be secrets, but no-one's around to help me set up new secrets right now, and it shouldn't matter a lot in the short term at least. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
348145dbfa
commit
1c5be7ac3e
2 changed files with 9 additions and 1 deletions
|
@ -43,6 +43,11 @@ openqa_extraarches: true
|
|||
wikitcms_token: "{{ private }}/files/openidc/staging/wikitcms.json"
|
||||
openqa_resultsdb_url: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2.0/
|
||||
openqa_fedoramessaging: true
|
||||
# these should really be secrets, but it's not *that* big a deal that
|
||||
# they aren't, just means someone could theoretically block us
|
||||
openqa_scheduler_stg_uuid: 47acfdb9-e323-4a13-a940-fdb903934e60
|
||||
openqa_wiki_reporter_stg_uuid: 2aa0c3fc-905d-4e59-8557-bfa23fbad28e
|
||||
openqa_resultsdb_reporter_stg_uuid: aaf0f9b2-6858-4694-b018-356342761bc0
|
||||
|
||||
checkcompose_url: "https://{{ external_hostname }}"
|
||||
checkcompose_greenwaveurl: https://greenwave-web-greenwave.app.os.stg.fedoraproject.org
|
||||
|
|
|
@ -20,7 +20,10 @@
|
|||
# - openqa_fedoramessaging
|
||||
## bool - if true, configure and deploy the fedora-messaging
|
||||
## consumers; if false, configure and deploy the fedmsg
|
||||
## consumers
|
||||
## consumers. Note you must also set openqa_scheduler_uuid
|
||||
## (no deployment type), openqa_scheduler_stg_uuid
|
||||
## (staging) or openqa_scheduler_prod_uuid (production) if
|
||||
## this is set
|
||||
## default - false
|
||||
#
|
||||
# Optional vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue