adding missing vars for testdays
This commit is contained in:
parent
9ff5efca5e
commit
8c3fac28d5
1 changed files with 24 additions and 3 deletions
|
@ -17,20 +17,41 @@ cloud_networks:
|
||||||
# persistent-net
|
# persistent-net
|
||||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
||||||
|
|
||||||
|
############################################################
|
||||||
|
# postgresql_server
|
||||||
|
############################################################
|
||||||
|
|
||||||
|
shared_buffers: "32MB"
|
||||||
|
host_backup_targets: ['/backups']
|
||||||
|
dbs_to_backup:
|
||||||
|
- testdays
|
||||||
|
- resultsdb
|
||||||
|
|
||||||
|
|
||||||
|
############################################################
|
||||||
|
# resultsdb
|
||||||
|
############################################################
|
||||||
|
|
||||||
resultsdb_db_host: "{{ public_ip }}"
|
resultsdb_db_host: "{{ public_ip }}"
|
||||||
resultsdb_db_port: 5432
|
resultsdb_db_port: 5432
|
||||||
resultsdb_endpoint: 'resultsdb_api'
|
resultsdb_endpoint: 'resultsdb_api'
|
||||||
resultsdb_fe_endpoint: 'resultsdb'
|
resultsdb_fe_endpoint: 'resultsdb'
|
||||||
resultsdb_db_name: resultsdb_testdays
|
resultsdb_db_name: resultsdb_testdays
|
||||||
|
|
||||||
|
allowed_hosts:
|
||||||
|
- 127.0.0.1
|
||||||
|
|
||||||
|
external_hostname: testdays.fedorainfracloud.org
|
||||||
|
|
||||||
|
############################################################
|
||||||
|
# testdays
|
||||||
|
############################################################
|
||||||
|
|
||||||
testdays_db_host: "{{ public_ip }}"
|
testdays_db_host: "{{ public_ip }}"
|
||||||
testdays_db_port: 5432
|
testdays_db_port: 5432
|
||||||
testdays_endpoint: 'testdays'
|
testdays_endpoint: 'testdays'
|
||||||
testdays_db_name: testdays
|
testdays_db_name: testdays
|
||||||
|
|
||||||
external_hostname: testdays.fedorainfracloud.org
|
|
||||||
|
|
||||||
allowed_hosts:
|
|
||||||
- 10.5.124
|
|
||||||
|
|
||||||
freezes: false
|
freezes: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue