summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/openstack_juno/roles/neutron-network/handlers/main.yml
diff options
context:
space:
mode:
authorcarey.xu <carey.xuhan@huawei.com>2015-06-30 14:53:17 +0800
committercarey.xu <carey.xuhan@huawei.com>2015-06-30 14:53:17 +0800
commitd6e99bb0819b1e0675ea642fd81f5bfcd568ebfb (patch)
treef620c37edc195695d3b53f567c250d150e933cdd /compass/deploy/ansible/openstack_juno/roles/neutron-network/handlers/main.yml
parent5847a0f09e22d19eaa8590fdb3b3eb3d6fa2a51b (diff)
update ansible roles directory for supporting commpass-core installing
BGS-80 Change-Id: I97a5d2a9b1f6c799c1976ec1cf6e687b108e0d0f Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'compass/deploy/ansible/openstack_juno/roles/neutron-network/handlers/main.yml')
-rw-r--r--compass/deploy/ansible/openstack_juno/roles/neutron-network/handlers/main.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/compass/deploy/ansible/openstack_juno/roles/neutron-network/handlers/main.yml b/compass/deploy/ansible/openstack_juno/roles/neutron-network/handlers/main.yml
deleted file mode 100644
index d6c5cc8..0000000
--- a/compass/deploy/ansible/openstack_juno/roles/neutron-network/handlers/main.yml
+++ /dev/null
@@ -1,21 +0,0 @@
----
-- name: restart neutron-plugin-openvswitch-agent
- service: name=neutron-plugin-openvswitch-agent state=restarted enabled=yes
- when: "'opendaylight' not in {{ NEUTRON_MECHANISM_DRIVERS }}"
-
-- name: restart neutron-l3-agent
- service: name=neutron-l3-agent state=restarted enabled=yes
-
-- name: kill dnsmasq
- command: killall dnsmasq
- ignore_errors: True
-
-- name: restart neutron-dhcp-agent
- service: name=neutron-dhcp-agent state=restarted enabled=yes
-
-- name: restart neutron-metadata-agent
- service: name=neutron-metadata-agent state=restarted enabled=yes
-
-- name: restart xorp
- service: name=xorp state=restarted enabled=yes sleep=10
- ignore_errors: True