add aggregation policy for NSI selection
[optf/osdf.git] / osdf / models / policy / placement / tosca_upload / onap.policies.optimization.resource.AggregationPolicy.yaml
diff --git a/osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.AggregationPolicy.yaml b/osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.AggregationPolicy.yaml
new file mode 100644 (file)
index 0000000..1e3c813
--- /dev/null
@@ -0,0 +1,42 @@
+tosca_definitions_version: tosca_simple_yaml_1_1_0
+policy_types:
+  onap.policies.optimization.resource.AggregationPolicy:
+    derived_from: onap.policies.optimization.Resource
+    version: 1.0.0
+    properties:
+      applicableResources:
+        type: list
+        required: true
+        entry_schema:
+          type: string
+          constraints:
+          - valid_values:
+            - any
+            - all
+      aggregationProperties:
+        type: list
+        required: true
+        entry_schema:
+          type: policy.data.aggregationProperties_properties
+data_types:
+  policy.data.aggregationProperties_properties:
+    derived_from: tosca.nodes.Root
+    properties:
+      attribute:
+        type: string
+        required: true
+      operator:
+        type: string
+        required: true
+      threshold:
+        type: policy.data.thresh_properties
+        required: true
+      unit:
+        type: string
+        required: false
+      function:
+        type: string
+        required: true
+  policy.data.thresh_properties:
+    derived_from: tosca.nodes.Root
+