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. SO:

Copy subnetCapabilities.json to SO-API Handler pod to configure subnet capabilities at run time, Refer https://gerrit.onap.org/r/c/so/+/114735/1/mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/subnetCapability.json for sample subnet Capabilities file. 

...

Code Block
languagebash
themeEmacs
kubectl cp subnetCapabilitieskubectl cp subnetCapability.json -n onap <so-apih-pod-name>:/app

...

Refer RAN-Sim for ransim impacts done for Guilin Release

6.ConfigDb:

Refer https://wiki.onap.org/display/DW/Config+DB+setup for configDB setup.

...