Versions Compared

Key

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

In the manual configuration sections, for creating the optimization policies, the following set of policies needs to be used, other configurations can be found at Manual Configuration for 5G Network Slicing and the operation guidance for option2 can be found at Operation Guidance for Option2

Policy Creation Steps

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

View file
namepolicies_option1_Istanbul.zip
height150

NOTE: For NST Selection based on latency constraint, please make sure you have updated the latency constraint as property in the design time template of NST as below,

Image Added

Copy the policy files

unzip policies_option1_Istanbul.zip

kubectl cp policies -n onap <oof-pod-name>:/opt/osdf

kubectl exec -ti -n onap <oof-pod-name> bash

cd policies/

python3 policy_utils.py create_policy_types policy_types

python3 policy_utils.py create_and_push_policies nst_policies

python3 policy_utils.py generate_nsi_policies NSTO2

python3 policy_utils.py create_and_push_policies gen_nsi_policies

cd policies/

python3 policy_utils.py generate_nssi_policies EmbbAn_NF minimize latency

python3 policy_utils.py create_and_push_policies gen_nssi_policies

...