[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / ONAP-PAP-REST / pip.properties
diff --git a/ONAP-PAP-REST/pip.properties b/ONAP-PAP-REST/pip.properties
new file mode 100644 (file)
index 0000000..b5d46af
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Default PIP Configuration from Policy. 
+# 
+xacml.pip.engines=AAF,historydb
+
+### AAF PIP Configuration. 
+AAF.description=AAFEngine to communicate with AAF to take decisions
+AAF.classname=org.onap.policy.xacml.std.pip.engines.aaf.AAFEngine
+AAF.name=AAFEngine
+
+# PIP Engine Definition
+#
+historydb.classname=org.onap.policy.xacml.std.pip.engines.OperationHistoryEngine
+historydb.issuer=org:onap:xacml:guard:historydb
+historydb.name=operationHistoryDB
\ No newline at end of file