diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-12-06 11:33:28 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-12-06 11:33:35 +0000 |
commit | 452aff5c6948064722836319530420419d40221f (patch) | |
tree | 06024e9ec2371fb729567070ec5f1de4101c9504 /packages/policy-api-tarball/src/main/resources/etc | |
parent | 581aa3881e97c36faa23cd812a87d13bdc1a0054 (diff) |
Preloading native policy type for apex-pdp
Preloading native policy type for apex-pdp so that policies can be
created and deployed using this policy type.
Removed few test cases not working on windows.
Issue-ID: POLICY-2279
Change-Id: I8e462118ee21e92fcb862ef94a6d15aec1b893c6
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'packages/policy-api-tarball/src/main/resources/etc')
-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, 4 insertions, 2 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 1e8d0d00..41bd172f 100644 --- a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json @@ -38,6 +38,7 @@ "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.Xacml.yaml", + "policytypes/onap.policies.native.Apex.yaml" ] } 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 9bd23f2a..f11bff81 100644 --- a/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json +++ b/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json @@ -38,6 +38,7 @@ "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.Xacml.yaml", + "policytypes/onap.policies.native.Apex.yaml" ] }
\ No newline at end of file |