summaryrefslogtreecommitdiffstats
path: root/kubernetes/oneclick/dcae.sh
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-10-05 14:11:20 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-10-05 14:11:20 +0000
commitcdabac5a645dc52162835a9ace8c36dcb05db5e1 (patch)
treeb9e824ebd357e4aa16692598bc557c4fae6d7f8d /kubernetes/oneclick/dcae.sh
parentedc594156c05cfd3949e30312d29a59cf69349d6 (diff)
removing obsolete kubectl scripts
a low hanging fruit Issue-ID: OOM-262 Change-Id: I2a0693948599fb1055a0f527acd7c9c8c9b0efb0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/oneclick/dcae.sh')
-rwxr-xr-xkubernetes/oneclick/dcae.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/kubernetes/oneclick/dcae.sh b/kubernetes/oneclick/dcae.sh
deleted file mode 100755
index 5dd1a2f071..0000000000
--- a/kubernetes/oneclick/dcae.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-# manual deployment order is mentioned - but we need to specify dependencies in the service
-KUBECTL_CMD="kubectl --namespace $1-$2 $3 -f ../$2"
-
-printf "dcae....\n"
-$KUBECTL_CMD/message-router/dcae-zookeeper.yaml
-$KUBECTL_CMD/message-router/dcae-kafka.yaml
-$KUBECTL_CMD/message-router/dcae-dmaap.yaml
-
-$KUBECTL_CMD/pgaas/pgaas.yaml
-
-$KUBECTL_CMD/dcae-collector-common-event.yaml
-$KUBECTL_CMD/dcae-collector-dmaapbc.yaml
-$KUBECTL_CMD/dcae-collector-pvs.yaml
-
-$KUBECTL_CMD/cdap/cdap0-dep.yaml
-$KUBECTL_CMD/cdap/cdap1-dep.yaml
-$KUBECTL_CMD/cdap/cdap2-dep.yaml