aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack_juno
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/adapters/ansible/openstack_juno')
-rw-r--r--deploy/adapters/ansible/openstack_juno/HA-ansible-multinodes.yml6
-rw-r--r--deploy/adapters/ansible/openstack_juno/single-controller.yml6
2 files changed, 12 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack_juno/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack_juno/HA-ansible-multinodes.yml
index a5547d07..c330172d 100644
--- a/deploy/adapters/ansible/openstack_juno/HA-ansible-multinodes.yml
+++ b/deploy/adapters/ansible/openstack_juno/HA-ansible-multinodes.yml
@@ -34,6 +34,12 @@
- neutron-compute
- cinder-volume
+- hosts: odl
+ remote_user: root
+ sudo: True
+ roles:
+ - odl_cluster
+
- hosts: all
remote_user: root
sudo: True
diff --git a/deploy/adapters/ansible/openstack_juno/single-controller.yml b/deploy/adapters/ansible/openstack_juno/single-controller.yml
index 4539e5fb..96ec0a6a 100644
--- a/deploy/adapters/ansible/openstack_juno/single-controller.yml
+++ b/deploy/adapters/ansible/openstack_juno/single-controller.yml
@@ -30,3 +30,9 @@
- common
- nova-compute
- neutron-compute
+
+- hosts: odl
+ remote_user: root
+ sudo: True
+ roles:
+ - odl