X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=BRMSGateway%2Fconfig.properties;h=62578327e63356ad93a6bdc47d9ff895c353d054;hp=fa46f67ff9dcd41866aaf80e85ce679617f70ddb;hb=31aa90351064401a6ef4aaea9304b745969004e0;hpb=49898dee144de74a943bf620ffd8d250e6f5f00f diff --git a/BRMSGateway/config.properties b/BRMSGateway/config.properties index fa46f67ff..62578327e 100644 --- a/BRMSGateway/config.properties +++ b/BRMSGateway/config.properties @@ -1,8 +1,8 @@ ### # ============LICENSE_START======================================================= -# ECOMP Policy Engine +# ONAP Policy Engine # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,10 +18,16 @@ # ============LICENSE_END========================================================= ### -PDP_URL2 = https://localhost:8081/pdp/ , testpdp, alpha123 -PAP_URL = http://localhost:9090/pap/ , testpap, alpha123 +PDP_URL2 = https://localhost:8082/pdp/ , testpdp, alpha456 +PAP_URL = http://localhost:8070/pap/ , testpap, alpha123 + +#Notification Properties... type can be either websocket, ueb, or dmaap NOTIFICATION_TYPE=websocket -NOTIFICATION_UEB_SERVERS= +NOTIFICATION_SERVERS= +NOTIFICATION_TOPIC=PDPD-CONFIGURATION +NOTIFICATION_DELAY= +UEB_API_KEY= +UEB_API_SECRET= CLIENT_ID= CLIENT_KEY= @@ -39,27 +45,19 @@ repositoryUsername=admin repositoryPassword=admin123 ## policyKeyID the value of Policy Key whose value will be the group Name. policyKeyID = controller -# UEB Notification Details. -UEB_URL=vm1.mr.simpledemo.openecomp.org -UEB_TOPIC=PDPD-CONFIGURATION -UEB_API_KEY= -UEB_API_SECRET= ## GroupNames can be comma separated values. -groupNames = default, vFW , vDNS -default.groupID = org.openecomp.policy-engine +groupNames = default, amsterdam +default.groupID = org.onap.policy-engine default.artifactID = drlPDPGroup -vFW.groupID= org.openecomp.policy-engine.drools.vFW -vFW.artifactID= policy-vFW-rules -vDNS.groupID= org.openecomp.policy-engine.drools.vDNS -vDNS.artifactID= policy-vDNS-rules - +amsterdam.groupID= org.onap.policy-engine.drools.amsterdam +amsterdam.artifactID= policy-amsterdam-rules #Integrity Monitor values #database driver for Integrity Monitor -javax.persistence.jdbc.driver=com.mysql.jdbc.Driver +javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver #database URL for Integrity Monitor -javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/xacml +javax.persistence.jdbc.url=jdbc:mariadb://localhost:3306/onap_sdk #database username for Integrity Monitor javax.persistence.jdbc.user=policy_user #database password for Integrity Monitor @@ -79,6 +77,9 @@ ping_interval=30000 # # # -brms.dependency.version=1.1.0-SNAPSHOT +brms.dependency.version=1.5.1 ENVIRONMENT = DEVL + +# AES key for password encryption in config files +#org.onap.policy.encryption.aes.key=12345678901234567890123456789012