diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-10 17:05:52 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-10 17:05:57 +0000 |
commit | aa2179adc3b93803063cc07c3e99decca3d5032a (patch) | |
tree | ef55079801755d87c9e2f803092661cde6e72c99 | |
parent | 1a5f66b47649588ed9ea81207b45d342b114a20d (diff) |
Use new plugin location in policy-handler BP
Issue-Id: DCAEGEN2-128
Change-Id: I4e542c94f228f1bf74636ac61ce29e5cecd8f39e
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | blueprints/policy_handler.yaml-template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/blueprints/policy_handler.yaml-template b/blueprints/policy_handler.yaml-template index ccb8261..a8e06e7 100644 --- a/blueprints/policy_handler.yaml-template +++ b/blueprints/policy_handler.yaml-template @@ -27,8 +27,8 @@ 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: @@ -41,7 +41,7 @@ inputs: policy_handler_image: description: Docker image for policy_handler - default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/org.onap.dcaegen2.platform.policy_handler:1.0.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy_handler:1.1-latest' application_config: description: policy handler application configuration - requires info on policy-engine |