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 --- ECOMP-PAP-REST/xacml.pap.test.properties | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) (limited to 'ECOMP-PAP-REST/xacml.pap.test.properties') diff --git a/ECOMP-PAP-REST/xacml.pap.test.properties b/ECOMP-PAP-REST/xacml.pap.test.properties index 78a2c4031..0f6f253e5 100644 --- a/ECOMP-PAP-REST/xacml.pap.test.properties +++ b/ECOMP-PAP-REST/xacml.pap.test.properties @@ -17,12 +17,21 @@ # limitations under the License. # ============LICENSE_END========================================================= ### - +#=====================================================================================# +#================The Below Properties are default, shouldn't change them==============# +#=====================================================================================# # # This is our factory that will create our engine # xacml.PAP.papEngineFactory=org.openecomp.policy.xacml.std.pap.StdEngineFactory - +# Dictionary and Policy Implementation Classes Properties +dictionary.impl.className=org.openecomp.policy.pap.xacml.rest.handler.DictionaryHandlerImpl +savePolicy.impl.className=org.openecomp.policy.pap.xacml.rest.handler.SavePolicyHandler +#AutoPush Policy +xacml.rest.pap.autopush.file=autopush.properties +#=====================================================================================# +#===============The Below Properties will be changed based on Environment=============# +#=====================================================================================# # # Where we store our PAP PDP Group/Node information # @@ -35,9 +44,7 @@ xacml.pap.pdps=pdps # but for startup there is no other way to get it.) # # - xacml.rest.pap.url=http://localhost:8070/pap/ - # # Upon startup, have the PAP servlet send latest configuration information to all # the PDP nodes it knows about. @@ -55,22 +62,8 @@ xacml.rest.pap.heartbeat.interval=10000 # xacml.rest.pap.heartbeat.timeout=10000 -################################################################################################ -# Adding properties for getting properties previously used by PAP-ADMIN for creating Policies -# THis is part of the Policy Creation API project -################################################################################################ - -# Set your domain here: -xacml.rest.pap.domain=com - -# Location where all the user workspaces are located. -xacml.rest.pap.workspace=workspace - -# Location where the GIT repository is located -xacml.rest.pap.repository=repository - # new Property Please mention your PAP-REST webapps Location here. -xacml.rest.config.webapps=C:\\Second Tomcat\\apache-tomcat-8.0.23\\webapps\\ConfigPAP\\ +xacml.rest.config.webapps=/home/users/PolicyEngine/webapps/ConfigPAP/ #Turn the audit on to synchronize the DB/file system #xacml.rest.pap.run.audit.flag=true @@ -93,7 +86,6 @@ xacml.rest.pdp.idfile=test.properties #Properties for db access javax.persistence.jdbc.driver=org.h2.Driver -#javax.persistence.jdbc.url=jdbc:h2:tcp://localhost/xacmlpolicy javax.persistence.jdbc.url=jdbc:h2:file:./sql/xacmlTest javax.persistence.jdbc.user=sa javax.persistence.jdbc.password= -- cgit 1.2.3-korg