Add kolla-build.yml playbook to support building images on the seed

This commit is contained in:
Mark Goddard 2017-02-16 10:44:36 +00:00
parent 5404539bee
commit a4493ef911

6
ansible/kolla-build.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Ensure Kolla is configured
hosts: seed
roles:
- role: kolla
- role: kolla-build