diff options
Diffstat (limited to 'datafile-app-server/dpo/blueprints')
-rw-r--r-- | datafile-app-server/dpo/blueprints/k8s-datafile.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/datafile-app-server/dpo/blueprints/k8s-datafile.yaml b/datafile-app-server/dpo/blueprints/k8s-datafile.yaml index cf85500f..65013d4e 100644 --- a/datafile-app-server/dpo/blueprints/k8s-datafile.yaml +++ b/datafile-app-server/dpo/blueprints/k8s-datafile.yaml @@ -5,7 +5,7 @@ tosca_definitions_version: cloudify_dsl_1_3 description: Docker application to collect log file from PNF imports: -- http://www.getcloudify.org/spec/cloudify/3.4/types.yaml +- http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R5/k8splugin/1.6.0/k8splugin_types.yaml - https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/type_files/dmaap/dmaap.yaml inputs: @@ -123,4 +123,4 @@ node_templates: type: ccsdk.nodes.Feed properties: feed_name: - get_input: feed0_name
\ No newline at end of file + get_input: feed0_name |