From e1fd4ab9dad8f3910cef2a75e896cb7e789decdf Mon Sep 17 00:00:00 2001 From: vv770d Date: Tue, 25 Aug 2020 21:09:28 +0000 Subject: Fix yaml lint issue on tcagen2 Change-Id: I65643a4efdad5da9e4af375ecf2422578e92ae4c Signed-off-by: vv770d Issue-ID: DCAEGEN2-2198 --- blueprints/k8s-tcagen2-clampnode.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'blueprints/k8s-tcagen2-clampnode.yaml') diff --git a/blueprints/k8s-tcagen2-clampnode.yaml b/blueprints/k8s-tcagen2-clampnode.yaml index a31fd88..cc15ffa 100644 --- a/blueprints/k8s-tcagen2-clampnode.yaml +++ b/blueprints/k8s-tcagen2-clampnode.yaml @@ -16,8 +16,6 @@ # ============LICENSE_END====================================================== #k8s-tca-gen2-v3.yaml -#k8s-tca-gen2-v3.yaml - tosca_definitions_version: cloudify_dsl_1_3 imports: - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml @@ -39,7 +37,7 @@ inputs: default: "mongodb://dcae-mongohost/dcae-tcagen2" tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.0.1" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.2.0" tca.aai.password: type: string default: "DCAE" @@ -82,8 +80,8 @@ node_templates: streams_publishes: tca_handle_out: dmaap_info: - topic_url: - get_input: tca_handle_out_publish_url + topic_url: + get_input: tca_handle_out_publish_url type: message_router streams_subscribes: tca_handle_in: @@ -138,7 +136,6 @@ node_templates: type: clamp.nodes.policy properties: policy_id: - get_input: policy_id + get_input: policy_id policy_model_id: - get_input: policy_model_id - + get_input: policy_model_id -- cgit 1.2.3-korg