SODALITE-EU / orchestrator

Apache License 2.0
0 stars 0 forks source link

Policy definitions and support #5

Open dradX opened 4 years ago

dradX commented 4 years ago

xOpera should be able to support policy target definitions and execute triggers like the example below:

  type: <policy_type_name>
  description: <policy_description>
  metadata:
    <map of string>
  properties:
    <property_assignments>
  targets: [<list_of_policy_targets>]
  triggers:
    <trigger_definitions>
dradX commented 4 years ago

Connected with #32