blob: d115075960b984d8b9b968639ab54b640a9002be [file] [log] [blame]
Zack Williams8625d042016-02-26 14:32:43 -07001---
2# aztest playbook, for installing OpenCloud
3
4- hosts: head
Zack Williams8625d042016-02-26 14:32:43 -07005 roles:
Zack Williams9cdf8622016-02-26 22:42:50 -07006 - { role: common-prep, become: yes }
7 - { role: head-prep, become: yes }
Zack Williams9cdf8622016-02-26 22:42:50 -07008 - juju-user-prep
9 - juju-setup
Zack Williams8625d042016-02-26 14:32:43 -070010
11- hosts: compute
12 become: yes
13 roles:
Zack Williams9cdf8622016-02-26 22:42:50 -070014 - { role: common-prep, become: yes }
15 - { role: compute-prep, become: yes }
Zack Williams8625d042016-02-26 14:32:43 -070016