summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2020-02-14 10:28:04 +0100
committerPawel <pawel.kasperkiewicz@nokia.com>2020-02-25 12:35:43 +0100
commitb03f33a425c571fd3b349660b8b0efc5990d109d (patch)
tree070e1cc5f4f18a4b6765427d9768c41ce14f7ac3 /scripts
parent633e0bab7785e484f0d35e164e9288886860a6e8 (diff)
Added template for ves
Added template (for ves secure) and update template (for ves insecure) Issue-ID: DCAEGEN2-1777 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ie435043c1ca8e17d616e93fbc16d1e8abd44efe1
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 e47ccd6..a5f7787 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -219,6 +219,7 @@ 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 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 &
# holmes_rules must be deployed before holmes_engine, but holmes_rules can go in parallel with other service components