Merge "Add build-test to virthost bm"

This commit is contained in:
Zuul 2019-03-27 23:14:18 +00:00 committed by Gerrit Code Review
commit 242d35e312
2 changed files with 31 additions and 0 deletions

View File

@ -56,3 +56,31 @@
gather_facts: false
roles:
- baremetal-prep-virthost
- name: Run DLRN gate role and install repo
hosts: undercloud
gather_facts: true
become: true
tasks:
- include_role:
name: build-test-packages
vars:
artg_compressed_gating_repo: "/home/{{ undercloud_user }}/gating_repo.tar.gz"
- include_role:
name: install-built-repo
when: compressed_gating_repo is defined
- include_role:
name: install-built-repo
vars:
ib_repo_image_path: "/home/{{ undercloud_user }}/overcloud-full.qcow2"
when: compressed_gating_repo is defined
- include_role:
name: install-built-repo
vars:
ib_repo_image_path: "/home/{{ undercloud_user }}/ironic-python-agent.initramfs"
initramfs_image: true
libguestfs_mode: false
when: compressed_gating_repo is defined

View File

@ -28,3 +28,6 @@ artg_skipped_projects:
- openstack/openstack-ansible-os_tempest
- openstack/ansible-role-python_venv_build
- openstack/ansible-config_template
- openstack/tripleo-ci-internal-jobs
- openstack/tripleo-ci-internal-config
- tripleo-environments