mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
openqa: add new groups for IAD vs. PHX variables
...like the database server host. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -4,7 +4,6 @@ virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough
|
||||
external_hostname: openqa.fedoraproject.org
|
||||
|
||||
openqa_dbname: openqa
|
||||
openqa_dbhost: db-qa03.qa.fedoraproject.org
|
||||
openqa_dbuser: openqa
|
||||
openqa_dbpassword: "{{ prod_openqa_dbpassword }}"
|
||||
openqa_assetsize: 500
|
||||
|
||||
1
inventory/group_vars/openqa_iad
Normal file
1
inventory/group_vars/openqa_iad
Normal file
@@ -0,0 +1 @@
|
||||
openqa_dbhost: db-openqa01.iad2.fedoraproject.org
|
||||
1
inventory/group_vars/openqa_phx
Normal file
1
inventory/group_vars/openqa_phx
Normal file
@@ -0,0 +1 @@
|
||||
openqa_dbhost: db-qa03.qa.fedoraproject.org
|
||||
@@ -522,6 +522,16 @@ openqa01.qa.fedoraproject.org
|
||||
openqa-stg01.qa.fedoraproject.org
|
||||
openqa01.iad2.fedoraproject.org
|
||||
|
||||
# variables appropriate to hosts in the old dc (phx2) but not the new one (iad2)
|
||||
[openqa_phx]
|
||||
openqa01.qa.fedoraproject.org
|
||||
openqa-stg01.qa.fedoraproject.org
|
||||
|
||||
# variables appropriate to hosts in the new dc (iad2) but not the old one (phx2)
|
||||
[openqa_iad]
|
||||
openqa01.iad2.fedoraproject.org
|
||||
openqa-stg01.iad2.fedoraproject.org
|
||||
|
||||
[openqa]
|
||||
openqa01.qa.fedoraproject.org
|
||||
openqa01.iad2.fedoraproject.org
|
||||
|
||||
Reference in New Issue
Block a user