diff options
author | Dan Timoney <dtimoney@att.com> | 2022-02-25 13:52:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-25 13:52:19 +0000 |
commit | 3505f642ae1b71084d9d4c29e43fdb04345ed977 (patch) | |
tree | dbdb67bd81a4f3cc67905e647f8b95b952ce58e6 /odlsli/src | |
parent | dfeca88f99030742c995967d68197e1a6af345ec (diff) | |
parent | 99c28a7402ed9f6b4fa9cea84bbd82f77ca0e4de (diff) |
Merge "Modify SDN-R to use new yang model in netconf session with RAN-Sim"
Diffstat (limited to 'odlsli/src')
-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 |