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:
Adam Williamson 2020-06-01 15:46:13 -07:00
parent 9bf6e4031a
commit 06f8ca684a
4 changed files with 12 additions and 1 deletions

View file

@ -4,7 +4,6 @@ virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough
external_hostname: openqa.fedoraproject.org external_hostname: openqa.fedoraproject.org
openqa_dbname: openqa openqa_dbname: openqa
openqa_dbhost: db-qa03.qa.fedoraproject.org
openqa_dbuser: openqa openqa_dbuser: openqa
openqa_dbpassword: "{{ prod_openqa_dbpassword }}" openqa_dbpassword: "{{ prod_openqa_dbpassword }}"
openqa_assetsize: 500 openqa_assetsize: 500

View file

@ -0,0 +1 @@
openqa_dbhost: db-openqa01.iad2.fedoraproject.org

View file

@ -0,0 +1 @@
openqa_dbhost: db-qa03.qa.fedoraproject.org

View file

@ -522,6 +522,16 @@ openqa01.qa.fedoraproject.org
openqa-stg01.qa.fedoraproject.org openqa-stg01.qa.fedoraproject.org
openqa01.iad2.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] [openqa]
openqa01.qa.fedoraproject.org openqa01.qa.fedoraproject.org
openqa01.iad2.fedoraproject.org openqa01.iad2.fedoraproject.org