From 6fd9e823645ebbf981d9870a3bea0e94fe5d3584 Mon Sep 17 00:00:00 2001 From: Aviram Bar-Haim Date: Sun, 28 Jun 2015 20:03:15 +0300 Subject: [PATCH] Fix floating IP problem in IB Upgrade cirros image netmask. Change-Id: I981320e4b1885781584bd42921a195158115d312 --- metadata.yaml | 2 +- pre_build_hook | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.yaml b/metadata.yaml index 8792240..745a812 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -5,7 +5,7 @@ name: mellanox-plugin title: Mellanox Openstack features # Plugin version -version: 0.2.26 +version: 0.2.27 # Description description: Enable features over Mellanox hardware diff --git a/pre_build_hook b/pre_build_hook index 415ba76..c33b5fc 100755 --- a/pre_build_hook +++ b/pre_build_hook @@ -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-6.el6.x86_64.rpm + cirros-testvm-mellanox-ib-0.3.2-7.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-6_amd64.deb + cirros-testvm-mellanox-ib_0.3.2-7_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"