adding missing vars for testdays

This commit is contained in:
Tim Flink 2015-09-10 02:13:27 +00:00
parent 9ff5efca5e
commit 8c3fac28d5

View file

@ -17,20 +17,41 @@ cloud_networks:
# persistent-net
- 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_port: 5432
resultsdb_endpoint: 'resultsdb_api'
resultsdb_fe_endpoint: 'resultsdb'
resultsdb_db_name: resultsdb_testdays
allowed_hosts:
- 127.0.0.1
external_hostname: testdays.fedorainfracloud.org
############################################################
# testdays
############################################################
testdays_db_host: "{{ public_ip }}"
testdays_db_port: 5432
testdays_endpoint: 'testdays'
testdays_db_name: testdays
external_hostname: testdays.fedorainfracloud.org
allowed_hosts:
- 10.5.124
freezes: false