From 65c8ff8a76266aaa6fc7408281b45fbb7334661d Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 10 Oct 2017 16:48:05 +0000 Subject: [PATCH] Use new plugin location in configbinding bp Issue-Id: DCAEGEN2-128 Change-Id: Iaca5152df8691d5b762f940e7d575004fefe9f55 Signed-off-by: Lusheng Ji --- ..._binding_service.yaml => config_binding_service.yaml-template} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename blueprints/{config_binding_service.yaml => config_binding_service.yaml-template} (91%) diff --git a/blueprints/config_binding_service.yaml b/blueprints/config_binding_service.yaml-template similarity index 91% rename from blueprints/config_binding_service.yaml rename to blueprints/config_binding_service.yaml-template index 5dd5ced..a90823e 100644 --- a/blueprints/config_binding_service.yaml +++ b/blueprints/config_binding_service.yaml-template @@ -25,9 +25,9 @@ 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: location_id: type: string @@ -45,7 +45,7 @@ node_templates: name: 'config_binding_service' host_port: 10000 container_port: 10000 - image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.configbinding:1.2" + image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.configbinding:1.2-latest" docker_config: healthcheck: type: "http" -- 2.16.6