Versions Compared

Key

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

...

Code Block
languagebash
titleModify Config ANR policy
curl -k --silent --user 'healthcheck:zb!XztG34' -X POST "https://policy-api:6969/policy/api/v1/policytypes/onap.policies.controlloop.Operational/versions/1.0.0/policies" -H "Accept: application/json" -H "Content-Type: application/json" -d @son.json

curl --silent -k --user 'healthcheck:zb!XztG34' -X POST "https://policy-pap:6969/policy/pap/v1/pdps/policies" -H "Accept: application/json" -H "Content-Type: application/json" -d @son_push.json


4. SDN-C/SDN-R

Use the following or later docker images:

sdnc: onap/sdnc-image:1.6.0-SNAPSHOT-latest

dmaap-listener: onap/sdnc-dmaap-listener-image:1.6.0-SNAPSHOT-latest


<Mention image version, charts updates, config file updates, any other config steps, etc.>

...