Initial OpenECOMP policy/engine commit
[policy/engine.git] / BRMSGateway / config.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ECOMP Policy Engine
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10
11 #      http://www.apache.org/licenses/LICENSE-2.0
12
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 ###
20
21 PDP_URL2 =  https://localhost:8081/pdp/ , testpdp, alpha123
22 PAP_URL = http://localhost:9090/pap/ , testpap, alpha123
23 NOTIFICATION_TYPE=websocket
24 NOTIFICATION_UEB_SERVERS=
25 CLIENT_ID=
26 CLIENT_KEY=
27
28 # BRMS Properties. 
29 ## defaultName is the default group name to which the rule gets pushed if no artifactID is specified. 
30 defaultName = default
31 ## repositoryID 
32 repositoryID = releases
33 ## reposiroryName
34 repositoryName = Releases
35 ## repositoryURL
36 repositoryURL = http://nexus:8081/nexus/content/repositories/releases
37 ## repositoryUsername & Password
38 repositoryUsername=admin
39 repositoryPassword=admin123
40 ## policyKeyID the value of Policy Key whose value will be the group Name. 
41 policyKeyID = controller
42 # UEB Notification Details. 
43 UEB_URL=vm1.mr.simpledemo.openecomp.org
44 UEB_TOPIC=PDPD-CONFIGURATION
45 UEB_API_KEY=
46 UEB_API_SECRET=
47
48 ## GroupNames can be comma separated values. 
49 groupNames = default, vFW , vDNS
50 default.groupID = org.openecomp.policy-engine
51 default.artifactID = drlPDPGroup
52 vFW.groupID= org.openecomp.policy-engine.drools.vFW
53 vFW.artifactID= policy-vFW-rules
54 vDNS.groupID= org.openecomp.policy-engine.drools.vDNS
55 vDNS.artifactID= policy-vDNS-rules
56
57
58 #Integrity Monitor values
59 #database driver for Integrity Monitor
60 javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
61 #database URL for Integrity Monitor
62 javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/xacml
63 #database username for Integrity Monitor
64 javax.persistence.jdbc.user=policy_user
65 #database password for Integrity Monitor
66 javax.persistence.jdbc.password=password
67 #resource name
68 RESOURCE_NAME=site_1.brmsgw_1
69 #***Properties for IntegrityMonitor integration defined in IntegrityMonitorProperties.java***
70 site_name=site_1
71 node_type=brms_gateway
72 fp_monitor_interval=30
73 failed_counter_threshold=3
74 test_trans_interval=20
75 write_fpc_interval=5
76 max_fpc_update_interval=60
77 test_via_jmx=false
78 ping_interval=30000
79 #
80 #
81 #
82 brms.dependency.version=1.0.0-SNAPSHOT
83
84 ENVIRONMENT = DEVL