diff options
author | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2024-08-16 10:23:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-08-16 10:23:13 +0000 |
commit | 9be897bbafbcf1db9ab3b7a3211ac8a554d87d69 (patch) | |
tree | cad0c3c081d581dac12f7d057cc4e65ad91fccaf /csit/resources/tests/data/ac-definition-migration-from.yaml | |
parent | e43dc1f862192cd1870ed89b1e8722f022d8f88c (diff) | |
parent | 6d271b3f544a668bc895c977a38d2b2fb1cf5957 (diff) |
Merge "Allow migration to be performed in stages in CSIT"
Diffstat (limited to 'csit/resources/tests/data/ac-definition-migration-from.yaml')
-rw-r--r-- | csit/resources/tests/data/ac-definition-migration-from.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/csit/resources/tests/data/ac-definition-migration-from.yaml b/csit/resources/tests/data/ac-definition-migration-from.yaml index 273cfec3..f11b174c 100644 --- a/csit/resources/tests/data/ac-definition-migration-from.yaml +++ b/csit/resources/tests/data/ac-definition-migration-from.yaml @@ -57,6 +57,11 @@ node_types: first start phase is zero. Automation Composition Elements are started in their start_phase order and stopped in reverse start phase order. Automation Composition Elements with the same start phase are started and stopped simultaneously + stage: + type: list + description: A list indicating the stages in which this automation composition element will be started, the + first stage is zero. Automation Composition Elements are started in their stage order. + Automation Composition Elements with the same stage are started simultaneously. org.onap.policy.clamp.acm.AutomationComposition: version: 1.0.1 @@ -118,6 +123,7 @@ topology_template: properties: provider: ONAP startPhase: 0 + stage: [1,2] onap.policy.clamp.ac.element.Sim_BridgeAutomationCompositionElement: version: 1.2.3 @@ -127,6 +133,7 @@ topology_template: properties: provider: ONAP startPhase: 0 + stage: [0,1] onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement: version: 1.2.3 @@ -136,6 +143,7 @@ topology_template: properties: provider: ONAP startPhase: 0 + stage: [0,2] onap.policy.clamp.ac.element.AutomationCompositionDefinition: version: 1.2.3 |