From 9c648ddc6c8cc96487d2ed44b56d72891e684789 Mon Sep 17 00:00:00 2001 From: Wei Tie Date: Tue, 14 Nov 2017 14:32:50 -0800 Subject: [PATCH] Expose CONTIV_ACI_GW_VERSION Signed-off-by: Wei Tie --- Makefile | 1 + scripts/build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7c9d252..3d3306e 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ export CONTIV_INSTALLER_VERSION ?= $(BUILD_VERSION) export CONTIV_ARTIFACT_STAGING := $(PWD)/artifact_staging # some assets are retrieved from GitHub, this is the default version to fetch export DEFAULT_DOWNLOAD_CONTIV_VERSION := 1.1.5 +export CONTIV_ACI_GW_VERSION ?= latest export NETPLUGIN_OWNER ?= contiv # setting NETPLUGIN_BRANCH compiles that commit on demand, # setting CONTIV_NETPLUGIN_VERSION will download that released version diff --git a/scripts/build.sh b/scripts/build.sh index 7153039..fc2592f 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -4,6 +4,7 @@ # * CONTIV_INSTALLER_VERSION - sets the tarball artifact filenames # * CONTIV_NETPLUGIN_VERSION - updates config files to locate contiv tarball # * CONTIV_V2PLUGIN_VERSION - which v2plugin version to download during install +# * CONTIV_ACI_GW_VERSION - which aci_gw version to download during install set -xeuo pipefail