blob: 837c14a26726ab12a3e37eb08541f77f9103b17f [file] [log] [blame]
---
# aztest playbook, for installing OpenCloud
# Prepare the head node and install juju
- hosts: head
roles:
- { role: common-prep, become: yes }
- { role: head-prep, become: yes }
- juju-user-prep
- juju-setup
# prepare the compute nodes
- hosts: compute
become: yes
roles:
- { role: common-prep, become: yes }
- { role: compute-prep, become: yes }
# Finish the openstack config on head (needs compute nodes up to finish)
- hosts: head
roles:
- juju-openstack-config