Enable bgpvpn plugin build and bump repo 43/27743/5
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>
Mon, 30 Jan 2017 13:44:08 +0000 (14:44 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 31 Jan 2017 15:43:48 +0000 (16:43 +0100)
Change-Id: I298868aedf55c560194556bf6680289ae73a5113
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
build/f_isoroot/Makefile
build/f_isoroot/f_bgpvpn-pluginbuild/Makefile
build/f_isoroot/f_bgpvpn-pluginbuild/config.mk

index 890cfaf..9feddba 100644 (file)
@@ -11,9 +11,9 @@
 # Add Fuel plugin build targets here
 # Plugins disabled for the Fuel Newton uplift. Please re-enable your plugin as you have
 # verified it!
-PLUGINS ?= f_ovs-nsh-dpdk-pluginbuild f_vsperfpluginbuild f_kvm-pluginbuild f_yardstick-pluginbuild f_collectd-ceilometer-pluginbuild f_congress-pluginbuild f_odlpluginbuild
+PLUGINS ?= f_ovs-nsh-dpdk-pluginbuild f_vsperfpluginbuild f_kvm-pluginbuild f_yardstick-pluginbuild f_collectd-ceilometer-pluginbuild f_congress-pluginbuild f_odlpluginbuild f_bgpvpn-pluginbuild
 export PLUGINS
-NON_10-0_REBASED_PLUGINS = f_onosfwpluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild f_bgpvpn-pluginbuild
+NON_10-0_REBASED_PLUGINS = f_onosfwpluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild
 
 # If the BUILD_FUEL_PLUGINS environment variable is set, only build the plugins
 # indicated therein.
index 8ce28fc..a236b63 100644 (file)
@@ -34,6 +34,12 @@ release:.bgpvpnbuild
        cp gitinfo_bgpvpnplugin.txt $(BUILD_BASE)
 
 .bgpvpnbuild:
+       # The python packages build into deb by this plugin require a newer
+       # setuptools install a newer setuptools version until the container
+       # where this is run is bumped to ubuntu 16.04.
+       # --user is used because there is already a setuptools installation
+       #  managed by apt.
+       pip install setuptools --upgrade --user
        rm -rf fuel-plugin-bgpvpn
        git clone $(BGPVPN_REPO)
        cd fuel-plugin-bgpvpn; \
index ba6fb73..cd005e8 100644 (file)
@@ -9,4 +9,4 @@
 
 BGPVPN_BRANCH?=master
 BGPVPN_REPO?="https://github.com/openstack/fuel-plugin-bgpvpn.git"
-BGPVPN_CHANGE?=3349842af5724be63a74a82c9060848d9d3d299e
+BGPVPN_CHANGE?=cdf0ee0f60e417f37810d6c0074cd1eed4701bf5