Reboot all controllers DHCP agents in IB HA SR-IOV

In order to enable DHCP broadcast reply for improving PV support
over new networks

Change-Id: I28ba2f46df6e33ac8a466e8ccea1c32550a5d4e6
This commit is contained in:
Aviram Bar-Haim 2016-03-20 21:36:07 +02:00
parent e53260806a
commit f219298364
2 changed files with 7 additions and 9 deletions

View File

@ -64,14 +64,12 @@ class mellanox_openstack::controller_sriov (
value => 'True',
}
if (hiera('role') == 'primary-controller') {
service { $dhcp_agent :
ensure => running,
enable => true,
provider => pacemaker,
subscribe => [Neutron_dhcp_agent_config['DEFAULT/dhcp_driver'],
Neutron_dhcp_agent_config['DEFAULT/dhcp_broadcast_reply']],
}
service { $dhcp_agent :
ensure => running,
enable => true,
provider => pacemaker,
subscribe => [Neutron_dhcp_agent_config['DEFAULT/dhcp_driver'],
Neutron_dhcp_agent_config['DEFAULT/dhcp_broadcast_reply']],
}
}
}

View File

@ -5,7 +5,7 @@ name: mellanox-plugin
title: Mellanox Openstack Features
# Plugin version
version: 2.0.40
version: 2.0.41
# Description
description: Enable features over Mellanox hardware