Update the haproxy to use the latest certificate 19/22319/1
authorVenkata Harish K Kajur <vk250x@att.com>
Mon, 6 Nov 2017 17:02:47 +0000 (12:02 -0500)
committerVenkata Harish K Kajur <vk250x@att.com>
Mon, 6 Nov 2017 17:03:11 +0000 (12:03 -0500)
Issue-ID: AAI-44
Change-Id: Idd974aed55130e9005165d7b19c81bd1043d0b6f
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
deploy_vm1.sh
docker-compose-app.yml

index 087f8bf..1002540 100755 (executable)
@@ -53,6 +53,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.1.0}";
 
 NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt)
 NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt)
index 68bcf2b..365df96 100644 (file)
@@ -39,7 +39,7 @@ services:
         max-size: "30m"
         max-file: "5"
   aai.api.simpledemo.openecomp.org:
-    image: ${AAI_HAPROXY_IMAGE}
+    image: ${AAI_HAPROXY_IMAGE}:${AAI_HAPROXY_VERSION}
     hostname: aai.api.simpledemo.openecomp.org
     ports:
       - 8443:8443