Add SDC deploy/clean scripts 03/55703/2
authorEddie Arrage <eddie.arrage@huawei.com>
Fri, 13 Apr 2018 19:15:29 +0000 (19:15 +0000)
committerEddie Arrage <eddie.arrage@huawei.com>
Fri, 13 Apr 2018 22:43:38 +0000 (22:43 +0000)
commit10c1a76a6359127e3fcd4999dfffce1bcabf6aec
treea1ae1cd830c86429f23724ea6c8175733b6e5584
parentdae8250ed871ed871a75b5e2eb0ab41879371950
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]