blob: 5dd1a2f071875d2ba9d8bc3b64f77a318c6aa091 [file] [log] [blame]
Mandeep Khindad6ea9872017-06-24 11:49:37 -04001#!/bin/bash
Mike Elliott586f03b2017-09-08 12:46:15 -04002# manual deployment order is mentioned - but we need to specify dependencies in the service
3KUBECTL_CMD="kubectl --namespace $1-$2 $3 -f ../$2"
4
5printf "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