blob: 5411378a8ca603986369328cd3c35cdd847741f7 [file] [log] [blame]
Pamela Dragoshcc6265e2020-08-21 10:53:44 -04001tosca_definitions_version: tosca_simple_yaml_1_1_0
2topology_template:
3 policies:
4 - guard.minmax.scaleout:
5 type: onap.policies.controlloop.guard.common.MinMax
6 type_version: 1.0.0
7 version: 1.0.0
8 name: guard.minmax.scaleout
9 metadata:
10 policy-id: guard.minmax.scaleout
11 properties:
12 actor: SO
13 operation: VF Module Create
14 id: my-controlloop
15 target: the-vfmodule-id
16 min: 1
17 max: 2