diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2023-02-13 14:51:08 +0000 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2023-02-14 08:39:55 +0000 |
commit | cb5df4253252b9b00146bf2b7829230acb124383 (patch) | |
tree | d877aae8a9f4a04451bee36245d5f5d8de4cbbfe /common | |
parent | 1191f992ddf1f6bcc94e7fa246ee3efbc71a3a8f (diff) |
Refactor yaml files in ACM
Refactor Supported ACM element types
and align element type version in all examples
Issue-ID: POLICY-4512
Change-Id: Ic810fc1a98237d1b6fb816dccb1fcbe61a675c1e
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'common')
-rw-r--r-- | common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml | 2 | ||||
-rw-r--r-- | common/src/main/resources/tosca/PolicyAutomationCompositionElementType.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml b/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml index ca9d577f1..097288e08 100644 --- a/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml +++ b/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml @@ -64,7 +64,7 @@ data_types: description: A sequence of REST commands to send to the REST endpoint node_types: org.onap.policy.clamp.acm.HttpAutomationCompositionElement: - version: 1.0.1 + version: 1.0.0 derived_from: org.onap.policy.clamp.acm.AutomationCompositionElement properties: baseUrl: diff --git a/common/src/main/resources/tosca/PolicyAutomationCompositionElementType.yaml b/common/src/main/resources/tosca/PolicyAutomationCompositionElementType.yaml index 3968b3471..1aac3f1ce 100644 --- a/common/src/main/resources/tosca/PolicyAutomationCompositionElementType.yaml +++ b/common/src/main/resources/tosca/PolicyAutomationCompositionElementType.yaml @@ -18,7 +18,7 @@ tosca_definitions_version: tosca_simple_yaml_1_3 node_types: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement: - version: 1.0.1 + version: 1.0.0 derived_from: org.onap.policy.clamp.acm.AutomationCompositionElement properties: policyType: |