diff options
author | Cheung, Pat (kc1472) <kc1472@att.com> | 2019-09-04 22:06:21 +0000 |
---|---|---|
committer | Cheung, Pat (kc1472) <kc1472@att.com> | 2019-09-04 22:06:21 +0000 |
commit | edfd51b6ac224d8d4eef723f109c78a532684a74 (patch) | |
tree | 20f15f4d81f060e1d48f348994067cf104578973 /installation/src/main/properties/generic-resource-api-dg.properties | |
parent | 2577f3ce2a1989c2e6f6dba48cc3c21dea6696fa (diff) |
generic-resource-api DG enhancement
Add vnf and vf-module async and concurrency support
Issue-ID: SDNC-854
Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com>
Change-Id: I2d1ebecca6661ef84d01994a77f5ec2f57c81497
Former-commit-id: 49752d7a66e8edf73e94fd2f7c6191dba1d2d2fc
Diffstat (limited to 'installation/src/main/properties/generic-resource-api-dg.properties')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 4 |
1 files changed, 4 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 8c21e687..264be8bc 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -13,6 +13,8 @@ restapi.connection-oof-url=http://oof-osdf:8698/api/oof/v1/route naming.gen-name.url=http://neng-serv:8080 naming.gen-name.user=ccsdkapps naming.gen-name.pwd=ccsdkapps +so.user=InfraPortalClient +so.pwd=password1$ # Templates restapi.sz.templatefile=security-zone-allotted-resource.json @@ -68,3 +70,5 @@ restapi.ss-mS-mac-address-assign=/api/macaddress/v1/service/assign restapi.ss-mS-mac-address-unassign=/api/macaddress/v1/service/unassign restapi.preload-network=/restconf/config/GENERIC-RESOURCE-API:preload-information/preload-list/{network-name}/network/preload-data/preload-network-topology-information/ restapi.preloadinformation=/restconf/config/GENERIC-RESOURCE-API:preload-information/preload-list/ +restapi.vf-module=/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.vnf-assign=/restconf/config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id} |