diff options
author | Jakub Dudycz <jakub.dudycz@nokia.com> | 2018-09-13 12:51:23 +0200 |
---|---|---|
committer | Jakub Dudycz <jakub.dudycz@nokia.com> | 2018-09-13 15:22:33 +0200 |
commit | 1e818c66e225ea291fb4b09c5e1f847ad30a334f (patch) | |
tree | f8cd8c20d3649e9345a2e2985376933375935f7f /k8s-bootstrap-container/load-blueprints.sh | |
parent | 22b358530d76c08b3dd01529237dcfe0d5a37017 (diff) |
Configure DCAEGEN2 to use HV VES blueprint
Change-Id: Ie39720533c1710caa8ca8719363ce7150c0a5084
Issue-ID: DCAEGEN2-776
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Diffstat (limited to 'k8s-bootstrap-container/load-blueprints.sh')
-rwxr-xr-x | k8s-bootstrap-container/load-blueprints.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/k8s-bootstrap-container/load-blueprints.sh b/k8s-bootstrap-container/load-blueprints.sh index 9410f61..ae7dc91 100755 --- a/k8s-bootstrap-container/load-blueprints.sh +++ b/k8s-bootstrap-container/load-blueprints.sh @@ -16,7 +16,8 @@ k8s-policy_handler.yaml \ k8s-pgaas-initdb.yaml \ k8s-tca.yaml \ k8s-ves.yaml \ -k8s-prh.yaml +k8s-prh.yaml \ +k8s-hv-ves.yaml " BPDEST=blueprints |