From 7a97d98e8b4c35c6c6f60ba7299f99f486832295 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 1 Oct 2020 16:58:27 -0700 Subject: [PATCH] resultsdb / staging: set correct db host Signed-off-by: Kevin Fenzi --- inventory/group_vars/resultsdb_stg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/resultsdb_stg b/inventory/group_vars/resultsdb_stg index 09f311603f..8ea812c4ff 100644 --- a/inventory/group_vars/resultsdb_stg +++ b/inventory/group_vars/resultsdb_stg @@ -20,7 +20,7 @@ fedmsg_env: stg # 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-qa01.qa.fedoraproject.org +resultsdb_db_host_machine: db01.stg.iad2.fedoraproject.org resultsdb_db_host: "{{ resultsdb_db_host_machine }}" resultsdb_db_port: 5432 resultsdb_endpoint: 'resultsdb_api'