diff options
author | Sandeep Shah <sandeep.shah2@techmahindra.com> | 2019-06-13 08:46:43 -0500 |
---|---|---|
committer | Sandeep Shah <sandeep.shah2@techmahindra.com> | 2019-06-13 08:46:43 -0500 |
commit | 5d012b346c6a6b9b87c81da720094afad5282127 (patch) | |
tree | a3945212bc03a21e427fb1e5032c79ef0cd8a755 /odlsli/odlsli-alpine/src/main | |
parent | 428403f72cd97df8bdded8dadb624cd01dde459a (diff) |
SDNR OOCPCI DG Updates for RANSIM Netconf Mount
RAN Simulator leverages Netconf servers to simulate DU's in the RAN
and DG's that reconfigure YANG tree leaf nodes for closed loop
automation need to also support RESTCONF API calls for YANG tree
leaf nodes behind the mount points. Modified existing DG's and
DG properties file
Issue-ID: CCSDK-1398
Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com>
Change-Id: I2875860115d6ee07edaa39bfcb2e28c01ac9040f
Diffstat (limited to 'odlsli/odlsli-alpine/src/main')
-rw-r--r-- | odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties b/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties index d4f7e3cb..afcd89e1 100644 --- a/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties +++ b/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties @@ -2,9 +2,8 @@ restapi.templateDir=/opt/onap/ccsdk/restapi/templates controller.url=http://localhost:8181 controller.user=admin controller.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U -honeycomb.url=http://{honeycomb-instance-ip}:8183 -honeycomb.user=admin -honeycomb.pwd=admin +ransim-mounted=false + restapi.trustStoreFileName=/opt/onap/sdnc/data/stores/truststore.openecomp.client.jks restapi.trustStorePassword=adminadmin restapi.keyStoreFileName=/opt/onap/sdnc/data/stores/sdnc.p12 @@ -25,11 +24,34 @@ restapi.pci-patch.templatefile=oofpcipoc-pci-patch.json restapi.neighbor-add.templatefile=oofpcipoc-addNeighbor.json restapi.neighbor-delete.templatefile=oofpcipoc-deleteNeighbor.json restapi.generic-neighbor-patch.template=oofpcipoc-generic-neighbor-patch.json +restapi.add-nbr-to-configdb-per-notif.template=oofpcipoc-add-nbr-to-configdb-per-nbrlist-change-notif.json +restapi.dmaap-publish.template=oofpcipoc-dmaap-publish-template.json -# URLs +# URLs without Netconf Mount of Ran Simulator restapi.config=/restconf/config restapi.radio-access=/restconf/config/oofpcipoc:radio-access restapi.fap-service=/restconf/config/oofpcipoc:radio-access/fap-service/{alias} restapi.x-005b9-lte=/restconf/config/oofpcipoc:radio-access/fap-service/{alias}/x-0005b9-lte restapi.lte-ran-neighbor-list-in-use=/restconf/config/oofpcipoc:radio-access/fap-service/{alias}/cell-config/lte/lte-ran/lte-ran-neighbor-list-in-use restapi.lte-ran-neighbor-in-use=/restconf/config/oofpcipoc:radio-access/fap-service/{alias}/cell-config/lte/lte-ran/lte-ran-neighbor-list-in-use/lte-ran-neighbor-list-in-use-lte-cell/{plmnid}/{cid} + +# URLs with Netconf Mount of Ran Simulator +restapi.config.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/ +restapi.radio-access.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/oofpcipoc:radio-access +restapi.fap-service.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/oofpcipoc:radio-access/fap-service/{alias} +restapi.x-005b9-lte.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/oofpcipoc:radio-access/fap-service/{alias}/x-0005b9-lte +restapi.lte-ran-neighbor-list-in-use.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/oofpcipoc:radio-access/fap-service/{alias}/cell-config/lte/lte-ran/lte-ran-neighbor-list-in-use +restapi.lte-ran-neighbor-in-use.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/oofpcipoc:radio-access/fap-service/{alias}/cell-config/lte/lte-ran/lte-ran-neighbor-list-in-use/lte-ran-neighbor-list-in-use-lte-cell/{plmnid}/{cid} + +#URLs for ConfigDB +restapi.configdb.add-nbrlist-change-per-notif=/createNbr/{cellId} +configdb.url=http://10.12.6.45:8080/api/sdnc-config-db/v3 + +#DMAAP Publish +dmaap-message-router.url=message-router.onap:3904/events +oofpcipoc-dmaap.nbrlist-change.topic=/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO + +oofpcipoc-dmaap.requestID=9d2d790e-a5f0-11e8-98d0-529269fb1459 +oofpcipoc-dmaap.aai= +oofpcipoc-dmaap.version=1.0.2 +oofpcipoc-dmaap.nbrlistchange.action=NeighborListModified |