blob: 7cc6bc5a9e2d539d5e6438f7b3332939555be103 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
tosca_definitions_version: tosca_simple_yaml_1_1_0
topology_template:
policies:
- guard.blacklist.scaleout:
type: onap.policies.controlloop.guard.common.Blacklist
type_version: 1.0.0
version: 1.0.0
metadata:
policy-id: guard.blacklist.scaleout
properties:
actor: SO
operation: VF Module Create
id: ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3
blacklist:
- the-vfmodule-where-root-is-true
- another-vfmodule-where-root-is-true
|