diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-03-26 22:15:08 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-03-26 22:21:22 +0000 |
commit | c65523cc625dfe85f5f4a554523b96eb96afebd4 (patch) | |
tree | b59386f34ee838249ce6d2b7450f77e5810a3932 /scripts | |
parent | b78f49f726d78a287187d4b6f4eabcbe5e7c1891 (diff) |
Disable VES/http from bootstrap1.12.4
Change-Id: Iddad048020844312531817559318efabdbfbf689
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2172
Issue-ID: OJSI-116
Issue-ID: DCAEGEN2-2129
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 9fe7cd0..7fa339a 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -220,7 +220,6 @@ deploy pgaas_initdb k8s-pgaas-initdb.yaml k8s-pgaas-initdb-inputs.yaml # tca, ves, prh, hv-ves, datafile-collector can be deployed simultaneously deploy tca k8s-tca.yaml k8s-tca-inputs.yaml & deploy tcagen2 k8s-tcagen2.yaml k8s-tcagen2-inputs.yaml & -deploy ves k8s-ves.yaml k8s-ves-inputs.yaml & deploy ves-tls k8s-ves.yaml k8s-ves-inputs-tls.yaml & deploy prh k8s-prh.yaml k8s-prh-inputs.yaml & deploy hv-ves k8s-hv-ves.yaml k8s-hv_ves-inputs.yaml & |