diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-04-27 22:11:51 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-04-27 22:12:57 +0000 |
commit | bac8d423b7142520b7e0bb00b18285eb5db6b030 (patch) | |
tree | baad596c0297f7ce870aae98b50a88a6bb423e90 /k8s-bootstrap-container/load-blueprints.sh | |
parent | 829e71e4cbdba099df6ab7b4cf1297960539cdcb (diff) |
Initialize DCAE postgres instance
Change-Id: Ib61ec4d1a9351945cbeb230338245d18bc96857d
Issue-ID: DCAEGEN2-477
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container/load-blueprints.sh')
-rwxr-xr-x | k8s-bootstrap-container/load-blueprints.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/k8s-bootstrap-container/load-blueprints.sh b/k8s-bootstrap-container/load-blueprints.sh index 399ed86..2037427 100755 --- a/k8s-bootstrap-container/load-blueprints.sh +++ b/k8s-bootstrap-container/load-blueprints.sh @@ -7,11 +7,15 @@ set -x BLUEPRINTS=\ " -k8s-pgaas-initdb.yaml \ k8s-config_binding_service.yaml \ k8s-deployment_handler.yaml \ +k8s-holmes-engine.yaml \ +k8s-holmes-rules.yaml \ k8s-inventory.yaml \ -k8s-policy_handler.yaml +k8s-policy_handler.yaml \ +k8s-pgaas-initdb.yaml \ +k8s-tca.yaml \ +k8s-ves.yaml " BPDEST=blueprints |