cherry-pick release-1.0.0 changes
[policy/engine.git] / packages / base / src / files / install / servers / brmsgw / 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 BRMSGW_JMX_PORT=${{BRMSGW_JMX_PORT}}
22 COMPONENT_X_MX_MB=${{COMPONENT_X_MX_MB}}
23 COMPONENT_X_MS_MB=${{COMPONENT_X_MS_MB}}
24
25 PDP_URL = ${{REST_PDP_ID}} , ${{PDP_HTTP_USER_ID}} , ${{PDP_HTTP_PASSWORD}}
26 PAP_URL = ${{REST_PAP_URL}}  , ${{PDP_PAP_PDP_HTTP_USER_ID}} , ${{PDP_PAP_PDP_HTTP_PASSWORD}}
27 NOTIFICATION_TYPE=websocket
28 NOTIFICATION_UEB_SERVERS=
29 CLIENT_ID=${{CLIENT_ID}}
30 CLIENT_KEY=${{CLIENT_KEY}}
31 # Environment should be Set either DEV, TEST or PROD
32 ENVIRONMENT=${{ENVIRONMENT}}
33
34 # BRMS Properties. 
35 ## defaultName is the default group name to which the rule gets pushed if no artifactID is specified. 
36 defaultName = default
37 ## repositoryID 
38 repositoryID = ${{releaseRepositoryID}}
39 ## reposiroryName
40 repositoryName = ${{releaseRepositoryName}}
41 ## repositoryURL
42 repositoryURL = ${{releaseRepositoryURL}}
43 repositoryUsername = ${{repositoryUsername}}
44 repositoryPassword = ${{repositoryPassword}}
45 ## policyKeyID the value of Policy Key whose value will be the group Name. 
46 policyKeyID = controller
47 # UEB Notification Details. 
48 UEB_URL=${{UEB_URL}}
49 UEB_TOPIC=${{UEB_TOPIC}}
50 UEB_API_KEY=${{UEB_API_KEY}}
51 UEB_API_SECRET=${{UEB_API_SECRET}}
52 ## GroupNames can be comma separated values. 
53 groupNames = default, vFW , vDNS
54
55 default.groupID = ${{groupID}}
56 default.artifactID = ${{artifactID}}
57 vFW.groupID= ${{VFW_GROUP_ID}}
58 vFW.artifactID= ${{VFW_ARTIFACT_ID}}
59 vDNS.groupID= ${{VDNS_GROUP_ID}}
60 vDNS.artifactID= ${{VDNS_ARTIFACT_ID}}
61
62 #Integrity Monitor values
63 #database driver for Integrity Monitor
64 javax.persistence.jdbc.driver=${{JDBC_DRIVER}}
65 #database URL for Integrity Monitor
66 javax.persistence.jdbc.url=${{JDBC_URL}}
67 #database username for Integrity Monitor
68 javax.persistence.jdbc.user=${{JDBC_USER}}
69 #database password for Integrity Monitor
70 javax.persistence.jdbc.password=${{JDBC_PASSWORD}}
71 #resource name
72 RESOURCE_NAME=${{resource_name}}
73 #***Properties for IntegrityMonitor integration defined in IntegrityMonitorProperties.java***
74 site_name=${{site_name}}
75 node_type=${{node_type}}
76 fp_monitor_interval=${{fp_monitor_interval}}
77 failed_counter_threshold=${{failed_counter_threshold}}
78 test_trans_interval=${{test_trans_interval}}
79 write_fpc_interval=${{write_fpc_interval}}
80 max_fpc_update_interval=${{max_fpc_update_interval}}
81 test_via_jmx=${{test_via_jmx}}
82
83 ping_interval=30000
84
85 brms.dependency.version=1.1.0-SNAPSHOT
86
87 CLIENT_FILE=client.properties