X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ECOMP-PAP-REST%2Fxacml.pap.test.properties;h=fbeb5bd81e42595569cc855380a5e7c0fa2f7db0;hb=4ca818fdfb9b807562166800a086b413593d6894;hp=78a2c40312b13a08039e7379d381d518f26ef80f;hpb=91d04c64771832a0b8815ffbe1f0f9920320d94d;p=policy%2Fengine.git diff --git a/ECOMP-PAP-REST/xacml.pap.test.properties b/ECOMP-PAP-REST/xacml.pap.test.properties index 78a2c4031..fbeb5bd81 100644 --- a/ECOMP-PAP-REST/xacml.pap.test.properties +++ b/ECOMP-PAP-REST/xacml.pap.test.properties @@ -17,12 +17,23 @@ # 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 +pushPolicy.impl.className=org.openecomp.policy.pap.xacml.rest.handler.PushPolicyHandler +deletePolicy.impl.className=org.openecomp.policy.pap.xacml.rest.handler.DeleteHandler +#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 +46,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 +64,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 +88,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= @@ -133,7 +127,7 @@ write_fpc_interval=5 site_name=site_1 #Node type. Can take values of: pdp-xacml, pdp-drools, pap, pap-admin, logparser, brms-gateway, -#astra-gateway, elk-server and pypdp +#astra-gateway, elk-server node_type=pap #Dependency groups are groups of resources upon which a node operational state is dependent upon (dependency_groups).