From cb5df4253252b9b00146bf2b7829230acb124383 Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Mon, 13 Feb 2023 14:51:08 +0000 Subject: 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 --- .../src/main/resources/tosca/HttpAutomationCompositionElementType.yaml | 2 +- .../main/resources/tosca/PolicyAutomationCompositionElementType.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common/src/main/resources/tosca') 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: -- cgit 1.2.3-korg