summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2020-08-07 17:50:11 +0000
committervv770d <vv770d@att.com>2020-08-07 17:56:38 +0000
commitee9fec7bb76f914b31d62e917003bfdf6a42c00a (patch)
tree056c63d25517e7bd5e3136f814b2d55ff8cc5656 /scripts
parent648ffe7aa810639dd6397b13aea28054647d6710 (diff)
Disable TCA/cdap from bootstrap2.0.3
Change-Id: Ib14ef5dc437ccff368a0e266f00530d1c949d641 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2342
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index ff953cf..9cd69c8 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -155,8 +155,7 @@ set +e
deploy pgaas_initdb k8s-pgaas-initdb.yaml k8s-pgaas-initdb-inputs.yaml
# Deploy service components
-# tca, ves, prh, hv-ves, datafile-collector can be deployed simultaneously
-deploy tca k8s-tca.yaml k8s-tca-inputs.yaml &
+# tcagen2, ves, prh, hv-ves, datafile-collector can be deployed simultaneously
deploy tcagen2 k8s-tcagen2.yaml k8s-tcagen2-inputs.yaml &
deploy ves-tls k8s-ves.yaml k8s-ves-inputs-tls.yaml &
deploy prh k8s-prh.yaml k8s-prh-inputs.yaml &