diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-03-05 14:40:39 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-03-05 14:40:39 -0600 |
commit | a160987c31c708dbef54b65ea17b32bd5c5719e2 (patch) | |
tree | e8b8c36770288ee6b6727d45b73bde4059f321cd /packages/policy-api-tarball | |
parent | 26df4c98fb4f1467a405608f761100575bbc34f8 (diff) |
Apply policy/models native drools policies changes
Issue-ID: POLICY-2388
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I99da7247540101253206aac93a8da290d9389f8d
Diffstat (limited to 'packages/policy-api-tarball')
-rw-r--r-- | packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json | 3 | ||||
-rw-r--r-- | packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json index 010cd369..95cf0d5e 100644 --- a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json @@ -38,7 +38,6 @@ "policytypes/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.yaml", "policytypes/onap.policies.controlloop.Operational.yaml", "policytypes/onap.policies.Naming.yaml", - "policytypes/onap.policies.drools.Controller.yaml", "policytypes/onap.policies.native.Drools.yaml", "policytypes/onap.policies.native.Xacml.yaml", "policytypes/onap.policies.native.Apex.yaml", @@ -49,4 +48,4 @@ "preloadPolicies" : [ "policies/sdnc.policy.naming.input.tosca.yaml" ] -}
\ No newline at end of file +} diff --git a/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json b/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json index 010cd369..95cf0d5e 100644 --- a/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json +++ b/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json @@ -38,7 +38,6 @@ "policytypes/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.yaml", "policytypes/onap.policies.controlloop.Operational.yaml", "policytypes/onap.policies.Naming.yaml", - "policytypes/onap.policies.drools.Controller.yaml", "policytypes/onap.policies.native.Drools.yaml", "policytypes/onap.policies.native.Xacml.yaml", "policytypes/onap.policies.native.Apex.yaml", @@ -49,4 +48,4 @@ "preloadPolicies" : [ "policies/sdnc.policy.naming.input.tosca.yaml" ] -}
\ No newline at end of file +} |