diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2016-03-04 03:32:34 -0500 |
---|---|---|
committer | grakiss <grakiss.wanglei@huawei.com> | 2016-03-04 03:37:36 -0500 |
commit | 77d64aa555766419280019f0e66bcf6d6cd70a7a (patch) | |
tree | 347b1b16d9521bb9105238af11a7e93054d87ab6 /deploy/adapters/ansible/openstack | |
parent | b54d021a617657a52308d66b2a47e15c17e96f70 (diff) |
Support odl l2 on centos7
JIRA:COMPASS-331
- support odl l2 on centos7
Change-Id: Ibdf2840a7eb393ebf7f5d44aac80d6026a514588
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/openstack')
-rw-r--r-- | deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml index 362426df..20f1f197 100644 --- a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml +++ b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml @@ -210,14 +210,16 @@ roles: - open-contrail -- hosts: controller +- hosts: all remote_user: root + serial: 1 max_fail_percentage: 0 roles: - - ext-network + - odl_cluster_post -- hosts: all +- hosts: controller remote_user: root max_fail_percentage: 0 roles: - - odl_cluster_post + - ext-network + |