From 1c5be7ac3eb9df040be9d2fb49a1847e19d9aea7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 7 Jun 2019 18:01:11 -0700 Subject: [PATCH] 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 --- inventory/group_vars/openqa_stg | 5 +++++ roles/openqa/dispatcher/tasks/main.yml | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/inventory/group_vars/openqa_stg b/inventory/group_vars/openqa_stg index efa7793af3..12951780a0 100644 --- a/inventory/group_vars/openqa_stg +++ b/inventory/group_vars/openqa_stg @@ -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 diff --git a/roles/openqa/dispatcher/tasks/main.yml b/roles/openqa/dispatcher/tasks/main.yml index 45e8cbc7e0..efed4c2a88 100644 --- a/roles/openqa/dispatcher/tasks/main.yml +++ b/roles/openqa/dispatcher/tasks/main.yml @@ -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