mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Switch openQA prod to new resultsdb URL and enable auth
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -19,7 +19,9 @@ openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
|
||||
# install openQA from updates-testing, as of 2022-06 we want
|
||||
# the builds that have been tested on stg on prod too
|
||||
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_update_arches: ['x86_64']
|
||||
openqa_webapi_plugins: FedoraMessaging FedoraUpdateRestart
|
||||
|
||||
Reference in New Issue
Block a user