From cb048328a1bd58c1ff895a77480d964ded4bc2cf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 9 Feb 2021 15:06:49 -0800 Subject: [PATCH] resultsdb: fix db host in ansible playbooks for resultsdb Signed-off-by: Kevin Fenzi --- inventory/group_vars/resultsdb_prod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/resultsdb_prod b/inventory/group_vars/resultsdb_prod index 8e97afe960..0f7c853edd 100644 --- a/inventory/group_vars/resultsdb_prod +++ b/inventory/group_vars/resultsdb_prod @@ -36,7 +36,7 @@ nrpe_procs_crit: 300 # the db_host_machine bits are so that delegation continues to work, even if # that db is localhost relative to resultsdb -resultsdb_db_host_machine: db-qa02.qa.fedoraproject.org +resultsdb_db_host_machine: db01.iad2.fedoraproject.org resultsdb_db_host: "{{ resultsdb_db_host_machine }}" resultsdb_db_port: 5432 resultsdb_endpoint: 'resultsdb_api' @@ -60,7 +60,7 @@ resultsdb_frontend_secret_key: "{{ prod_resultsdb_frontend_secret_key }}" ############################################################ # execdb details ############################################################ -execdb_db_host_machine: db-qa01.qa.fedoraproject.org +execdb_db_host_machine: db01.iad2.fedoraproject.org execdb_db_host: "{{ execdb_db_host_machine }}" execdb_db_port: 5432 execdb_endpoint: 'execdb'