Upgrade docker-compose from 1.9.0 to 1.16.1 07/21507/2
authorChristopher Lott (cl778h) <clott@research.att.com>
Tue, 31 Oct 2017 14:14:44 +0000 (10:14 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Tue, 31 Oct 2017 14:16:52 +0000 (10:16 -0400)
Issue: PORTAL-138
Change-Id: I49bfb2254ea4f2cb25a1fc6707df0420d205ee8b
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
boot/portal_install.sh

index c1b816e..67512e5 100644 (file)
@@ -68,7 +68,7 @@ apt-get install -y linux-image-extra-$(uname -r) linux-image-extra-virtual
 apt-get install -y --allow-unauthenticated docker-engine
 
 mkdir /opt/docker
-curl -L https://github.com/docker/compose/releases/download/1.9.0/docker-compose-`uname -s`-`uname -m` > /opt/docker/docker-compose
+curl -L https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m` > /opt/docker/docker-compose
 chmod +x /opt/docker/docker-compose
 
 # Set the MTU size of docker containers to the minimum MTU size supported by vNICs. OpenStack deployments may need to know the external DNS IP
@@ -92,8 +92,7 @@ echo "nameserver "$DNS_IP_ADDR >> /etc/resolvconf/resolv.conf.d/head
 resolvconf -u
 
 # Clone Gerrit repository and run docker containers
-mkdir -p /PROJECT/OpenSource/UbuntuEP/logs
 cd /opt
 git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO
 
-./portal_vm_init.sh
\ No newline at end of file
+./portal_vm_init.sh