diff options
Diffstat (limited to 'compass/deploy/ansible/openstack_juno/compute.yml')
-rw-r--r-- | compass/deploy/ansible/openstack_juno/compute.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compass/deploy/ansible/openstack_juno/compute.yml b/compass/deploy/ansible/openstack_juno/compute.yml new file mode 100644 index 0000000..b2679c0 --- /dev/null +++ b/compass/deploy/ansible/openstack_juno/compute.yml @@ -0,0 +1,9 @@ +--- +- hosts: all + remote_user: vagrant + sudo: True + roles: + - repo + - common + - nova-compute + - neutron-compute |