From 361de217f867d24cc067eccb303281e341e864c1 Mon Sep 17 00:00:00 2001 From: Grzegorz-Lis Date: Mon, 31 Aug 2020 14:56:18 +0200 Subject: [DCAE] Adapt DCAE blueprints to CFY DCAE K8S plugin version 3.x.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: DCAEGEN2-2386 Signed-off-by: Krzysztof Kuźmicki Change-Id: I7f95b0c4280812e7c1897d3b97857f6331814ffa --- blueprints/k8s-datafile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blueprints/k8s-datafile.yaml') diff --git a/blueprints/k8s-datafile.yaml b/blueprints/k8s-datafile.yaml index 5ddb132..ddc5666 100644 --- a/blueprints/k8s-datafile.yaml +++ b/blueprints/k8s-datafile.yaml @@ -6,7 +6,7 @@ tosca_definitions_version: cloudify_dsl_1_3 description: Docker application to collect log file from PNF imports: - http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml -- plugin:k8splugin?version=3.0.0 +- plugin:k8splugin?version=3.3.0 - plugin:dmaap?version=1.5.0 inputs: PM_MEAS_FILES_feed0_location: @@ -59,7 +59,7 @@ inputs: default: false node_templates: datafile-collector: - type: dcae.nodes.ContainerizedServiceComponentUsingDmaap + type: dcae.nodes.ContainerizedServiceComponent interfaces: cloudify.interfaces.lifecycle: start: -- cgit 1.2.3-korg