Add openstack HA installer code with ansible for compass adapter
[genesis.git] / compass / deploy / ansible / openstack_juno / compute.yml
diff --git a/compass/deploy/ansible/openstack_juno/compute.yml b/compass/deploy/ansible/openstack_juno/compute.yml
new file mode 100644 (file)
index 0000000..b2679c0
--- /dev/null
@@ -0,0 +1,9 @@
+---
+- hosts: all
+  remote_user: vagrant
+  sudo: True
+  roles:
+    - repo
+    - common
+    - nova-compute
+    - neutron-compute