Deploy ExecDB to the ResultsDB-dev-machine

This commit is contained in:
Josef Skladanka 2015-03-23 16:11:55 +00:00 committed by Josef Skladanka
parent b4be4fe3d2
commit 24c7c84ad5
10 changed files with 143 additions and 5 deletions

View file

@ -6,7 +6,7 @@ num_cpus: 4
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}" ]
tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}", "{{ execdb_db_port }}" ]
fas_client_groups: sysadmin-qa,sysadmin-main
nrpe_procs_warn: 250
nrpe_procs_crit: 300
@ -24,6 +24,12 @@ resultsdb_db_port: 5432
resultsdb_endpoint: 'resultsdb_api'
resultsdb_fe_endpoint: 'resultsdb'
resultsdb_db_name: resultsdb_dev
execdb_db_host: db-qa01.qa.fedoraproject.org
execdb_db_port: 5432
execdb_endpoint: 'execdb'
execdb_db_name: execdb_dev
allowed_hosts:
- 10.5.124