From cbbf2963e427820ceb40ee430d8b9300757f85ee Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Tue, 31 May 2022 17:15:52 +0100 Subject: Fix type version in all tosca_service_template Issue-ID: POLICY-4229 Change-Id: I18d523c07685db35bffc9d97321fdfed3b9c37e9 Signed-off-by: FrancescoFioraEst --- .../development/devtools/tosca/tosca-for-gui-smoke-tests.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/development/devtools/tosca/tosca-for-gui-smoke-tests.yaml') diff --git a/docs/development/devtools/tosca/tosca-for-gui-smoke-tests.yaml b/docs/development/devtools/tosca/tosca-for-gui-smoke-tests.yaml index 61d3f6ea..7725c8a9 100644 --- a/docs/development/devtools/tosca/tosca-for-gui-smoke-tests.yaml +++ b/docs/development/devtools/tosca/tosca-for-gui-smoke-tests.yaml @@ -17,13 +17,13 @@ data_types: consulUrl: name: consulUrl type: string - typeVersion: 0.0.0 + type_version: 0.0.0 description: Consul url for this entry required: true consul_body: name: consulBody type: string - typeVersion: 0.0.0 + type_version: 0.0.0 description: Body of Consul entry required: true onap.datatype.controlloop.Target: @@ -178,6 +178,7 @@ policy_types: required: true entry_schema: type: onap.datatype.controlloop.Operation + type_version: 1.0.0 onap.policies.controlloop.operational.common.Apex: derived_from: onap.policies.controlloop.operational.Common type_version: 1.0.0 @@ -367,7 +368,7 @@ topology_template: org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement: version: 1.2.3 type: org.onap.policy.clamp.controlloop.PolicyControlLoopElement - type_version: 1.0.0 + type_version: 1.0.1 description: Control loop element for the monitoring policy for Performance Management Subscription Handling properties: provider: Ericsson @@ -385,7 +386,7 @@ topology_template: org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement: version: 1.2.3 type: org.onap.policy.clamp.controlloop.PolicyControlLoopElement - type_version: 1.0.0 + type_version: 1.0.1 description: Control loop element for the operational policy for Performance Management Subscription Handling properties: provider: Ericsson @@ -403,7 +404,7 @@ topology_template: org.onap.domain.pmsh.PMSHControlLoopDefinition: version: 1.2.3 type: org.onap.policy.clamp.controlloop.ControlLoop - type_version: 1.0.0 + type_version: 1.0.1 description: Control loop for Performance Management Subscription Handling properties: provider: Ericsson -- cgit 1.2.3-korg