aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xacml/example.guard.minmax.yaml
blob: 5411378a8ca603986369328cd3c35cdd847741f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
tosca_definitions_version: tosca_simple_yaml_1_1_0
topology_template:
    policies:
    -   guard.minmax.scaleout:
            type: onap.policies.controlloop.guard.common.MinMax
            type_version: 1.0.0
            version: 1.0.0
            name: guard.minmax.scaleout
            metadata:
                policy-id: guard.minmax.scaleout
            properties:
                actor: SO
                operation: VF Module Create
                id: my-controlloop
                target: the-vfmodule-id
                min: 1
                max: 2