diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-09-29 14:18:09 +0800 |
---|---|---|
committer | Yifei Xue <xueyifei@huawei.com> | 2017-09-30 10:51:36 +0800 |
commit | 1c0f6a907f57e75529dcef959763220c10e7e1f0 (patch) | |
tree | b55714ebbe2309c06643a8b13612ad684006f854 /deploy | |
parent | f70d3aa8ffe7878e86b8f12c91c99018924a74b3 (diff) |
SFC scenario release notes and bug fix for SFC switch
JIRA: COMPASS-562
Because of the inventory file modification, the sfc switch cannot be
enabled. Add a sperate sfc role to fix this bug.
Change-Id: If583d10ebbe78d0abe9078add24beb5f506dbda8
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml index 49f76cc7..3f58435e 100644 --- a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml +++ b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml @@ -51,12 +51,18 @@ roles: - setup-openvswitch -- hosts: localhost +- hosts: + - localhost + - neutron_all + - galera_container + - network_hosts + - repo_container + - utility remote_user: root roles: - - setup-sfc + - setup-odl tags: - - sfc + - odl - hosts: - localhost @@ -67,9 +73,9 @@ - utility remote_user: root roles: - - setup-odl + - setup-odl-sfc tags: - - odl + - odl_sfc - hosts: - utility_all[0] |