CCVPN Usecase Policy Setup
This user guide explains how to configure ONAP Policy for CCVPN usecase.
Please download the attachment policy-setup.zip and unzip on your Onap server first.
Step 1. Create the modifyCll policy
curl -k --silent --user 'policyadmin:zb!XztG34' -X POST "https://policy-api:6969/policy/api/v1/policytypes/onap.policies.controlloop.operational.common.Drools/versions/1.0.0/policies" -H "Accept: application/json" -H "Content-Type: application/json" -d @modifycll.json
Step 2. Enable the modifyCll policy
curl --silent -k --user 'policyadmin:zb!XztG34' -X POST "https://policy-pap:6969/policy/pap/v1/pdps/policies" -H "Accept: application/json" -H "Content-Type: application/json" -d @push_modifycll.json
Have fun and feel free to contact shilei8@asiainfo.com, if you have any question.