Revert "Switch openQA prod to new resultsdb URL and enable auth"
This reverts commit edb9704acc
.
The new prod deployment seems to have some issues (message
publishing is timing out) so let's go back to using the old
deployment for now.
This commit is contained in:
parent
c45d971196
commit
0ceef0f7d0
1 changed files with 1 additions and 3 deletions
|
@ -19,9 +19,7 @@ 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: https://resultsdb.fedoraproject.org/api/v2.0/
|
||||
openqa_resultsdb_user: "{{ prod_resultsdb_httpd_user }}"
|
||||
openqa_resultsdb_password: "{{ prod_resultsdb_httpd_password }}"
|
||||
openqa_resultsdb_url: http://resultsdb01.iad2.fedoraproject.org/resultsdb_api/api/v2.0/
|
||||
openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||
openqa_update_arches: ['x86_64']
|
||||
openqa_webapi_plugins: FedoraMessaging FedoraUpdateRestart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue