From bfd4bb4b64ee89249902e03a83dd2fa1cfc33ca4 Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Wed, 1 Jun 2022 13:03:31 +0100 Subject: Fix type version in all tosca_service_template yaml files Issue-ID: POLICY-4225 Change-Id: Ib069dec0acfdd85e45659deffb45398f7eae5e54 Signed-off-by: FrancescoFioraEst --- .../resources/tosca/HttpAutomationCompositionElementType.yaml | 8 ++++---- .../tosca/KubernetesAutomationCompositionElementType.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'common') diff --git a/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml b/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml index f1ea39d61..ca9d577f1 100644 --- a/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml +++ b/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml @@ -23,7 +23,7 @@ data_types: properties: restRequestId: type: onap.datatypes.ToscaConceptIdentifier - typeVersion: 1.0.0 + type_version: 0.0.0 required: true description: The name and version of a REST request to be sent to a REST endpoint httpMethod: @@ -52,7 +52,7 @@ data_types: properties: configurationEntityId: type: onap.datatypes.ToscaConceptIdentifier - typeVersion: 1.0.0 + type_version: 0.0.0 required: true description: The name and version of a Configuration Entity to be handled by the HTTP Automation Composition Element @@ -60,7 +60,7 @@ data_types: type: list entry_schema: type: org.onap.datatypes.policy.clamp.acm.httpAutomationCompositionElement.RestRequest - typeVersion: 1.0.0 + type_version: 1.0.0 description: A sequence of REST commands to send to the REST endpoint node_types: org.onap.policy.clamp.acm.HttpAutomationCompositionElement: @@ -82,6 +82,6 @@ node_types: required: true entry_schema: type: org.onap.datatypes.policy.clamp.acm.httpAutomationCompositionElement.ConfigurationEntity - typeVersion: 1.0.0 + type_version: 1.0.0 description: The connfiguration entities the Automation Composition Element is managing and their associated REST requests diff --git a/common/src/main/resources/tosca/KubernetesAutomationCompositionElementType.yaml b/common/src/main/resources/tosca/KubernetesAutomationCompositionElementType.yaml index 2b60b679e..ad507edab 100644 --- a/common/src/main/resources/tosca/KubernetesAutomationCompositionElementType.yaml +++ b/common/src/main/resources/tosca/KubernetesAutomationCompositionElementType.yaml @@ -23,7 +23,7 @@ data_types: properties: chartId: type: onap.datatypes.ToscaConceptIdentifier - typeVersion: 1.0.0 + type_version: 0.0.0 required: true description: The name and version of the chart releaseName: @@ -51,7 +51,7 @@ node_types: properties: chart: type: org.onap.datatypes.policy.clamp.acm.kubernetesAutomationCompositionElement.Chart - typeVersion: 1.0.0 + type_version: 1.0.0 required: true description: The helm chart for the microservice configs: -- cgit 1.2.3-korg