plugins: ovs, vswperf, yardstick: Allow overrides. 95/16195/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 20 Jun 2016 15:49:51 +0000 (17:49 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 30 Jun 2016 16:07:06 +0000 (18:07 +0200)
Allow git info related variables from various plugin config.mk
configuration files to be overriden.

We rely on this in Armband to apply our patches on top of selected
commit(s), then pick up the new (patched) git info.

Change-Id: Ib7d9a52f51cef27ec4031587a09a39732a9fbbb4
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk
build/f_isoroot/f_vsperfpluginbuild/config.mk
build/f_isoroot/f_yardstick-pluginbuild/config.mk

index 5966351..4dc65fe 100644 (file)
@@ -7,6 +7,6 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-OVS_NSH_DPDK_BRANCH=6f5f62221049d130ad190030a36db3147d6deb10
-OVS_NSH_DPDK_REPO=https://review.openstack.org/openstack/fuel-plugin-ovs
-OVS_NSH_DPDK_CHANGE=
+OVS_NSH_DPDK_BRANCH?=6f5f62221049d130ad190030a36db3147d6deb10
+OVS_NSH_DPDK_REPO?=https://review.openstack.org/openstack/fuel-plugin-ovs
+OVS_NSH_DPDK_CHANGE?=
index 1bf1ef0..576018d 100644 (file)
@@ -7,6 +7,6 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-VSPERF_BRANCH=5e3b6ae0427963520357453728411327ac8efafe
-VSPERF_REPO=https://gerrit.opnfv.org/gerrit/vswitchperf.git
-VSPERF_CHANGE=
+VSPERF_BRANCH?=5e3b6ae0427963520357453728411327ac8efafe
+VSPERF_REPO?=https://gerrit.opnfv.org/gerrit/vswitchperf.git
+VSPERF_CHANGE?=
index 36df8f1..f671aa9 100644 (file)
@@ -8,6 +8,6 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-YARDSTICK_BRANCH=675eef731a098f83aa98c2021b151b7e5ba1da7d
-YARDSTICK_REPO=https://gerrit.opnfv.org/gerrit/yardstick.git
-YARDSTICK_CHANGE=
+YARDSTICK_BRANCH?=675eef731a098f83aa98c2021b151b7e5ba1da7d
+YARDSTICK_REPO?=https://gerrit.opnfv.org/gerrit/yardstick.git
+YARDSTICK_CHANGE?=