You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Create the dataspace, schemaset and anchor using the below CPS-Core APIs:

Dataspace:

curl -k -H "Content-Type: application/json" -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request POST http://<ipaddress>:8883/cps/api/v1/dataspaces?dataspace-name='E2EDemo'

Schemaset:

  1. CoverageArea: curl -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request POST 'http://<ipaddress>:8883/cps/api/v1/dataspaces/E2EDemo/schema-sets' --form 'file=@"cps-cavsta-onap-internal@2021-01-28.yang"' --form 'schema-set-name="ran-coverage-area"' cps-cavsta-onap-internal@2021-01-28.yang
  2. RAN Network: curl -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request POST 'http://<ipaddress>:8883/cps/api/v1/dataspaces/E2EDemo/schema-sets' --form 'file=@"ran-network.zip"' --form 'schema-set-name="ran-network"' ran-network.zip
  3. RAN inventory: curl -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request POST 'http://localhost:8883/cps/api/v1/dataspaces/E2EDemo/schema-sets' --form 'file=@"cps-ran-inventory.yang"' --form 'schema-set-name="ran-inventory"' cps-ran-inventory.yang

Anchor:

  1. CoverageArea: curl -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request POST 'http://<ipaddress>:8883/cps/api/v1/dataspaces/E2EDemo/anchors?schema-set-name='ran-coverage-area'&anchor-name='coverage-area-onap''
  2. RAN Network: curl -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request POST 'http://<ipaddress>:8883/cps/api/v1/dataspaces/E2EDemo/anchors?schema-set-name='ran-network'&anchor-name='11''
  3. RAN inventory: curl -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request POST 'http://localhost:8883/cps/api/v1/dataspaces/E2EDemo/anchors?schema-set-name='ran-inventory'&anchor-name='ran-inventory-anchor''

Initial data:

  1. CoverageArea: curl -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request POST 'http://<ipaddress>:8883/cps/api/v1/dataspaces/E2EDemo/anchors/coverage-area-onap/nodes' \
    --header 'Content-Type: application/json' -d @cavstareq.json  cavstareq.json
  2. RAN Network: curl -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request PUT 'http://<ipaddress>:8883/cps/api/v1/dataspaces/E2EDemo/anchors/11/nodes' \
    --header 'Content-Type: application/json' -d @ran-network-initial-data.json ran-network-initial-data.json
  3. RAN inventory: curl -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request PUT 'http://<ipaddress>:8883/cps/api/v1/dataspaces/E2EDemo/anchors/ran-inventory-anchor/nodes' \
    --header 'Content-Type: application/json' --data-raw '{
    "ran-inventory":{
    }
    }'

Schemaset-anchor mapping:

cps-tbdmt/docker-compose/application.yml should have the below mapping under the section schemaToAnchor:

 schemaToAnchor:
    ran-coverage-area: coverage-area-onap
    e2e-cavsta-schemaset: e2e-cavsta1
    CSIT-SchemaSet: CSIT-Anchor
    ns-schemaset: ns-anchor
    ran-network: 11
    ran-inventory: ran-inventory-anchor

TBDMT Templates: 

Templates are uploaded and tested for this release. The templates can be preloaded in TBDMT during the deployment time itself. Refer the Demo at https://wiki.onap.org/download/attachments/117746417/2022-02-08%20E2E%20Network%20Slicing%20Weekly%20Meeting.mp4?api=v2 1:40-9:40 minutes

instantiateRANSlice - Allocate:

TBDMT Templates:

 

instantiateRANSlice - ModifyAllocate (Done in Istanbul Release)

instantiateRANSlice - reconfigure


activateRANSlice

S.No

Config DB API

xPath

Template

Schema

id

JSON Payload

1api/sdnc-config-db/v4/nearrtric/{ranNFNSSIId}

//attributes/ranNFNSSIIdList/element[text()="ac8ca1a9-e1ec-4480-8720-c74e92566885"]/ancestor::NearRTRIC

{
"templateId": "get-nearrtric-by-rannfnssi",
"model": "ran-network",
"requestType": "query-cps-path",
"xpathTemplate": "//attributes/rANNFNSSIList[text()='\''{{rANNFNSSIId}}'\'']/ancestor::NearRTRIC",
"includeDescendants": true
}
ran-networkget-nearrtric-by-rannfnssi{
"inputParameters": {
"rANNFNSSIId": "4039ce18-7f8f-44d7-9822-6cb6cb7227d4"
}
}
2/api/sdnc-config-db/v4/plmn/{sliceProfileId}}

//attributes/sliceProfilesList[@sliceProfileId="314aab80-1754-446c-bfd9-6aae5b1ae348"]/ancestor::NearRTRIC

{
"templateId": "get-plmnmccid-by-sliceprofileid",
"model": "ran-network",
"requestType": "query-cps-path",
"xpathTemplate": "//attributes/sliceProfilesList[@sliceProfileId='\''{{sliceProfileId}}'\'']/ancestor::NearRTRIC",
"includeDescendants": true,
"transformParam":"attributes,pLMNInfoList,mcc"
}
ran-networkget-plmnmccid-by-sliceprofileid

{

"inputParameters": {
"sliceProfileId": "e75a8b68-0dee-4a9c-9a61-b0893e03ca45"
}
}

3/api/sdnc-config-db/v4/plmn/{sliceProfileId}//attributes/sliceProfilesList[@sliceProfileId="314aab80-1754-446c-bfd9-6aae5b1ae348"]/ancestor::NearRTRIC{
"templateId": "get-plmnmncid-by-sliceprofileid",
"model": "ran-network",
"requestType": "query-cps-path",
"xpathTemplate": "//attributes/sliceProfilesList[@sliceProfileId='\''{{sliceProfileId}}'\'']/ancestor::NearRTRIC",
"includeDescendants": true,
"transformParam":"attributes,pLMNInfoList,mnc"
}
ran-networkget-plmnmncid-by-sliceprofileid

{

"inputParameters": {
"sliceProfileId": "e75a8b68-0dee-4a9c-9a61-b0893e03ca45"
}
}

4/api/sdnc-config-db/v4/nearRTRIC

/ran-network/NearRTRIC[@idNearRTRIC="11"]/attributes/pLMNInfoList[@mcc="310" and @mnc="410"]

{
"templateId": "put-status-nearrtric",
"model": "ran-network",
"requestType": "patch",
"xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/attributes/pLMNInfoList[@mcc='\''{{mcc}}'\'' and @mnc='\''{{mnc}}'\'']",
"includeDescendants": true
}
ran-networkput-status-nearrtric

{

"inputParameters":{
"idNearRTRIC":"11",
"mcc":"310",
"mnc":"410"
},
"payload": {
"sNSSAIList": [{
"sNssai": "[01-3A4C16]",
"status": "ACTIVE"
}]
}
}

5/api/sdnc-config-db/v4/gNBCUUP

/ran-network/NearRTRIC[@idNearRTRIC="11"]/GNBCUUPFunction[@idGNBCUUPFunction="22"]/attributes/pLMNInfoList[@mcc="310" and @mnc="410"]

{
"templateId": "put-status-gnbcuup",
"model": "ran-network",
"requestType": "patch",
"xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBCUUPFunction[@idGNBCUUPFunction='\''{{idGNBCUUPFunction}}'\'']/attributes/pLMNInfoList[@mcc='\''{{mcc}}'\'' and @mnc='\''{{mnc}}'\'']",
"includeDescendants": true
}
ran-networkput-status-gnbcuup

{

"inputParameters":{
"idNearRTRIC":"11",
"mcc":"551",
"mnc":"550",
"idGNBCUUPFunction":"22"
},
"payload": {
"sNSSAIList": [{
"sNssai": "[01-3A4C16]",
"status": "ACTIVE"
}]
}
}

6/api/sdnc-config-db/v4/gNBDU

/ran-network/NearRTRIC[@idNearRTRIC="11"]/GNBDUFunction[@idGNBDUFunction="22"]/NRCellDU[@idNRCellDU="15299"]/attributes/pLMNInfoList[@mcc="310" and @mnc="410"]

{
"templateId": "put-status-nrcelldu",
"model": "ran-network",
"requestType": "patch",
"xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBDUFunction[@idGNBDUFunction='\''{{idGNBDUFunction}}'\'']/NRCellDU[@idNRCellDU='\''{{idNRCellDU}}'\'']/attributes/pLMNInfoList[@mcc='\''{{mcc}}'\'' and @mnc='\''{{mnc}}'\'']",
"includeDescendants": true
}
ran-networkput-status-nrcelldu

{

"inputParameters":{
"idNearRTRIC":"11",
"mcc":"211",
"mnc":"211",
"idGNBDUFunction":22,
"idNRCellDU":15299
},
"payload": {
"sNSSAIList": [{
"sNssai": "[01-3A4C16]",
"status": "ACTIVE"
}]
}
}

7/api/sdnc-config-db/v4/gNBCUCP

/ran-network/NearRTRIC[@idNearRTRIC="11"]/GNBCUCPFunction[@idGNBCUCPFunction="32"]/NRCellCU[@idNRCellCU="15199"]/attributes/pLMNInfoList[@mcc="310" and @mnc="410"]

{
"templateId": "put-status-nrcellcu",
"model": "ran-network",
"requestType": "patch",
"xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBCUCPFunction[@idGNBCUCPFunction='\''{{idGNBCUCPFunction}}'\'']/NRCellCU[@idNRCellCU='\''{{idNRCellCU}}'\'']/attributes/pLMNInfoList[@mcc='\''{{mcc}}'\'' and @mnc='\''{{mnc}}'\'']",
"includeDescendants": true
}
ran-networkput-status-nrcellcu

{

"inputParameters":{
"idNearRTRIC":"11",
"mcc":"551",
"mnc":"550",
"idGNBCUCPFunction":"32",
"idNRCellCU":"15199"
},
"payload": {
"sNSSAIList": [{
"sNssai": "[01-3A4C16]",
"status": "ACTIVE"
}]
}
}

teRANSlice cps-tbdmt templates preload json: 

preload-activateRANSlice.json

RanSlice Reconfigure:

Preload-instantiateRanSliceReconfigure.json


  • No labels