diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-03-26 17:48:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-26 17:48:33 +0000 |
commit | cff282c3cbcaa3299569a604c19c6967164d9c21 (patch) | |
tree | 9f3bf8e398c0b26d6c80f9af70efdcf8fb5e274b /csit/clamp/tests/data/InstantiateAC.json | |
parent | a8be1f7e70ea46dfd82fa74595a43df88c2497e0 (diff) | |
parent | e8b643b8a9e866cd8bb204dd26b4d3eb3891fa21 (diff) |
Merge "Start Participant containers after Runtime starts"
Diffstat (limited to 'csit/clamp/tests/data/InstantiateAC.json')
-rw-r--r-- | csit/clamp/tests/data/InstantiateAC.json | 33 |
1 files changed, 8 insertions, 25 deletions
diff --git a/csit/clamp/tests/data/InstantiateAC.json b/csit/clamp/tests/data/InstantiateAC.json index ddac2583..5de6c95c 100644 --- a/csit/clamp/tests/data/InstantiateAC.json +++ b/csit/clamp/tests/data/InstantiateAC.json @@ -4,31 +4,13 @@ "name": "PMSHInstance0", "version": "1.0.1", "definition": { - "name": "org.onap.domain.pmsh.PMSHAutomationCompositionDefinition", + "name": "org.onap.domain.sample.GenericK8s_AutomationCompositionDefinition", "version": "1.2.3" }, "state": "UNINITIALISED", "orderedState": "UNINITIALISED", "description": "PMSH automation composition instance 0", "elements": { - "709c62b3-8918-41b9-a747-d21eb79c6c20": { - "id": "709c62b3-8918-41b9-a747-d21eb79c6c20", - "definition": { - "name": "org.onap.domain.pmsh.PMSH_DCAEMicroservice", - "version": "1.2.3" - }, - "participantId": { - "name": "org.onap.dcae.acm.DCAEMicroserviceAutomationCompositionParticipant", - "version": "2.3.4" - }, - "participantType": { - "name": "org.onap.dcae.acm.DCAEMicroserviceAutomationCompositionParticipant", - "version": "2.3.4" - }, - "state": "UNINITIALISED", - "orderedState": "UNINITIALISED", - "description": "DCAE Automation Composition Element for the PMSH instance 0 automation composition" - }, "709c62b3-8918-41b9-a747-d21eb79c6c21": { "id": "709c62b3-8918-41b9-a747-d21eb79c6c21", "definition": { @@ -36,11 +18,11 @@ "version": "1.2.3" }, "participantId": { - "name": "org.onap.policy.acm.PolicyAutomationCompositionParticipant", - "version": "2.3.1" + "name": "org.onap.PM_Policy", + "version": "1.0.0" }, "participantType": { - "name": "org.onap.policy.acm.PolicyAutomationCompositionParticipant", + "name": "org.onap.policy.clamp.acm.PolicyParticipant", "version": "2.3.1" }, "state": "UNINITIALISED", @@ -54,11 +36,11 @@ "version": "1.2.3" }, "participantId": { - "name": "org.onap.policy.acm.PolicyAutomationCompositionParticipant", - "version": "2.3.1" + "name": "org.onap.PM_Policy", + "version": "1.0.0" }, "participantType": { - "name": "org.onap.policy.acm.PolicyAutomationCompositionParticipant", + "name": "org.onap.policy.clamp.acm.PolicyParticipant", "version": "2.3.1" }, "state": "UNINITIALISED", @@ -69,3 +51,4 @@ } ] } + |