diff options
-rw-r--r-- | blueprints/config_binding_service.yaml-template (renamed from blueprints/config_binding_service.yaml) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/blueprints/config_binding_service.yaml b/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" |