mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
adding missing vars for testdays
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user