aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-02-27 04:45:49 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-02-28 16:56:23 +0000
commit0bc07ad3d16ccc2a6ca032951093866eec5d5d95 (patch)
tree7b89f874c79b58e56a0a52f441010f13168f8eb5 /scripts
parentb03f33a425c571fd3b349660b8b0efc5990d109d (diff)
tcagen2 + rls version updates
Change-Id: I450f7c5999bfcd68aa53ef495f8e2e7ae7264964 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index a5f7787..909c203 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -218,6 +218,7 @@ 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 &
+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 &