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

Compare with Current View Page History

« Previous Version 4 Next »



The document describes the steps that can be used to setup E2E network slicing use case demo setup for Guilin.

1. SDC:

R7 Option 1 Templates.zip

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 Design Service Templates for respective template creation and distribution.

It need to be created according to this diagram and to the templates description.

Add the properties according to the template description


2. Policy Creation Steps:

Refer Optimization Policy Creation Steps for optimization policy creation and deployment steps

Refer Policy Models and Sample policies - NSI selection for sample policies 

NOTE

  • The service name given for creating the policy must match with the service name in the request
  • The scope fields in the policies should match with the value in the resourceSharingLevel(non-shared/shared). Do modify the policy accordingly.
  • do check the attribute map (camel to snake and snake to camel) in config/slicing_config.yaml, check the case of the attributes if any mismatch found
  • You need to restart the OOF docker container once you updated the slicing_config.yaml, you can do it using the following steps,

    • Login to the worker VM where the OOF container is running. You can find the worker node by running (kubectl get pods -n onap -o wide | grep dev-oof)
    • Find the container using docker ps | grep optf-osdf
    • Restart the container using docker restart <container id>






  • No labels