summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYongchaoWu <yongchao.wu@est.tech>2019-05-06 12:54:54 +0000
committerYongchaoWu <yongchao.wu@est.tech>2019-05-06 12:54:54 +0000
commit5d5e72036f8b2e6b037e185173d355e1d45f4844 (patch)
treecb6180947273df72a02c88d96bd78b253e05e460
parentb867c122a1b1df59a46b673b74655c2d64fa6d38 (diff)
BugFix, fix problem in blueprint
fix syntax in blueprint for dfc Change-Id: I1b7e30e9372c3f798a04148090542c7439c4f73e Issue-ID: DCAEGEN2-1469 Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
-rw-r--r--blueprints/reference_templates/k8s-datafile-collector.yaml-template8
1 files changed, 4 insertions, 4 deletions
diff --git a/blueprints/reference_templates/k8s-datafile-collector.yaml-template b/blueprints/reference_templates/k8s-datafile-collector.yaml-template
index 1ca8940..17d2aed 100644
--- a/blueprints/reference_templates/k8s-datafile-collector.yaml-template
+++ b/blueprints/reference_templates/k8s-datafile-collector.yaml-template
@@ -21,7 +21,7 @@ tosca_definitions_version: cloudify_dsl_1_3
imports:
- "http://www.getcloudify.org/spec/cloudify/3.4/types.yaml"
-- {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml
+- "https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/k8splugin/1.4.13/k8splugin_types.yaml"
inputs:
dmaap_mr_host:
@@ -58,7 +58,7 @@ inputs:
default: "dradmin"
tag_version:
type: string
- default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.1.1"
+ default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.1.2"
replicas:
type: integer
description: number of instances
@@ -82,8 +82,8 @@ node_templates:
start:
inputs:
ports:
- - concat: ["8100:", { get_input: host_port }]
- - concat: ["8433:", { get_input: host_port_secure}]
+ - concat: ["8100:0"]
+ - concat: ["8433:0"]
properties:
application_config:
dmaap.dmaapConsumerConfiguration.dmaapHostName: { get_input: dmaap_mr_host }