Versions Compared

Key

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

...


3) When

...

distributing the closed loop from CLAMP to policy if we get error as - policy send failed PE300: Invalid template, the

...

Resolution: Replace the "input" field in the JSON template with "output"

...

Open /opt/onap/sdnc/restapi/templates/lcm-dmaap-publish-template.json and replace "input" with "output" in the JSON object body

...

Save the changes

template name closedLoopControlName was not found in the dictionary. 

For proper operation via CLAMP, the rules template need to be uploaded to Policy. This can be achieved by executing the push-policies.sh script before creating the Control Loop via CLAMP:

kubectl get pods -n onap -o wide | grep policy | grep pap # identify the PAP pop
kubectl exec -it <pap-pod> -c pap -n onap -- bash -c "/tmp/policy-install/config/push-policies.sh"

...

Videos:

These videos provide a detailed documentation of how to run scale out use case using manual or automated (i.e. closed loop-enabled) trigger:

...