diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-07-30 15:56:09 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-07-31 11:09:25 -0400 |
commit | 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 (patch) | |
tree | 59a968f27b4b603aacc9d5e7b51fb598aeec5321 /asdc-controller/src/test/resources/resource-examples/allottedresource/notif-portm.json | |
parent | b6dc38501f3b746426b42d9de4cc883d894149e8 (diff) |
Containerization feature of SO
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18
Issue-ID: SO-670
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'asdc-controller/src/test/resources/resource-examples/allottedresource/notif-portm.json')
-rw-r--r-- | asdc-controller/src/test/resources/resource-examples/allottedresource/notif-portm.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/resource-examples/allottedresource/notif-portm.json b/asdc-controller/src/test/resources/resource-examples/allottedresource/notif-portm.json new file mode 100644 index 0000000000..fd8ac7be02 --- /dev/null +++ b/asdc-controller/src/test/resources/resource-examples/allottedresource/notif-portm.json @@ -0,0 +1,36 @@ +{ + "serviceName": "service1104", + "serviceInvariantUUID": "ebcef23d-2ca3-474f-9381-3a15709538f5", + "serviceUUID": "9825d984-dfb0-4d2a-b5bd-3abcf477c4dc", + "serviceVersion": "1.0", + "serviceArtifacts": + [{ + "artifactName": "service-Service1104-csar.csar", + "artifactType": "TOSCA_CSAR", + "artifactURL": "service-Service1104-csar.csar", + "artifactChecksum": "ZDc1MTcxMzk4ODk4N2U5MzMxOTgwMzYzZTI0MTg5Y2U\u003d", + "artifactDescription": "TOSCA representation of the asset", + "artifactTimeout": 0, + "artifactUUID": "123456-35a8-467f-b440-d0f6226b3516", + "artifactVersion": "5.0" + }], + "resources": + [ + { + "resourceInstanceName": "testALTS 0", + "resourceInvariantUUID": "51c7fb99-642a-4c02-8d8d-e206fc170b6d", + "resourceCustomizationUUID": "364a5635-f63b-45f3-9c3d-14993d996e35", + "resourceName": "resourceName-1", + "resourceType": "VF", + "resourceUUID": "a81db5a3-7c23-4376-8c42-ec610aaea135", + "resourceVersion": "2.0", + "category": "Allotted Resource", + "subcategory": "Common Network Resources", + "artifacts": + [] + } + + ], + "serviceDescription": "sdfsf", + "distributionID": "35120a87-1f82-4276-9735-f6de5a244d65" +}
\ No newline at end of file |