From 69bc7db0edc751d3936b92c4bdf1ee74dfa4da57 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 5 Apr 2019 15:40:15 +0000 Subject: Complete filters for Database Fetches This review completes the implementaiton of the filters for fetching policy types, policies, and PDP groups from the database. It also fixes bugs in Policy type creation. Yaml in some of the policy type examples modified so that it is syntatically correct. Proeprties now stored as a blob in DB as they can be big. Issue-ID: POLICY-1095 Change-Id: I6aef88ee2905afa58d778d82832f2b55d794fe9c Signed-off-by: liamfallon --- .../resources/policytypes/onap.policies.optimization.QueryPolicy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'models-examples/src/main/resources/policytypes/onap.policies.optimization.QueryPolicy.yaml') diff --git a/models-examples/src/main/resources/policytypes/onap.policies.optimization.QueryPolicy.yaml b/models-examples/src/main/resources/policytypes/onap.policies.optimization.QueryPolicy.yaml index f7036dc80..82cd60a46 100644 --- a/models-examples/src/main/resources/policytypes/onap.policies.optimization.QueryPolicy.yaml +++ b/models-examples/src/main/resources/policytypes/onap.policies.optimization.QueryPolicy.yaml @@ -31,8 +31,9 @@ policy_types: type: list required: true entry_schema: - type:policy.data.queryProperties_properties + type: policy.data.queryProperties_properties data_types: + - policy.data.queryProperties_properties: derived_from: tosca.nodes.Root properties: -- cgit 1.2.3-korg