diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-03-27 13:58:46 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-03-27 13:58:46 -0700 |
commit | 0bc6983020ff2709f3006c70d19a6fdd548828bb (patch) | |
tree | 8bbaa6aa4c6d16f6879794c8cec8552b37490c41 /deployment/heat/onap-rke/k8s_vm_install.sh | |
parent | 950a3237302a9cc5040354083099bce42e8f2436 (diff) |
Clean up RKE scripts
Change-Id: I1508fc314df9a80f09f2dc86194832401f0a7652
Issue-ID: INT-993
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-rke/k8s_vm_install.sh')
-rw-r--r-- | deployment/heat/onap-rke/k8s_vm_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |