Tracked by tripleo squad at [1]. Implements the openstack overcloud roles generate command to create the roles.yml file from your THT directory /roles. Tracked by tripleo-ci squad with [2]. [1] https://etherpad.openstack.org/p/tripleo-operator-ansible [2] https://tree.taiga.io/project/tripleo-ci-board/task/1598 Change-Id: I0352eb5d6c22c7c9bd31e09c295cb052f61c158e
9 lines
130 B
YAML
9 lines
130 B
YAML
---
|
|
- name: Prepare
|
|
hosts: all
|
|
tasks:
|
|
|
|
- name: Include molecule prep
|
|
include_role:
|
|
name: test_molecule_prep
|