Containerization feature of SO
[so.git] / bpmn / mso-infrastructure-bpmn / src / test / resources / __files / VCPE / CreateVcpeResCustService / oofCallbackInfraVnf.json
1 {
2    "transactionId": "xxx-xxx-xxxx",
3    "requestId": "yyy-yyy-yyyy",
4    "requestStatus": "completed",
5    "statusMessage": "success",
6    "solutions": {
7       "placementSolutions": [
8          [
9          {
10             "resourceModuleName": "vGMuxInfra",
11             "serviceResourceId": "some_resource_id",
12             "solution": {
13                "identifierType": "serviceInstanceId",
14                "identifiers": ["gjhd-098-fhd-987"]
15             },
16             "assignmentInfo": [
17                { "key": "cloudOwner", "value": "amazon" },
18                { "key": "vnfHostName", "value": "ahr344gh" },
19                { "key": "isRehome", "value": "False" },
20                { "key": "locationId", "value": "1ac71fb8-ad43-4e16-9459-c3f372b8236d" }
21             ]
22          },
23          {
24             "resourceModuleName": "vG",
25             "serviceResourceId": "some_resource_id",
26             "solution": {
27                "identifierType": "cloudRegionId",
28                "cloudOwner": "amazon",
29                "identifiers": ["gjhd-098-fhd-987"]
30             },
31             "assignmentInfo": [
32                { "key": "cloudOwner", "value": "amazon" },
33                { "key": "locationId", "value": "1ac71fb8-ad43-4e16-9459-c3f372b8236d" },
34                { "key":"flavors", "value":{ "flavorLabel1xxx":"vimFlavorxxx", "flavorLabel2xxx":"vimFlavorxxx"}}
35             ]
36          }
37       ]
38       ],
39       "licenseSolutions": [
40          {
41             "resourceModuleName": "vGMuxInfra",
42             "serviceResourceId": "some_resource_id",
43             "entitlementPoolUUID": ["1ac71fb8-ad43-4e16-9459-c3f372b8236d", "834fc71fb8-ad43-4fh7-9459-c3f372b8236f"],
44             "licenseKeyGroupUUID": ["1ac71fb8-ad43-4e16-9459-c3f372b8236d", "834fc71fb8-ad43-4fh7-9459-c3f372b8236f"],
45             "entitlementPoolInvariantUUID": ["1ac71fb8-ad43-4e16-9459-c3f372b8236d", "834fc71fb8-ad43-4fh7-9459-c3f372b8236f"],
46             "licenseKeyGroupInvariantUUID": ["1ac71fb8-ad43-4e16-9459-c3f372b8236d", "834fc71fb8-ad43-4fh7-9459-c3f372b8236f"]
47          }
48       ]
49    }
50 }