fix public NS distribution issue 18/94818/2
authorsarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Tue, 3 Sep 2019 09:57:13 +0000 (15:27 +0530)
committersarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Wed, 4 Sep 2019 13:23:13 +0000 (18:53 +0530)
commit073d731620daa5dd08e41fcabfe7f5a463485e22
tree033b97906b8b3c4de69c5086c748f217b5a25064
parent687cdacb9fd74629e94ebc0914ba8c72bb5015a5
fix public NS distribution issue

Fix Multiple VFModule under single service distribution

Issue-ID: SO-2275
Change-Id: I7a4a7dbb68d23c0e44f9985b3fdc89816dbfd232
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
15 files changed:
asdc-controller/src/main/java/org/onap/so/asdc/installer/heat/ToscaResourceInstaller.java
asdc-controller/src/test/java/org/onap/so/asdc/client/test/rest/ASDCRestInterfaceTest.java
asdc-controller/src/test/resources/resource-examples/public-ns/demo-public-ns-notification.json [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/service-Publicns-csar.csar [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/service-Publicns-template.yml [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/vcpe0/ar1000v.env [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/vcpe0/ar1000v.yaml [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/vcpe0/vcpe0_modules.json [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/vcpe0/vendor-license-model.xml [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/vcpe0/vf-license-model.xml [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/vgw0/gateway.env [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/vgw0/gateway.yaml [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/vgw0/vendor-license-model.xml [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/vgw0/vf-license-model.xml [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/public-ns/vgw0/vgw0_modules.json [new file with mode: 0644]