From 3f698ab311e801115d4e69deadcd20777319084a Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Tue, 3 Sep 2019 17:47:31 +0530 Subject: Add uniquness to all object while vnf creation Issue-ID: CLI-166 Change-Id: Ia471cb97e76ce3a8f1f9880ce58bb9ec01f88848 Signed-off-by: Kanagaraj Manickam k00365106 --- .../integration/src/main/resources/conf/vnf-tosca-provision.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'products/onap-dublin/features/integration/src/main/resources/conf/vnf-tosca-provision.json') diff --git a/products/onap-dublin/features/integration/src/main/resources/conf/vnf-tosca-provision.json b/products/onap-dublin/features/integration/src/main/resources/conf/vnf-tosca-provision.json index fcb36bb7..a944e373 100644 --- a/products/onap-dublin/features/integration/src/main/resources/conf/vnf-tosca-provision.json +++ b/products/onap-dublin/features/integration/src/main/resources/conf/vnf-tosca-provision.json @@ -42,8 +42,8 @@ "service-type": "tosca_vnf_validation" }, "vnf": { - "vendor-name" : "vnfvendor0309190443", - "name": "vgwvnfovpdemo0309190443", + "vendor-name" : "vgw-vendor", + "name": "vgw", "vsp-csar": "D:\\workspace\\onap\\1.1\\SOL001\\vCPE\\csar_files\\default\\vgw.csar", "vnf-csar": "D:\\workspace\\onap\\1.1\\SOL001\\vCPE_VFC\\csar_files\\default\\vgw.csar", "ns-csar": "D:\\workspace\\onap\\1.1\\SOL001\\vCPE_VFC\\csar_files\\default\\ns.csar", -- cgit 1.2.3-korg