Add helm-configured DCAE Gen 1
[oom.git] / kubernetes / oneclick / dcae.sh
1 #!/bin/bash
2 # manual deployment order is mentioned - but we need to specify dependencies in the service
3 KUBECTL_CMD="kubectl --namespace $1-$2 $3 -f ../$2"
4
5 printf "dcae....\n"
6 $KUBECTL_CMD/message-router/dcae-zookeeper.yaml
7 $KUBECTL_CMD/message-router/dcae-kafka.yaml
8 $KUBECTL_CMD/message-router/dcae-dmaap.yaml
9
10 $KUBECTL_CMD/pgaas/pgaas.yaml
11
12 $KUBECTL_CMD/dcae-collector-common-event.yaml
13 $KUBECTL_CMD/dcae-collector-dmaapbc.yaml
14 $KUBECTL_CMD/dcae-collector-pvs.yaml
15
16 $KUBECTL_CMD/cdap/cdap0-dep.yaml
17 $KUBECTL_CMD/cdap/cdap1-dep.yaml
18 $KUBECTL_CMD/cdap/cdap2-dep.yaml