diff options
author | 2017-10-10 16:54:32 +0000 | |
---|---|---|
committer | 2017-10-10 16:54:39 +0000 | |
commit | 6a7e7c56c2dc279d307b5d811bfe6a8b74fe18ec (patch) | |
tree | a13e8b87ca27add28a364d54a3d99ba4e9dac049 | |
parent | 65c8ff8a76266aaa6fc7408281b45fbb7334661d (diff) |
Use new plugin location for DeploymentHandler BP
Issue-Id: DCAEGEN2-128
Change-Id: Ib4ac19d010e4eee36785256507a0bf61806a9921
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | blueprints/DeploymentHandler.yaml-template | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/blueprints/DeploymentHandler.yaml-template b/blueprints/DeploymentHandler.yaml-template index f68ecce..8046b20 100644 --- a/blueprints/DeploymentHandler.yaml-template +++ b/blueprints/DeploymentHandler.yaml-template @@ -29,8 +29,10 @@ description: > imports: - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml - - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/docker-node-type.yaml - - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationship/1.0.0/node-type.yaml" + - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/dockerplugin/2/dockerplugin_types.yaml + - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationshipplugin/1/relationshipplugin_types. +yaml + inputs: @@ -43,7 +45,7 @@ inputs: deployment_handler_image: description: Docker image for deployment handler - default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/org.onap.dcaegen2.platform.deployment-handler:1.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:1.1-latest' application_config: description: deployment handler application configuration (to override defaults) |