Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Expandcode
Fileready event
titleFileReady Event
collapsetrue
{


	"event": {


		"commonEventHeader": {


			"version": "4.0.1",


			"vesEventListenerVersion": "7.0.1",


			"domain": "notification",


			"eventName": "Notification_RnNode-Slicing_FileReady",


			"eventId": "FileReady_1797490e-10ae-4d48-9ea7-3d7d790b25e1",


			"lastEpochMicrosec": 8745745764578,


			"priority": "Normal",


			"reportingEntityName": "cucpserver2",


			"sequence": 0,


			"sourceName": "cucpserver2",


			"startEpochMicrosec": 8745745764578,


			"timeZoneOffset": "UTC+05.30"


		},


		"notificationFields": {


			"changeIdentifier": "PM_MEAS_FILES",


			"changeType": "FileReady",


			"notificationFieldsVersion": "2.0",


			"arrayOfNamedHashMap": [{


				"name": "A2021-01-15T05-46-30.387-2021-01-15T05-46-30.387-7836-cucpserver2.bin.gz",


				"hashMap":
{
 {
					"location": "ftpes://192.168.0.101:22/ftp/rop/A2021-01-15T05-46-30.387-2021-01-15T05-46-30.387-7836-cucpserver2.bin.gz",


					"compression": "gzip",


					"fileFormatType": "org.3GPP.32.435#measCollec",


					"fileFormatVersion": "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).

...