Add SDC deploy/clean scripts 05/55705/7
authorEddie Arrage <eddie.arrage@huawei.com>
Fri, 13 Apr 2018 19:15:29 +0000 (19:15 +0000)
committerEddie Arrage <eddie.arrage@huawei.com>
Sat, 14 Apr 2018 00:53:09 +0000 (00:53 +0000)
commit41051bbbdec39f4ccd1795b936c1d14fea1fe01b
treee632c27da3a9cb161868cab96d9d03151469b4f7
parentffd7c93b70144f412cd90601646730a2773c2ea3
Add SDC deploy/clean scripts

- Added deploy/clean scripts for use in Clover container
- Deployment of entire SDC scenario
- Deployment includes istio install for manual sidecar injection
without TLS authentication (deploy.sh)
- Added Jaeger tracing and Prometheus monitoring install (view.sh)
- Exposes NodePort for monitoring/tracing to access UIs outside
of cluster
- Clean.sh attempts to remove all of the above

Change-Id: Id9548a77d71465a814a6e0cb1cbdf02d37235590
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
samples/scenarios/clean.sh [new file with mode: 0755]
samples/scenarios/deploy.sh [new file with mode: 0755]
samples/scenarios/view.sh [new file with mode: 0755]