diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-24 15:55:29 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-24 15:55:33 -0400 |
commit | b8742da5ea4d230d203157ed4b39a50002b74f48 (patch) | |
tree | abc417aad2d3b3a7716f0594577e2096ffa59887 | |
parent | 09c388b5c9781383a0577bf8c2f574f806abe85c (diff) |
Add new match Policy Type
Allows Policy Designers to design their own matchable Policy Type
out-of-the-box with ONAP.
Issue-ID: POLICY-2596
Change-Id: I632201f50b565d5a558f8a773bf658407bedbfe6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | models-examples/src/main/resources/policytypes/onap.policies.Match.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/models-examples/src/main/resources/policytypes/onap.policies.Match.yaml b/models-examples/src/main/resources/policytypes/onap.policies.Match.yaml new file mode 100644 index 000000000..caf9467f0 --- /dev/null +++ b/models-examples/src/main/resources/policytypes/onap.policies.Match.yaml @@ -0,0 +1,7 @@ +tosca_definitions_version: tosca_simple_yaml_1_1_0 +policy_types: + onap.policies.Match: + derived_from: tosca.policies.Root + version: 1.0.0 + name: onap.policies.Match + description: Base Policy Type for matchable Policies
\ No newline at end of file |