From 0bc6983020ff2709f3006c70d19a6fdd548828bb Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 27 Mar 2019 13:58:46 -0700 Subject: Clean up RKE scripts Change-Id: I1508fc314df9a80f09f2dc86194832401f0a7652 Issue-ID: INT-993 Signed-off-by: Gary Wu --- deployment/heat/onap-rke/k8s_vm_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/heat/onap-rke/k8s_vm_install.sh') diff --git a/deployment/heat/onap-rke/k8s_vm_install.sh b/deployment/heat/onap-rke/k8s_vm_install.sh index bc538f8d3..ebd4563a9 100644 --- a/deployment/heat/onap-rke/k8s_vm_install.sh +++ b/deployment/heat/onap-rke/k8s_vm_install.sh @@ -50,7 +50,7 @@ sed -i 's|http://archive.ubuntu.com|http://nova.clouds.archive.ubuntu.com|g' /et while ! hash jq &> /dev/null; do apt-get -y update # apt-get -y dist-upgrade - apt-get -y install apt-transport-https ca-certificates curl software-properties-common jq nfs-common docker.io + apt-get -y install curl jq nfs-common docker.io systemctl enable docker usermod -aG docker ubuntu sleep 10 -- cgit 1.2.3-korg