diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-08-24 13:27:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-24 13:27:27 +0000 |
commit | 5a526b7133babf95cb6a67dc5060d3131f0b97d5 (patch) | |
tree | 73e76f405033ad5e1b671cbc6b2fb8a88c892669 /docs/xacml/example.guard.blacklist.yaml | |
parent | 4eae906a5dd646c429376903cfb27d9476ab90cc (diff) | |
parent | cc6265ef38c277559d5bee6695f0353b15f87b37 (diff) |
Merge "Add guard filter documentation"
Diffstat (limited to 'docs/xacml/example.guard.blacklist.yaml')
-rw-r--r-- | docs/xacml/example.guard.blacklist.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/xacml/example.guard.blacklist.yaml b/docs/xacml/example.guard.blacklist.yaml new file mode 100644 index 00000000..d8499571 --- /dev/null +++ b/docs/xacml/example.guard.blacklist.yaml @@ -0,0 +1,17 @@ +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 + name: guard.blacklist.scaleout + metadata: + policy-id: guard.blacklist.scaleout + properties: + actor: APPC + operation: Restart + id: my-controlloop + blacklist: + - vnf-id-1 + - vnf-id-2
\ No newline at end of file |