diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-05-31 17:15:52 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2022-06-02 07:47:21 +0000 |
commit | cbbf2963e427820ceb40ee430d8b9300757f85ee (patch) | |
tree | 2db14d976f1106854ea0bd4d12c9caa46cb9c1a7 /docs/development/devtools/tosca/tosca-for-gui-smoke-tests.yaml | |
parent | 2e11c2e6df991a40933a72c3ff5e8341c047c613 (diff) |
Fix type version in all tosca_service_template
Issue-ID: POLICY-4229
Change-Id: I18d523c07685db35bffc9d97321fdfed3b9c37e9
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'docs/development/devtools/tosca/tosca-for-gui-smoke-tests.yaml')
-rw-r--r-- | docs/development/devtools/tosca/tosca-for-gui-smoke-tests.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
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 |