From 1dc9ecf486cd6583873522c747c2e5194410b6bd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Jun 2020 16:28:43 -0700 Subject: [PATCH] iad2: just drop the seperate iad2 resultsdb group Signed-off-by: Kevin Fenzi --- inventory/inventory | 3 --- playbooks/groups/resultsdb.yml | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/inventory/inventory b/inventory/inventory index bff2ea0a9b..8c61d9157b 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -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] diff --git a/playbooks/groups/resultsdb.yml b/playbooks/groups/resultsdb.yml index 413d022fff..2f0ba6f80a 100644 --- a/playbooks/groups/resultsdb.yml +++ b/playbooks/groups/resultsdb.yml @@ -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