From 0ceef0f7d0d462382a3bb63e1c6c35c3f59d7a17 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 10 Jun 2022 13:03:57 -0700 Subject: [PATCH] Revert "Switch openQA prod to new resultsdb URL and enable auth" This reverts commit edb9704acca43a50ac213d469f7d226e126ff3a6. 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. --- inventory/group_vars/openqa | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inventory/group_vars/openqa b/inventory/group_vars/openqa index cd7c6ba74c..a9422d3947 100644 --- a/inventory/group_vars/openqa +++ b/inventory/group_vars/openqa @@ -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