adding new resultsdb and execdb vars so not-yet-updated group/host playbooks will work
This commit is contained in:
parent
d0aab39b1e
commit
5204b26cf2
3 changed files with 10 additions and 5 deletions
|
@ -21,13 +21,15 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
|
|||
|
||||
deployment_type: prod
|
||||
|
||||
resultsdb_db_host: db-qa01.qa.fedoraproject.org
|
||||
resultsdb_db_host_machine: db-qa01.qa.fedoraproject.org
|
||||
resultsdb_db_host: "{{ resultsdb_db_host_machine }}"
|
||||
resultsdb_db_port: 5432
|
||||
resultsdb_endpoint: 'resultsdb_api'
|
||||
resultsdb_fe_endpoint: 'resultsdb'
|
||||
resultsdb_db_name: resultsdb
|
||||
|
||||
execdb_db_host: db-qa01.qa.fedoraproject.org
|
||||
execdb_db_host_machine: db-qa01.qa.fedoraproject.org
|
||||
execdb_db_host: "{{ execdb_db_host_machine }}"
|
||||
execdb_db_port: 5432
|
||||
execdb_endpoint: 'execdb'
|
||||
execdb_db_name: execdb
|
||||
|
|
|
@ -21,13 +21,15 @@ virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ m
|
|||
|
||||
deployment_type: stg
|
||||
|
||||
resultsdb_db_host: db-qa01.qa.fedoraproject.org
|
||||
resultsdb_db_host_machine: db-qa01.qa.fedoraproject.org
|
||||
resultsdb_db_host: "{{ resultsdb_db_host_machine }}"
|
||||
resultsdb_db_port: 5432
|
||||
resultsdb_endpoint: 'resultsdb_api'
|
||||
resultsdb_fe_endpoint: 'resultsdb'
|
||||
resultsdb_db_name: resultsdb_stg
|
||||
|
||||
execdb_db_host: db-qa01.qa.fedoraproject.org
|
||||
execdb_db_host_machine: db-qa01.qa.fedoraproject.org
|
||||
execdb_db_host: "{{ execdb_db_host_machine }}"
|
||||
execdb_db_port: 5432
|
||||
execdb_endpoint: 'execdb'
|
||||
execdb_db_name: execdb_stg
|
||||
|
|
|
@ -42,7 +42,8 @@ deployment_type: 'local'
|
|||
# resultsdb
|
||||
############################################################
|
||||
|
||||
resultsdb_db_host: "{{ public_ip }}"
|
||||
resultsdb_db_host_machine: "{{ public_ip }}"
|
||||
resultsdb_db_host: 127.0.0.1
|
||||
resultsdb_db_port: 5432
|
||||
resultsdb_endpoint: 'resultsdb_api'
|
||||
resultsdb_fe_endpoint: 'resultsdb'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue