diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-08 16:43:03 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-08 16:43:07 -0400 |
commit | 0b7eab8c90b7587d914c538f5527a5b3ca20bc10 (patch) | |
tree | 48aa9b758a7463eb6b3d997475c472741083ed92 /models-examples/src/main/resources/policies | |
parent | 59278e17a3911518c5e3601b6a38bfbbcbcf0fc8 (diff) |
Add another blacklist entry for testing
So I can adequately test blacklist.
Issue-ID: POLICY-2490
Change-Id: I60c9a0fb0d597c1517a756b96dfcc32fcd39dd37
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'models-examples/src/main/resources/policies')
-rw-r--r-- | models-examples/src/main/resources/policies/vDNS.policy.guard.blacklist.input.tosca.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/models-examples/src/main/resources/policies/vDNS.policy.guard.blacklist.input.tosca.yaml b/models-examples/src/main/resources/policies/vDNS.policy.guard.blacklist.input.tosca.yaml index 78a2de6b3..7cc6bc5a9 100644 --- a/models-examples/src/main/resources/policies/vDNS.policy.guard.blacklist.input.tosca.yaml +++ b/models-examples/src/main/resources/policies/vDNS.policy.guard.blacklist.input.tosca.yaml @@ -12,4 +12,5 @@ topology_template: operation: VF Module Create id: ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3 blacklist: - - the-vfmodule-where-root-is-true
\ No newline at end of file + - the-vfmodule-where-root-is-true + - another-vfmodule-where-root-is-true
\ No newline at end of file |