summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-04-27 08:40:28 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-04-27 08:41:07 -0400
commit21c81d7fcba1fbb16ed5ebb19e722bd531a84b9a (patch)
tree49f5af517f3e885eecb8220219a5b0e3475502fa
parent90616049de211f4493a2fffb12df27adadf285ff (diff)
Update the haproxy version to use latest pem
baked directly into the image Issue-ID: AAI-1101 Change-Id: Ie34d4cdccc95baa85aefe9dcd9a8081645978b65 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rwxr-xr-xdeploy_vm1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_vm1.sh b/deploy_vm1.sh
index a6c1be0..db2abd4 100755
--- a/deploy_vm1.sh
+++ b/deploy_vm1.sh
@@ -74,7 +74,7 @@ fi;
export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1);
export DOCKER_REGISTRY="${DOCKER_REGISTRY:-localhost:5000}";
export AAI_HAPROXY_IMAGE="${AAI_HAPROXY_IMAGE:-aaionap/haproxy}";
-export AAI_HAPROXY_VERSION="${AAI_HAPROXY_VERSION:-1.2.0}";
+export AAI_HAPROXY_VERSION="${AAI_HAPROXY_VERSION:-1.2.1}";
NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt)
NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt)