From: chenshuai@huawei.com Date: Fri, 13 Nov 2015 03:29:00 +0000 (+0800) Subject: bug fix: odl flood X-Git-Tag: brahmaputra.1.0~163 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=50b49bd7baaf12076213466853c2e864e678c811;p=compass4nfv.git bug fix: odl flood JIRA: COMPASS-151 Change-Id: I5a487dcd42f472332689ad75970c46750452a05c Signed-off-by: chenshuai@huawei.com --- diff --git a/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml b/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml index f301cba2..e52b18ff 100755 --- a/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml +++ b/deploy/adapters/ansible/roles/odl_cluster/tasks/openvswitch.yml @@ -17,6 +17,12 @@ - name: shut down and disable Neutron's openvswitch agent services service: name=neutron-plugin-openvswitch-agent state=stopped +- name: Stop the Open vSwitch service and clear existing OVSDB + shell: > + ovs-vsctl del-br br-int ; + ovs-vsctl del-br br-tun ; + ovs-vsctl del-manager ; + #- name: remove Neutron's openvswitch agent services # shell: > # update-rc.d neutron-plugin-openvswitch-agent remove