From e0addf5b588a1244f9679becd90999dfcb4c3a94 Mon Sep 17 00:00:00 2001 From: "ITSERVICES\\rb7147" Date: Tue, 25 Apr 2017 11:46:00 -0400 Subject: Policy 1707 commit to LF Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 --- .../install/servers/pdp/bin/xacml.pdp.properties | 24 +++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'packages/base/src/files/install/servers/pdp/bin') diff --git a/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties b/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties index 860107ff9..676eeef31 100644 --- a/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties +++ b/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties @@ -34,7 +34,10 @@ xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluati xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory xacml.att.functionDefinitionFactory=org.openecomp.policy.xacml.custom.EcompFunctionDefinitionFactory # NOT USED SEE BELOW xacml.att.policyFinderFactory=com.att.research.xacmlatt.pdp.std.StdPolicyFinderFactory - +# creteUpdate Policy Implementation Class details. +createUpdatePolicy.impl.className=org.openecomp.policy.pdp.rest.api.services.CreateUpdatePolicyServiceImpl +# AAF Implementation class details +aafClient.impl.className=org.openecomp.policy.utils.AAFPolicyClientImpl # # AT&T RESTful PDP Implementation Factories # @@ -62,10 +65,16 @@ xacml.rest.pdp.id=${{REST_PDP_ID}} # Give the JMX port number used for the PDP xacml.jmx.port=${{TOMCAT_JMX_PORT}} # -# Notifcation type: websocket or ueb -# -xacml.notification.type=websocket,UEB -xacml.ueb.cluster=${{UEB_CLUSTER}} +# Notification Properties +# Notifcation type: websocket, ueb or dmaap... if left blank websocket is the default +NOTIFICATION_TYPE=websocket,UEB +NOTIFICATION_SERVERS=${{UEB_CLUSTER}} +NOTIFICATION_TOPIC= +NOTIFICATION_DELAY= +UEB_API_KEY=${{UEB_API_KEY}} +UEB_API_SECRET=${{UEB_API_SECRET}} +DMAAP_AAF_LOGIN=${{DMAAP_AAF_LOGIN}} +DMAAP_AAF_PASSWORD=${{DMAAP_AAF_PASSWORD}} # # Set the directory where the PDP holds its Policy Cache and PIP Configuration # @@ -123,3 +132,8 @@ javax.persistence.jdbc.user=${{JDBC_USER}} javax.persistence.jdbc.password=${{JDBC_PASSWORD}} # Environment should be Set either DEV, TEST or PROD ENVIRONMENT=${{ENVIRONMENT}} + +#AAF Policy Name space +#Not Mandatory for Open Ecomp +policy.aaf.namespace = ${{POLICY_AAF_NAMESPACE}} +policy.aaf.resource = ${{POLICY_AAF_RESOURCE}} -- cgit 1.2.3-korg