b0d8b11297
* execute repoclosure directly after the repos are setup * if zuul.repoclosure is defined, stop multinode-standalone.yml from fully executing. * new playbook add in 785690 that exits after repoclosure Depends-On: https://review.opendev.org/c/openstack/tripleo-ci/+/785690 Change-Id: I420d04c4ae83f8471a2cdd8db1a1d1fa5db63e30
33 lines
581 B
YAML
33 lines
581 B
YAML
---
|
|
- name: Add the overcloud nodes to the generated inventory
|
|
hosts: undercloud
|
|
gather_facts: true
|
|
tags:
|
|
- standalone
|
|
vars:
|
|
inventory: multinode
|
|
roles:
|
|
- tripleo-inventory
|
|
|
|
- name: Enable nested virtualization on the host
|
|
hosts: undercloud
|
|
gather_facts: true
|
|
roles:
|
|
- parts/kvm
|
|
tags:
|
|
- nested_virt
|
|
|
|
- name: Prepare the undercloud for installation
|
|
hosts: undercloud
|
|
roles:
|
|
- undercloud-setup
|
|
tags:
|
|
- standalone
|
|
|
|
- name: Test available repos for repoclosure
|
|
hosts: undercloud
|
|
roles:
|
|
- repoclosure
|
|
tags:
|
|
- standalone
|