iad2: just drop the seperate iad2 resultsdb group

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-01 16:28:43 -07:00
parent 92eab336e0
commit 1dc9ecf486
2 changed files with 4 additions and 7 deletions

View file

@ -663,15 +663,12 @@ openqa-stg01.qa.fedoraproject.org
[resultsdb:children]
resultsdb_stg
resultsdb_prod
resultsdb_iad_prod
[resultsdb_stg]
resultsdb-stg01.qa.fedoraproject.org
[resultsdb_prod]
resultsdb01.qa.fedoraproject.org
[resultsdb_iad2_prod]
resultsdb01.iad2.fedoraproject.org
[smtp_mm]

View file

@ -3,10 +3,10 @@
# NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=resultsdb_dev:resultsdb_stg:resultsdb_prod:resultsdb_iad2_prod"
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=resultsdb_dev:resultsdb_stg:resultsdb_prod"
- name: make the box be real
hosts: resultsdb_dev:resultsdb_stg:resultsdb_prod:resultsdb_iad2_prod
hosts: resultsdb_stg:resultsdb_prod
user: root
gather_facts: True
@ -78,7 +78,7 @@
- import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: configure resultsdb production
hosts: resultsdb_dev:resultsdb_stg:resultsdb_prod:resultsdb_iad2_prod
hosts: resultsdb_stg:resultsdb_prod
user: root
gather_facts: True
@ -96,7 +96,7 @@
- import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: Install ci-resultsdb-listener
hosts: resultsdb_stg:resultsdb_prod:resultsdb_iad2_prod
hosts: resultsdb_stg:resultsdb_prod
user: root
gather_facts: True