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