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'