From 5f1d94415bab3cb582a36da95353bcbcaa60dc82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 4 Jan 2016 08:22:57 +0100 Subject: [PATCH] Revert "copr: test this only in stage" This reverts commit 46e410331edcb5ba4c995c8d7df8da9494a57172. --- playbooks/groups/copr-backend.yml | 6 +++--- playbooks/groups/copr-frontend.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/groups/copr-backend.yml b/playbooks/groups/copr-backend.yml index 9faefbfc51..513961ca63 100644 --- a/playbooks/groups/copr-backend.yml +++ b/playbooks/groups/copr-backend.yml @@ -1,6 +1,6 @@ - name: check/create instance #hosts: copr-back - hosts: copr-back-stg + hosts: copr-back:copr-back-stg user: root gather_facts: False @@ -21,7 +21,7 @@ when: facts|failed - name: cloud basic setup - hosts: copr-back-stg + hosts: copr-back:copr-back-stg user: root gather_facts: True vars_files: @@ -35,7 +35,7 @@ shell: "hostname {{copr_hostbase}}.cloud.fedoraproject.org" - name: provision instance - hosts: copr-back-stg + hosts: copr-back:copr-back-stg user: root gather_facts: True diff --git a/playbooks/groups/copr-frontend.yml b/playbooks/groups/copr-frontend.yml index 009c2a4ba6..f911ea6519 100644 --- a/playbooks/groups/copr-frontend.yml +++ b/playbooks/groups/copr-frontend.yml @@ -1,5 +1,5 @@ - name: check/create instance - hosts: copr-front-stg + hosts: copr-front-stg:copr-front # hosts: copr-front gather_facts: False @@ -13,7 +13,7 @@ - include: "{{ tasks }}/persistent_cloud.yml" - name: cloud basic setup - hosts: copr-front-stg + hosts: copr-front-stg:copr-front # hosts: copr-front gather_facts: True vars_files: @@ -26,7 +26,7 @@ shell: "hostname {{copr_hostbase}}.cloud.fedoraproject.org" - name: provision instance - hosts: copr-front-stg + hosts: copr-front:copr-front-stg # hosts: copr-front gather_facts: True