aboutsummaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-10-31 10:14:44 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-10-31 10:16:52 -0400
commit51e21f1f1af41c27567e7d5c404a5db727e589b2 (patch)
tree2e73e08d3bbd70f27cade667a4b959727c3df2ce /boot
parent25137730b55170e41e0304d5c9580487572f3275 (diff)
Upgrade docker-compose from 1.9.0 to 1.16.1
Issue: PORTAL-138 Change-Id: I49bfb2254ea4f2cb25a1fc6707df0420d205ee8b Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/portal_install.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/boot/portal_install.sh b/boot/portal_install.sh
index c1b816e0..67512e5c 100644
--- a/boot/portal_install.sh
+++ b/boot/portal_install.sh
@@ -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