Policy 1707 commit to LF
[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
28 #Notification Properties... type can be either websocket, ueb, or dmaap
29 NOTIFICATION_TYPE=websocket
30 NOTIFICATION_SERVERS=${{UEB_URL}}
31 NOTIFICATION_TOPIC=${{UEB_TOPIC}}
32 NOTIFICATION_DELAY=
33 CLIENT_ID=${{CLIENT_ID}}
34 CLIENT_KEY=${{CLIENT_KEY}}
35 UEB_API_KEY=${{UEB_API_KEY}}
36 UEB_API_SECRET=${{UEB_API_SECRET}}
37
38
39 # Environment should be Set either DEV, TEST or PROD
40 ENVIRONMENT=${{ENVIRONMENT}}
41
42 # BRMS Properties. 
43 ## defaultName is the default group name to which the rule gets pushed if no artifactID is specified. 
44 defaultName = default
45 ## repositoryID 
46 repositoryID = ${{releaseRepositoryID}}
47 ## reposiroryName
48 repositoryName = ${{releaseRepositoryName}}
49 ## repositoryURL
50 repositoryURL = ${{releaseRepositoryURL}}
51 repositoryUsername = ${{repositoryUsername}}
52 repositoryPassword = ${{repositoryPassword}}
53 ## policyKeyID the value of Policy Key whose value will be the group Name. 
54 policyKeyID = controller
55
56 ## GroupNames can be comma separated values. 
57 groupNames = default, vFW , vDNS
58
59 default.groupID = ${{groupID}}
60 default.artifactID = ${{artifactID}}
61 vFW.groupID= ${{VFW_GROUP_ID}}
62 vFW.artifactID= ${{VFW_ARTIFACT_ID}}
63 vDNS.groupID= ${{VDNS_GROUP_ID}}
64 vDNS.artifactID= ${{VDNS_ARTIFACT_ID}}
65
66 #Integrity Monitor values
67 #database driver for Integrity Monitor
68 javax.persistence.jdbc.driver=${{JDBC_DRIVER}}
69 #database URL for Integrity Monitor
70 javax.persistence.jdbc.url=${{JDBC_URL}}
71 #database username for Integrity Monitor
72 javax.persistence.jdbc.user=${{JDBC_USER}}
73 #database password for Integrity Monitor
74 javax.persistence.jdbc.password=${{JDBC_PASSWORD}}
75 #resource name
76 RESOURCE_NAME=${{resource_name}}
77 #***Properties for IntegrityMonitor integration defined in IntegrityMonitorProperties.java***
78 site_name=${{site_name}}
79 node_type=${{node_type}}
80 fp_monitor_interval=${{fp_monitor_interval}}
81 failed_counter_threshold=${{failed_counter_threshold}}
82 test_trans_interval=${{test_trans_interval}}
83 write_fpc_interval=${{write_fpc_interval}}
84 max_fpc_update_interval=${{max_fpc_update_interval}}
85 test_via_jmx=${{test_via_jmx}}
86
87 ping_interval=30000
88
89 brms.dependency.version=1.1.0-SNAPSHOT
90
91 CLIENT_FILE=client.properties