diff options
author | Liam Fallon <liam.fallon@est.tech> | 2023-02-15 17:02:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-02-15 17:02:52 +0000 |
commit | 2d3db6e64ef37448b419b31e2af7412aeb2b42ca (patch) | |
tree | d2ea57dc08ff2def99df8659d26a0ba7f1dbe8d2 /models/src | |
parent | 7fcfd7b04b7b7deec7e8279134a7c9d93525eb6c (diff) | |
parent | cb5df4253252b9b00146bf2b7829230acb124383 (diff) |
Merge "Refactor yaml files in ACM"
Diffstat (limited to 'models/src')
-rw-r--r-- | models/src/test/resources/examples/acm/test-pm-subscription-handling.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/models/src/test/resources/examples/acm/test-pm-subscription-handling.yaml b/models/src/test/resources/examples/acm/test-pm-subscription-handling.yaml index 595755a03..2b0b4feff 100644 --- a/models/src/test/resources/examples/acm/test-pm-subscription-handling.yaml +++ b/models/src/test/resources/examples/acm/test-pm-subscription-handling.yaml @@ -356,7 +356,7 @@ node_types: entry_schema: type: org.onap.datatypes.policy.clamp.acm.DCAEMicroserviceAutomationCompositionElementConsulInfo org.onap.policy.clamp.acm.PolicyAutomationCompositionElement: - version: 1.0.1 + version: 1.0.0 derived_from: org.onap.policy.clamp.acm.AutomationCompositionElement properties: policy_type_id: @@ -632,7 +632,7 @@ topology_template: org.onap.domain.pmsh.PMSH_MonitoringPolicyAutomationCompositionElement: version: 1.2.3 type: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement - type_version: 1.0.1 + type_version: 1.0.0 description: Automation composition element for the monitoring policy for Performance Management Subscription Handling properties: provider: Ericsson @@ -644,7 +644,7 @@ topology_template: org.onap.domain.pmsh.PMSH_OperationalPolicyAutomationCompositionElement: version: 1.2.3 type: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement - type_version: 1.0.1 + type_version: 1.0.0 description: Automation composition element for the operational policy for Performance Management Subscription Handling properties: provider: Ericsson |