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
This commit is contained in:
Attila Darazs 2016-12-05 16:31:22 +01:00
parent 5d751760ab
commit 8f936e01c0
2 changed files with 1 additions and 31 deletions

View File

@ -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} \

View File

@ -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