diff options
author | gaurav <gaurav.agrawal@huawei.com> | 2018-07-27 10:33:00 +0530 |
---|---|---|
committer | gaurav <gaurav.agrawal@huawei.com> | 2018-07-27 10:33:00 +0530 |
commit | ba65b682872d5ac1082ae2c996be10e969465cd2 (patch) | |
tree | 86b8484f078c78fb3a87078c5941fefeff59f373 /installation/src | |
parent | 5a41e5c15bdbfba0e84e89e13bb06d9930988e77 (diff) |
Update graph.version and dg.properties
Addition includes:
1. Add allotted resource DGs to graph.version
2. Add oof url and template to dg.properties
Change-Id: I85cc93581d07d74670d957285b809fd010f511a4
Issue-ID: SDNC-356
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
Former-commit-id: 4d4fa2deb773083ed3d1cd85d43aefdb7e4205e0
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 3 |
1 files changed, 3 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 0995af0a..20b65750 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -9,6 +9,7 @@ restapi.trustStoreFileName=/opt/onap/sdnc/data/stores/truststore.openecomp.clien 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:8091/v1/route # Templates restapi.sz.templatefile=security-zone-allotted-resource.json @@ -24,6 +25,8 @@ restapi.vnf-ar.templatefile=vnf-provided-allotted-resources.json restapi.services.templatefile=vcpe-services-service.json restapi.services.vnf.vfmodule.templatefile=vfmodule-vim-parameters.vgw.json restapi.sotn-attachment.templatefile=sotn-attachment-allotted-resource.json +restapi.oof-getpath.templatefile=oof-getpath.json + # URLs restapi.cr-allottedresource=/restconf/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/ restapi.sz-allottedresource=/restconf/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/ |