From a6e92d163cc81a268771cc5da4952a9aefc8c4e3 Mon Sep 17 00:00:00 2001 From: Ahila Date: Wed, 21 Jul 2021 18:00:21 +0530 Subject: CPS Integration - RANSlice-modify allocate scenario Issue-ID: CCSDK-3340 Signed-off-by: Ahila Change-Id: I4a318dee0740ebe7bce4cae1bea4faed5e6e28da --- .../main/properties/ran-slice-api-dg.properties | 33 +++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'odlsli') diff --git a/odlsli/src/main/properties/ran-slice-api-dg.properties b/odlsli/src/main/properties/ran-slice-api-dg.properties index 7b4eac44..318cb8f6 100644 --- a/odlsli/src/main/properties/ran-slice-api-dg.properties +++ b/odlsli/src/main/properties/ran-slice-api-dg.properties @@ -4,6 +4,7 @@ controller.user=admin controller.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U ransim-mounted=false configdb-deployed=true +cps-deployed=false restapi.trustStoreFileName=/opt/onap/sdnc/data/stores/truststore.openecomp.client.jks restapi.trustStorePassword=adminadmin @@ -152,7 +153,7 @@ restapi.removeRRMPolicyRatio.ToNRCellDU.ransim-mounted=/restconf/config/network- restapi.removeRRMPolicyMember.ToNRCellDU.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{mountName}/yang-ext:mount/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBDUFunction/{idGNBDUFunction}/NRCellDU/{idNRCellDU}/attributes/RRMPolicyRatio/{id}/attributes/rRMPolicyMemberList/{idx} #URLs for ConfigDB TO BE FINALIZED -configdb.url=http://10.31.4.15:8080/api/sdnc-config-db/v4 +configdb.url=${CONFIG_DB_URL:-http://10.31.4.15:8080/api/sdnc-config-db/v4} restapi.configdb.getNearRTRICsFromTrackingArea=/nearrtric-list/{trackingArea} restapi.configdb.getListOfCells=/cell-list/{trackingArea} restapi.configdb.getCUCellsOfRIC=/cu-cell-list/{nearRTRICId} @@ -169,6 +170,11 @@ restapi.configdb.getNearRTRICByNSSI=/nearrtric/{ranNFNSSIId} restapi.configdb.getNearRTRICById=/nearRTRIC/{nearRTRICId} restapi.configdb.getRRMPolicyRatio=/rrmPolicy/{resourceType}/{resourceId} +restapi.configdb.removenSSAINearRTRIC=/nearrtric/{nearRTRICId}/{sNSSAI} +restapi.configdb.removenSSAINRCellDU=/nrcelldu/{idNRCellDU}/{sNSSAI} +restapi.configdb.removenSSAINRCellCU=/nrcellcu/{idNRCellCU}/{sNSSAI} +restapi.configdb.removenSSAICUUP=/gnbcuup/{gnbCUUPId}/{sNSSAI} + #ConfigDB Templates for RestAPI calls against ConfigDB restapi.configDB.updateRANSliceInventory.templatefile=ranSlice-configDB-updateRANSliceInventory.json restapi.configDB.updateRRMPolicy.CUCP.templatefile=ranSlice-configDB-updateRRMPolicy-CUCP.json @@ -184,6 +190,31 @@ restapi.configDB.updategNBDU.templatefile=ranSlice-configDB-updategNBDU.json #RRMPolicyID to be incremented by 1, anytime neew RRMPolicy is added configDB.rrmPolicyID=1 +#CPS-TBDMT Details +restapi.cps.tbdmt.execute.endpoint=${CPS_URL:-http://10.31.4.14:8080}/execute/{schemaSet}/{templateId} + +#Schemasets +rannetwork.schemaset=ran-network +cavsta.schemaset=ran-coverage-area +inventory.schemaset=ran-inventory + +#CPS-TBDMT xpath template ids + +#modify-allocate +tbdmt.template.get-nearrtric-by-rannfnssi=get-nearrtric-by-rannfnssi +tbdmt.template.get-cells-list=get-cells-list +tbdmt.template.put-nearrtric=put-nearrtric +tbdmt.template.put-gnbcucpfunction=put-gnbcucpfunction +tbdmt.template.put-gnbcuupfunction=put-gnbcuupfunction +tbdmt.template.put-gnbdufunction=put-gnbdufunction +tbdmt.template.put-nrcellcu-rrm-policy=put-nrcellcu-rrm-policy +tbdmt.template.put-cuup-rrm-policy=put-cuup-rrm-policy +tbdmt.template.put-nrcelldu-rrm-policy=put-nrcelldu-rrm-policy +tbdmt.template.update-ran-inventory=update-ran-inventory +tbdmt.template.get-nrcellcu-rrm-policy=get-nrcellcu-rrm-policy +tbdmt.template.get-cuup-rrm-policy=get-cuup-rrm-policy +tbdmt.template.gett-nrcelldu-rrm-policy=get-nrcelldu-rrm-policy + #RAN Simulator Related Properties #The below RRMPolicy and PolicyMemberList ID's to be incremented by 1 #anytime new RRMPolicy or PolicyMember is added to the list -- cgit 1.2.3-korg