diff options
Diffstat (limited to 'asdc-controller/src/main/resources/resource-examples')
9 files changed, 12 insertions, 2 deletions
diff --git a/asdc-controller/src/main/resources/resource-examples/notif-structure.json b/asdc-controller/src/main/resources/resource-examples/notif-structure.json index 103a799b9a..16c46a51b9 100644 --- a/asdc-controller/src/main/resources/resource-examples/notif-structure.json +++ b/asdc-controller/src/main/resources/resource-examples/notif-structure.json @@ -5,9 +5,9 @@ "serviceVersion": "2.0", "serviceArtifacts": [{ - "artifactName": "service_Rg516VmmscSrvc_csar.csar", + "artifactName": "service_PortMirroringContainer_csar.csar", "artifactType": "TOSCA_CSAR", - "artifactURL": "service_Rg516VmmscSrvc_csar.csar", + "artifactURL": "service_PortMirroringContainer_csar.csar", "artifactChecksum": "ZDc1MTcxMzk4ODk4N2U5MzMxOTgwMzYzZTI0MTg5Y2U\u003d", "artifactDescription": "TOSCA representation of the asset", "artifactTimeout": 0, diff --git a/asdc-controller/src/main/resources/resource-examples/service-ArielInputmapService01-csar.csar b/asdc-controller/src/main/resources/resource-examples/service-ArielInputmapService01-csar.csar Binary files differnew file mode 100644 index 0000000000..7bca1c3c80 --- /dev/null +++ b/asdc-controller/src/main/resources/resource-examples/service-ArielInputmapService01-csar.csar diff --git a/asdc-controller/src/main/resources/resource-examples/service-MdnsPreload17100914-csar.csar b/asdc-controller/src/main/resources/resource-examples/service-MdnsPreload17100914-csar.csar Binary files differnew file mode 100644 index 0000000000..31fff49889 --- /dev/null +++ b/asdc-controller/src/main/resources/resource-examples/service-MdnsPreload17100914-csar.csar diff --git a/asdc-controller/src/main/resources/resource-examples/service-MultiStage-csar.csar b/asdc-controller/src/main/resources/resource-examples/service-MultiStage-csar.csar Binary files differnew file mode 100644 index 0000000000..7e5fcb3882 --- /dev/null +++ b/asdc-controller/src/main/resources/resource-examples/service-MultiStage-csar.csar diff --git a/asdc-controller/src/main/resources/resource-examples/service-Tenantisolationservice-csar.csar b/asdc-controller/src/main/resources/resource-examples/service-Tenantisolationservice-csar.csar Binary files differnew file mode 100644 index 0000000000..19f872c854 --- /dev/null +++ b/asdc-controller/src/main/resources/resource-examples/service-Tenantisolationservice-csar.csar diff --git a/asdc-controller/src/main/resources/resource-examples/service_PortMirroringContainer_csar.csar b/asdc-controller/src/main/resources/resource-examples/service_PortMirroringContainer_csar.csar Binary files differnew file mode 100644 index 0000000000..5d77197c6b --- /dev/null +++ b/asdc-controller/src/main/resources/resource-examples/service_PortMirroringContainer_csar.csar diff --git a/asdc-controller/src/main/resources/resource-examples/service_Rg511NfmService.csar b/asdc-controller/src/main/resources/resource-examples/service_Rg511NfmService.csar Binary files differindex a383359ca0..2686e4ba57 100644 --- a/asdc-controller/src/main/resources/resource-examples/service_Rg511NfmService.csar +++ b/asdc-controller/src/main/resources/resource-examples/service_Rg511NfmService.csar diff --git a/asdc-controller/src/main/resources/resource-examples/service_Rg516VmmscSrvc_csar.csar b/asdc-controller/src/main/resources/resource-examples/service_Rg516VmmscSrvc_csar.csar Binary files differindex edbd8d8fcc..d2983ce609 100644 --- a/asdc-controller/src/main/resources/resource-examples/service_Rg516VmmscSrvc_csar.csar +++ b/asdc-controller/src/main/resources/resource-examples/service_Rg516VmmscSrvc_csar.csar diff --git a/asdc-controller/src/main/resources/resource-examples/status-structure.json b/asdc-controller/src/main/resources/resource-examples/status-structure.json new file mode 100644 index 0000000000..46c127d550 --- /dev/null +++ b/asdc-controller/src/main/resources/resource-examples/status-structure.json @@ -0,0 +1,10 @@ +{ + + "distributionID":"35120a87-1f82-4276-9735-f6de5a244d65", + "timestamp":"1436886906", + "consumerID":"mso.123456", + "componentName":"ASDC", + "artifactURL":"/sdc/v1/catalog/services/srv1/2.0/resources/aaa/1.0/artifacts/aaa.yml", + "status":"DOWNLOAD_OK" + +}
\ No newline at end of file |