Update snapshot and/or references of policy/models to latest snapshots
[policy/models.git] / models-examples / src / main / resources / policytypes / onap.policies.Optimization.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 policy_types:
3    onap.policies.Optimization:
4       derived_from: tosca.policies.Root
5       version: 1.0.0
6       name: onap.policies.Optimization
7       description: The base policy type for all policies that govern optimization
8       properties:
9          scope:
10             description: Scope for the policy - could be for a specific release.
11             type: list
12             metadata:
13                matchable: true
14             required: true
15             entry_schema:
16                type: string
17          geography:
18             description: One or more geographic regions
19             type: list
20             metadata:
21                matchable: true
22             required: true
23             entry_schema:
24                type: string
25                constraints:
26                -  valid_values:
27                   - US
28                   - International
29          identity:
30             description: Used internally for identification
31             type: string
32             required: true