diff options
author | yashwanth03 <gandhapu.yashwanth@wipro.com> | 2022-02-17 07:18:25 +0000 |
---|---|---|
committer | yashwanth03 <gandhapu.yashwanth@wipro.com> | 2022-02-17 07:18:25 +0000 |
commit | 99c28a7402ed9f6b4fa9cea84bbd82f77ca0e4de (patch) | |
tree | 7bea18b5e698550ccc1e16653dfbe3dc9836fef1 /odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties | |
parent | afa58a146bcfa18643681dffd96f56c59abc3093 (diff) |
Modify SDN-R to use new yang model in netconf session with RAN-Sim
Issue-ID: CCSDK-3544
Signed-off-by: yashwanth03 <gandhapu.yashwanth@wipro.com>
Change-Id: I2ba82feb2fb819a10a1f0f9bb6b1362cad5feb3e
Diffstat (limited to 'odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties')
-rw-r--r-- | odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties b/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties index 33b0d0cd..d11f2d2a 100644 --- a/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties +++ b/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties @@ -59,6 +59,16 @@ configdb.url=http://10.31.3.18:8080/api/sdnc-config-db/v3 restapi.configdb.patch-pci-for-cell=/modifyPci/{cellId} restapi.configdb.patch-ho-for-nbr=/modifyNbrHO/{cellId}/{targetCellId} +#CPS endpoint to fetch the anchors +restapi.cps.anchors.endpoint=${CPS_URL:-http://10.31.4.14:8883}/cps/api/v1/dataspaces/E2EDemo/anchors + +#CPS-TBDMT Details +restapi.cps.tbdmt.execute.endpoint=${CPS_TBDMT_URL:-http://10.31.4.14:8081}/execute/{schemaSet}/{templateId} + +#CPS-TBDMT xpath template ids +tbdmt.template.get-nearrtric-by-idgnbdufunction=get-nearrtric-by-idgnbdufunction +tbdmt.template.get-nearrtric-by-idgnbcucpfunction=get-nearrtric-by-idgnbcucpfunction + #DMAAP Publish dmaap-message-router.url=http://message-router.onap:3904/events oofpcipoc-dmaap.nbrlist-change.topic=/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO |