From b88285b4c955fe5ddc2736b8ab9dcd300817cb50 Mon Sep 17 00:00:00 2001 From: "Singh, Ajay (as396y)" Date: Wed, 12 Sep 2018 20:56:24 -0400 Subject: self-serve-generate-name DG changes Refactor the naming genereation sub dg for assign and un-assign to trigger the name generation rest API directly Change-Id: Ie060bed01f6c694f34e2c2518b69873e4728bd71 Issue-ID: CCSDK-482 Signed-off-by: Singh, Ajay (as396y) Former-commit-id: 582888bc81e55ef4bf11d34c95eb7ac589de51b0 --- installation/src/main/properties/generic-resource-api-dg.properties | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'installation') diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index b9ca1f69..ef99e9d0 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -10,6 +10,9 @@ restapi.trustStorePassword=adminadmin restapi.keyStoreFileName=/opt/onap/sdnc/data/stores/sdnc.p12 restapi.keyStorePassword=adminadmin restapi.connection-oof-url=http://oof.api.simpledemo.onap.org:8698/v1/route +naming.gen-name.url=http://{naming-ms-instance-url} +naming.gen-name.user={naming-ms-user} +naming.gen-name.pwd={naming-ms-pwd} # Templates restapi.sz.templatefile=security-zone-allotted-resource.json @@ -27,6 +30,7 @@ restapi.services.vnf.vfmodule.templatefile=vfmodule-vim-parameters.vgw.json restapi.sotn-attachment.templatefile=sotn-attachment-allotted-resource.json restapi.sdwan-attachment.templatefile=sdwan-attachment-allotted-resource.json restapi.oof-getpath.templatefile=oof-getpath.json +restapi.naming.gen-name.templatefile=naming-ms-post-gen-name.json # URLs restapi.cr-allottedresource=/restconf/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/ @@ -45,3 +49,4 @@ restapi.network-provided-resource=/restconf/config/GENERIC-RESOURCE-API:services restapi.services=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id} restapi.service.vnf.vfmodule-resource=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id} restapi.connection-attachment-allottedresource=/restconf/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/ +restapi.naming.gen-name.service=/web/service/v1/genNetworkElementName -- cgit 1.2.3-korg