Upgrade cirros-ib to version 6

Fix bug in dhclient hooks

Change-Id: If21f90875f0eed2150e25a4df3b40694bb7ce5f5
This commit is contained in:
Aviram Bar-Haim 2015-06-03 22:05:06 +03:00
parent 7558789bbf
commit 852e84cc34
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -69,7 +69,7 @@ function get_packages() {
old_rpms="${PLUGIN_DIR}/repositories/centos/Packages/*.rpm"
rpm_files="cirros-testvm-mellanox-0.3.2-1.mira3.x86_64.rpm
cirros-testvm-mellanox-ib-0.3.2-5.el6.x86_64.rpm
cirros-testvm-mellanox-ib-0.3.2-6.el6.x86_64.rpm
eswitchd-0.11-5.el6.x86_64.rpm
mlnx-dnsmasq-2014.2.2-1.noarch.rpm
mlnx-ofed-fuel-2.3-2.0.8.el6.x86_64.rpm
@ -78,7 +78,7 @@ get_packages "rpm" "$old_rpms" "$rpm_files"
old_debs="${PLUGIN_DIR}/repositories/ubuntu/*.deb"
deb_files="cirros-testvm-mellanox_0.3.2-ubuntu3_amd64.deb
cirros-testvm-mellanox-ib_0.3.2-5_amd64.deb
cirros-testvm-mellanox-ib_0.3.2-6_amd64.deb
eswitchd_0.11-5_amd64.deb
mlnx-dnsmasq_2014.2.2-1_all.deb
mlnx-ofed-fuel_2.3-2.0.8_amd64.deb"