diff options
author | 2018-08-20 19:18:27 +0000 | |
---|---|---|
committer | 2018-08-20 19:18:27 +0000 | |
commit | fb6df408839051153415654031f26c18f3d0ec47 (patch) | |
tree | 268c8a533d946071d1b728cdadfbf50a64d87c44 /deployment/heat/onap-oom/k8s_vm_entrypoint.sh | |
parent | 73287961525fa2be819ac9701370c1ebb36456a5 (diff) | |
parent | 7a04b3d35d26d45191a1afc080981401b55dbb92 (diff) |
Merge "Upgrade helm version to 2.9.1"
Diffstat (limited to 'deployment/heat/onap-oom/k8s_vm_entrypoint.sh')
-rw-r--r-- | deployment/heat/onap-oom/k8s_vm_entrypoint.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/k8s_vm_entrypoint.sh b/deployment/heat/onap-oom/k8s_vm_entrypoint.sh index 11d805799..54a674125 100644 --- a/deployment/heat/onap-oom/k8s_vm_entrypoint.sh +++ b/deployment/heat/onap-oom/k8s_vm_entrypoint.sh @@ -12,6 +12,7 @@ printenv mkdir -p /opt/config +echo "__docker_version__" > /opt/config/docker_version.txt echo "__rancher_ip_addr__" > /opt/config/rancher_ip_addr.txt echo "__rancher_private_ip_addr__" > /opt/config/rancher_private_ip_addr.txt HOST_IP=$(hostname -I) @@ -41,7 +42,7 @@ apt-get -y install linux-image-extra-$(uname -r) jq nfs-common cd ~ # install docker 17.03 -curl -s https://releases.rancher.com/install-docker/17.03.sh | sh +curl -s https://releases.rancher.com/install-docker/__docker_version__.sh | sh usermod -aG docker ubuntu # Fix virtual memory allocation for onap-log:elasticsearch: |