Files
kayobe/ansible/kolla-build.yml
Mark Goddard 19614e9491 Add an ansible group for container image builders
Hosts in this group are used to build container images for both the seed and
overcloud hosts.

We also rename various overcloud image related variables from controller* to
overcloud*.
2017-11-21 17:50:32 +00:00

7 lines
138 B
YAML

---
- name: Ensure Kolla is installed and configured
hosts: container-image-builders
roles:
- role: kolla
- role: kolla-build