summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-10-10 16:48:05 +0000
committerLusheng Ji <lji@research.att.com>2017-10-10 16:48:13 +0000
commit65c8ff8a76266aaa6fc7408281b45fbb7334661d (patch)
treec5307d13c07ea3c19ba74beb822576ac44058e0d
parentfb2e443685348e92afb1ecb0d4328ac0bae45c80 (diff)
Use new plugin location in configbinding bp
Issue-Id: DCAEGEN2-128 Change-Id: Iaca5152df8691d5b762f940e7d575004fefe9f55 Signed-off-by: Lusheng Ji <lji@research.att.com>
-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"