aboutsummaryrefslogtreecommitdiffstats
path: root/installation/src/main/properties
diff options
context:
space:
mode:
authorSingh, Ajay (as396y) <as396y@att.com>2018-09-12 20:56:24 -0400
committerSingh, Ajay (as396y) <as396y@att.com>2018-09-12 21:08:50 -0400
commitb88285b4c955fe5ddc2736b8ab9dcd300817cb50 (patch)
treeb13a860ec4cea15a0156d46f87368d49e2eeb49a /installation/src/main/properties
parente83869ac2ab813b27036d8c8dca068c903da82c2 (diff)
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) <as396y@att.com> Former-commit-id: 582888bc81e55ef4bf11d34c95eb7ac589de51b0
Diffstat (limited to 'installation/src/main/properties')
-rw-r--r--installation/src/main/properties/generic-resource-api-dg.properties5
1 files changed, 5 insertions, 0 deletions
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