X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deploy_vm1.sh;h=db2abd45cf80bd7738aba95af4c3746103f1c9e6;hb=9749315652e998c1e95d193c17526a487f2a1241;hp=a6c1be019a1a0ac7f1051cbd1d8a59409169079c;hpb=1daf58ed3c252e8366df4dfc61ffde665e56451a;p=aai%2Ftest-config.git 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)