Versions Compared

Key

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

...

Copy subnetCapabilities.json to SO-API Handler pod, 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. 

You can copy the file to the pod using the following command

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

...

3. Policy Creation Steps

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

...

  • 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.
  • Check the case of the attributes with the OOF request with the attribute map (camel to snake and snake to camel) in config/slicing_config.yaml, if any mismatch found modify the attribute map accordingly.
  • 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>

...


4. Ransim Setup steps:

Refer RAN-Sim setup to setup RAN-simulator

Refer RAN-Sim for ransim impacts done for Guilin Release

...

5.ConfigDb: