Switch openQA prod to new resultsdb URL and enable auth
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b71846938f
commit
edb9704acc
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
|
||||||
# install openQA from updates-testing, as of 2022-06 we want
|
# install openQA from updates-testing, as of 2022-06 we want
|
||||||
# the builds that have been tested on stg on prod too
|
# the builds that have been tested on stg on prod too
|
||||||
openqa_repo: updates-testing
|
openqa_repo: updates-testing
|
||||||
openqa_resultsdb_url: http://resultsdb01.iad2.fedoraproject.org/resultsdb_api/api/v2.0/
|
openqa_resultsdb_url: https://resultsdb.fedoraproject.org/api/v2.0/
|
||||||
|
openqa_resultsdb_user: "{{ prod_resultsdb_httpd_user }}"
|
||||||
|
openqa_resultsdb_password: "{{ prod_resultsdb_httpd_password }}"
|
||||||
openqa_secret: "{{ prod_openqa_apisecret }}"
|
openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||||
openqa_update_arches: ['x86_64']
|
openqa_update_arches: ['x86_64']
|
||||||
openqa_webapi_plugins: FedoraMessaging FedoraUpdateRestart
|
openqa_webapi_plugins: FedoraMessaging FedoraUpdateRestart
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue