diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-05-03 21:31:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-03 21:31:58 +0000 |
commit | a330af579866dacbe595e2e4ad1dd29cd3c96945 (patch) | |
tree | b9455591600034dfd4f33a9c1f733336280f2208 /ECOMP-PAP-REST/xacml.pap.test.properties | |
parent | 5444e748b8651d8346dcb78c5ab8b0637dea197b (diff) | |
parent | e0addf5b588a1244f9679becd90999dfcb4c3a94 (diff) |
Merge "Policy 1707 commit to LF"
Diffstat (limited to 'ECOMP-PAP-REST/xacml.pap.test.properties')
-rw-r--r-- | ECOMP-PAP-REST/xacml.pap.test.properties | 32 |
1 files changed, 12 insertions, 20 deletions
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= |