Versions Compared

Key

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

...

Certain Policy Models are preloaded and are always available for use in the Policy Framework.

Policy ModelDescription
onap.policies.MonitoringOverarching model that supports Policy driven DCAE microservice components used in a Control Loops
onap.policies.controlloop.Operational

Used to support actor/action operational policies for control loops

onap.policies.controlloop.GuardControl Loop guard policies for policing control loops
onap.policies.controlloop.CoordinationControl Loop Coordination policies to assist in coordinating multiple control loops at runtime

onap.policies.Monitoring model

...

Code Block
languageyml
titleBase Policy Model Parameter Schema for onap.policies.Operational
collapsetrue
tosca_definitions_version: tosca_simple_yaml_1_0_0
policy_types:
    onap.policies.controlloop.Operation:
        derived_from: tosca.policies.Root
        description: Operational Policy for Control Loops


TODO: Operational Policy Model Parameter Schema for Drools

TODO: Operational Policy Model Parameter Schema for APEX

onap.controlloop.Guard model

...