diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-06-03 13:15:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-03 13:15:49 +0000 |
commit | c9872b9bc48c9afc7976933c4ee700cb360154a1 (patch) | |
tree | 537a341eddf873cdf7e394447b42c166c96d4a48 /docs/development/devtools/tosca/tosca-for-gui-smoke-tests.yaml | |
parent | f79b94387563d91709abd89d6f0962d44ec2900f (diff) | |
parent | cbbf2963e427820ceb40ee430d8b9300757f85ee (diff) |
Merge "Fix type version in all tosca_service_template"
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 |