iad2: just drop the seperate iad2 resultsdb group
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
92eab336e0
commit
1dc9ecf486
2 changed files with 4 additions and 7 deletions
|
@ -663,15 +663,12 @@ openqa-stg01.qa.fedoraproject.org
|
||||||
[resultsdb:children]
|
[resultsdb:children]
|
||||||
resultsdb_stg
|
resultsdb_stg
|
||||||
resultsdb_prod
|
resultsdb_prod
|
||||||
resultsdb_iad_prod
|
|
||||||
|
|
||||||
[resultsdb_stg]
|
[resultsdb_stg]
|
||||||
resultsdb-stg01.qa.fedoraproject.org
|
resultsdb-stg01.qa.fedoraproject.org
|
||||||
|
|
||||||
[resultsdb_prod]
|
[resultsdb_prod]
|
||||||
resultsdb01.qa.fedoraproject.org
|
resultsdb01.qa.fedoraproject.org
|
||||||
|
|
||||||
[resultsdb_iad2_prod]
|
|
||||||
resultsdb01.iad2.fedoraproject.org
|
resultsdb01.iad2.fedoraproject.org
|
||||||
|
|
||||||
[smtp_mm]
|
[smtp_mm]
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
# NOTE: make sure there is room/space for this server on the vmhost
|
# 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
|
# 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
|
- name: make the box be real
|
||||||
hosts: resultsdb_dev:resultsdb_stg:resultsdb_prod:resultsdb_iad2_prod
|
hosts: resultsdb_stg:resultsdb_prod
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
||||||
- name: configure resultsdb production
|
- name: configure resultsdb production
|
||||||
hosts: resultsdb_dev:resultsdb_stg:resultsdb_prod:resultsdb_iad2_prod
|
hosts: resultsdb_stg:resultsdb_prod
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
||||||
- name: Install ci-resultsdb-listener
|
- name: Install ci-resultsdb-listener
|
||||||
hosts: resultsdb_stg:resultsdb_prod:resultsdb_iad2_prod
|
hosts: resultsdb_stg:resultsdb_prod
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue