The document describes the step by step procedure to setup E2E network slicing use case demo setup for Guilin.
1. SDC:
ONAP Portal: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm (Username:cs0008, Password:demo123456!)
SDC UUI: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/portal#!/dashboard
Refer for Template Design for Option 1 respective template creation and distribution.
2.UUI Configuration:
Configure CST template UUID and Invariant UUID in slicing.properties file of uui-server microservice
...
Install config DB application in a separate VM. MariaDB container should be up and running to access the config DB APIs.
Refer https://wiki.onap.org/display/DW/Config+DB+setup for configDB setup.
...
Sample Fileready notification received from RAN-Simulator:
Code Block | language | text|
---|---|---|
Expand | ||
| ||
{
{
{
"4.0.1",
"7.0.1",
"notification",
"Notification_RnNode-Slicing_FileReady",
"FileReady_1797490e-10ae-4d48-9ea7-3d7d790b25e1",
8745745764578,
"Normal",
"cucpserver2",
0,
"cucpserver2",
8745745764578,
"UTC+05.30"
{
"PM_MEAS_FILES",
"FileReady",
"2.0",
[{
"A2021-01-15T05-46-30.387-2021-01-15T05-46-30.387-7836-cucpserver2.bin.gz",
{
"gzip",
"org.3GPP.32.435#measCollec",
"V10" } }] } }
|
13. Datafile Collector
Datafile Collector reads the File Ready VES notifications from the message router. It fetches the PM file from the simulator using the FTP/SFTP location in the notification and places it in the data router. PM Mapper reads this PM file (xml format).
...