diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-12-13 17:21:18 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-12-13 17:21:25 -0500 |
commit | 090cd5a6aa2f80e833d0f256d4a0ec30dd113486 (patch) | |
tree | 150af7a036771b1bf4be11ab2c86b03dddd6cec6 | |
parent | dc8db5ff3b15aa6e9178fdf331c5bd643884bcf8 (diff) |
Update docker image to use onap haproxy
Issue-ID: AAI-479
Change-Id: I93a0161258efd02b8e0e499aac78fa493ef39a20
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rwxr-xr-x | deploy_vm1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_vm1.sh b/deploy_vm1.sh index d9d4b32..a5a25d2 100755 --- a/deploy_vm1.sh +++ b/deploy_vm1.sh @@ -53,7 +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}"; +export AAI_HAPROXY_VERSION="${AAI_HAPROXY_VERSION:-1.2.0}"; NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt) NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt) |