Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 1 | #!/bin/bash |
Mike Elliott | 586f03b | 2017-09-08 12:46:15 -0400 | [diff] [blame] | 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 |