aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-rke/scripts/redeploy.sh
diff options
context:
space:
mode:
authorGary Wu <gary.wu@futurewei.com>2019-06-21 15:35:18 -0700
committerYang Xu <yang.xu@futurewei.com>2019-06-21 22:54:41 +0000
commitd95bf2b91a8fc696fb3f002df589e90c460393df (patch)
tree8cde123f09cbe89a6d687782e91efd4b2db5ffe7 /deployment/heat/onap-rke/scripts/redeploy.sh
parent6385045eff1596eb86a5d08c3746b2294f49928a (diff)
Rename rancher VM to nfs
Issue-ID: INT-1117 Signed-off-by: Gary Wu <gary.wu@futurewei.com> Change-Id: I97b333d61c2f12036f5a2e864fab160eacfb8b69
Diffstat (limited to 'deployment/heat/onap-rke/scripts/redeploy.sh')
-rwxr-xr-xdeployment/heat/onap-rke/scripts/redeploy.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/deployment/heat/onap-rke/scripts/redeploy.sh b/deployment/heat/onap-rke/scripts/redeploy.sh
index 1d46f025d..d18fab970 100755
--- a/deployment/heat/onap-rke/scripts/redeploy.sh
+++ b/deployment/heat/onap-rke/scripts/redeploy.sh
@@ -43,10 +43,6 @@ if [ $(kubectl get pods --namespace kube-system | tail -n +2 | grep -c Running)
exit 1
fi
-if [ ! -f /dockerdata-nfs/rancher_agent_cmd.sh ]; then
- cp /root/rancher_agent_cmd.sh /dockerdata-nfs
-fi
-
kubectl delete namespace $NS
for op in secrets configmaps pvc pv services deployments statefulsets clusterrolebinding; do