diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-06-01 13:03:31 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2022-06-02 07:49:44 +0000 |
commit | bfd4bb4b64ee89249902e03a83dd2fa1cfc33ca4 (patch) | |
tree | 84918b32b3334b07f36041cf4dbacc778f1b1e94 /common | |
parent | f35587328e1bd99882ed8a4df85d01660d54c007 (diff) |
Fix type version in all tosca_service_template yaml files
Issue-ID: POLICY-4225
Change-Id: Ib069dec0acfdd85e45659deffb45398f7eae5e54
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'common')
-rw-r--r-- | common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml | 8 | ||||
-rw-r--r-- | common/src/main/resources/tosca/KubernetesAutomationCompositionElementType.yaml | 4 |
2 files changed, 6 insertions, 6 deletions
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: |