mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
resultsdb: fix db host in ansible playbooks for resultsdb
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user