Skip to content

Commit

Permalink
scripts/build.sh: added info about why $v2plugin_version variable doe…
Browse files Browse the repository at this point in the history
…sn't default to $contiv_version

Signed-off-by: Bill Robinson <[email protected]>
  • Loading branch information
dseevr committed May 30, 2017
1 parent afb20d3 commit aadca17
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,17 @@ contiv_version=${CONTIV_VERSION:-"1.0.0"}
aci_gw_version=${CONTIV_ACI_GW_VERSION:-"latest"}
ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-$contiv_version}
auth_proxy_version=${CONTIV_API_PROXY_VERSION:-$contiv_version}
v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.0.0"}
docker_version=${CONTIV_DOCKER_VERSION:-1.12.6}
etcd_version=${CONTIV_ETCD_VERSION:-v2.3.8}

# the installer currently pulls the v2plugin image directly from Docker Hub, but
# this will change to being downloaded from the Docker Store in the future.
# because of this, the default value for this variable will become the latest
# version that is available in the Docker Store and should be considered
# independent of $contiv_version above.
v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.0.0"}


function usage() {
echo "Usage:"
echo "./release.sh -a <ACI gateway image> -c <contiv version> -e <etcd version> -p <API proxy image version> "
Expand Down

0 comments on commit aadca17

Please sign in to comment.