From ba65b682872d5ac1082ae2c996be10e969465cd2 Mon Sep 17 00:00:00 2001 From: gaurav Date: Fri, 27 Jul 2018 10:33:00 +0530 Subject: [PATCH] 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 Former-commit-id: 4d4fa2deb773083ed3d1cd85d43aefdb7e4205e0 --- .../src/main/properties/generic-resource-api-dg.properties | 3 +++ .../generic-resource-api/src/main/resources/graph.versions | 7 +++++++ 2 files changed, 10 insertions(+) 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}/ diff --git a/platform-logic/generic-resource-api/src/main/resources/graph.versions b/platform-logic/generic-resource-api/src/main/resources/graph.versions index c3d8ae3e..34507306 100755 --- a/platform-logic/generic-resource-api/src/main/resources/graph.versions +++ b/platform-logic/generic-resource-api/src/main/resources/graph.versions @@ -184,3 +184,10 @@ GENERIC-RESOURCE-API vnf-topology-operation-unassign ${project.version} sync GENERIC-RESOURCE-API vnf-topology-operation ${project.version} sync SUBNET-API managed-network-notification ${project.version} sync SUBNET-API subnet-allocated-notification ${project.version} sync +GENERIC-RESOURCE-API connection-attachment-topology-operation ${project.version} sync +GENERIC-RESOURCE-API sotn-network-topology-operation-create ${project.version} sync +GENERIC-RESOURCE-API sotn-network-topology-operation-delete ${project.version} sync +GENERIC-RESOURCE-API sotn-network-topology-operation-activate ${project.version} sync +GENERIC-RESOURCE-API sotn-network-topology-operation-deactivate ${project.version} sync +GENERIC-RESOURCE-API validate-connection-attachment-input ${project.version} sync +GENERIC-RESOURCE-API sotn-get-saved-ar-param ${project.version} sync -- 2.16.6