| tosca_definitions_version: tosca_simple_yaml_1_0_0 |
| policy_types: |
| onap.policies.NoVersion: |
| derived_from: onap.policies.Optimization |
| properties: |
| applicableResources: |
| type: list |
| required: true |
| entry_schema: |
| type: string |
| constraints: |
| - valid_values: |
| - any |
| - all |
| affinityProperties: |
| type: policy.data.affinityProperties_properties |
| required: true |
| data_types: |
| policy.data.affinityProperties_properties: |
| derived_from: tosca.nodes.Root |
| properties: |
| qualifier: |
| type: string |
| constraints: |
| - valid_values: |
| - same |
| - different |
| category: |
| type: string |
| required: true |