Add new match Policy Type 61/111661/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 24 Aug 2020 19:55:29 +0000 (15:55 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 24 Aug 2020 19:55:33 +0000 (15:55 -0400)
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>
models-examples/src/main/resources/policytypes/onap.policies.Match.yaml [new file with mode: 0644]

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 (file)
index 0000000..caf9467
--- /dev/null
@@ -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