Versions Compared

Key

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

Jira Legacy
serverSystem JiraONAP JIRA
serverId4733707d425b2b0a-2057557c-3a0f3c0c-ae5eb515-4fd8aff50176579789cceedb
keyPOLICY-2899


Summary:

Develop a solution for storing information when policies are deployed or undeployed through the PAP deploy APIs.

...

Questions on models changes:

How many records could this return? may want to force a limit on the record count and maximum time window. may want to require starting timestamp

what sort of filters should be allowed? pdpGroup, policy name and version and a timestamp limit (until that timestamp).

even with the timestamp, should we have a record limit? what number would be appropriate?

could it also be a filter? have specified a default limit (i.e 50 records) but can be informed on usage.

wonder if we could use a different term than "Tracker"? That term is already used within PAP with a different meaning

suggestions: PdpPolicyDeploymentAudit or PdpDeploymentAudit

Does the table need to be cleaned up at times?

As for clean up, we might set a timelife for the audits related to deleted policies/groups. Ram Krishna Verma Ajith Sreekumar what are your thought on that?


policy-pap:

have the endpoints for deploy/undeploy updated with the call for storing the process for tracking.

...