diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-07-22 11:06:29 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-07-22 11:18:30 -0400 |
commit | b36dee48ba9ae2a081ebba51cc4f5bea509321fe (patch) | |
tree | 5aed01f18dca000414554a1075e3c1eed573ad07 /k8s-bootstrap-container/bootstrap.sh | |
parent | fdfcdfaf73ec4f443f7bea0f9350d4e9e75cfdbb (diff) |
Update k8s & dmaap plugins
Also remove blueprint-based deployment of dashboard (now being done via Helm)
Issue-ID: DCAEGEN2-1651
Issue-ID: DCAEGEN2-1653
Issue-ID: DCAEGEN2-1667
Issue-ID: DCAEGEN2-1670
Issue-ID: DCAEGEN2-1318
Change-Id: I5d7b88d2bc6ed508f5500a1df553745f44d660af
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container/bootstrap.sh')
-rwxr-xr-x | k8s-bootstrap-container/bootstrap.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/k8s-bootstrap-container/bootstrap.sh b/k8s-bootstrap-container/bootstrap.sh index 82df4b4..b23e908 100755 --- a/k8s-bootstrap-container/bootstrap.sh +++ b/k8s-bootstrap-container/bootstrap.sh @@ -220,10 +220,8 @@ done trap - ERR set +e -# Deploy platform components -# No opportunity for parallelism here -- dashboard needs pgaas +# Initialize the DCAE postgres instance deploy pgaas_initdb k8s-pgaas-initdb.yaml k8s-pgaas-initdb-inputs.yaml -deploy dashboard k8s-dashboard.yaml k8s-dashboard-inputs.yaml # Deploy service components # tca, ves, prh, hv-ves, datafile-collector can be deployed simultaneously |