From 8f936e01c0b9397a1dea4d8a1ae6264c9c68a8be Mon Sep 17 00:00:00 2001 From: Attila Darazs Date: Mon, 5 Dec 2016 16:31:22 +0100 Subject: [PATCH] Remove the dlrn-gate.yml playbook Move the playbook tripleo-quickstart-extras repo as build-test-packages.yml where the relevant role is located. Depends-On: I105824e4b3bc71a9fdaf00496f243a7a1f868783 Change-Id: If154f2af2dc4543b22fe1ef5351421630333321e --- ci-scripts/full-deploy.sh | 2 +- playbooks/dlrn-gate.yml | 30 ------------------------------ 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 playbooks/dlrn-gate.yml diff --git a/ci-scripts/full-deploy.sh b/ci-scripts/full-deploy.sh index b75071c97..f45bf946a 100644 --- a/ci-scripts/full-deploy.sh +++ b/ci-scripts/full-deploy.sh @@ -60,7 +60,7 @@ if [ "$JOB_TYPE" = "dlrn-gate" ]; then --bootstrap \ --extra-vars artg_compressed_gating_repo="/home/stack/gating_repo.tar.gz" \ --requirements quickstart-extras-requirements.txt \ - --playbook dlrn-gate.yml \ + --playbook build-test-packages.yml \ --tags all \ --teardown all \ --release ${CI_ENV:+$CI_ENV/}$RELEASE${REL_TYPE:+-$REL_TYPE} \ diff --git a/playbooks/dlrn-gate.yml b/playbooks/dlrn-gate.yml deleted file mode 100644 index a60b2eef2..000000000 --- a/playbooks/dlrn-gate.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -- name: Add the virthost to the inventory - hosts: localhost - tasks: - - name: Add virthost - add_host: - name: "{{ virthost }}" - groups: "virthost" - ansible_fqdn: "{{ virthost }}" - ansible_user: "root" - ansible_host: "{{ virthost }}" - tags: - - provision - -- name: Inventory the virthost - hosts: localhost - gather_facts: yes - roles: - - tripleo-inventory - tags: - - provision - -- include: teardown.yml - -- include: provision.yml - -- name: Clone the gated DLRN repos and trigger rpm injection - hosts: virthost - roles: - - tripleo-gate