blob: 3f6f6f63cca70f7c39315c778d766092044c0aa6 [file] [log] [blame]
Pamela Dragosh91d04c62017-02-14 19:41:00 -05001###
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
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -040021PDP_URL2 = https://localhost:8082/pdp/ , testpdp, alpha456
22PAP_URL = http://localhost:8070/pap/ , testpap, alpha123
23
24#Notification Properties... type can be either websocket, ueb, or dmaap
Pamela Dragosh91d04c62017-02-14 19:41:00 -050025NOTIFICATION_TYPE=websocket
ITSERVICES\rb7147e0addf52017-04-25 11:46:00 -040026NOTIFICATION_SERVERS=
27NOTIFICATION_TOPIC=PDPD-CONFIGURATION
28NOTIFICATION_DELAY=
29UEB_API_KEY=
30UEB_API_SECRET=
Pamela Dragosh91d04c62017-02-14 19:41:00 -050031CLIENT_ID=
32CLIENT_KEY=
33
34# BRMS Properties.
35## defaultName is the default group name to which the rule gets pushed if no artifactID is specified.
36defaultName = default
37## repositoryID
38repositoryID = releases
39## reposiroryName
40repositoryName = Releases
41## repositoryURL
42repositoryURL = http://nexus:8081/nexus/content/repositories/releases
43## repositoryUsername & Password
44repositoryUsername=admin
45repositoryPassword=admin123
46## policyKeyID the value of Policy Key whose value will be the group Name.
47policyKeyID = controller
Pamela Dragosh91d04c62017-02-14 19:41:00 -050048
49## GroupNames can be comma separated values.
50groupNames = default, vFW , vDNS
51default.groupID = org.openecomp.policy-engine
52default.artifactID = drlPDPGroup
53vFW.groupID= org.openecomp.policy-engine.drools.vFW
54vFW.artifactID= policy-vFW-rules
55vDNS.groupID= org.openecomp.policy-engine.drools.vDNS
56vDNS.artifactID= policy-vDNS-rules
57
Pamela Dragosh91d04c62017-02-14 19:41:00 -050058#Integrity Monitor values
59#database driver for Integrity Monitor
60javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
61#database URL for Integrity Monitor
62javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/xacml
63#database username for Integrity Monitor
64javax.persistence.jdbc.user=policy_user
65#database password for Integrity Monitor
66javax.persistence.jdbc.password=password
67#resource name
68RESOURCE_NAME=site_1.brmsgw_1
69#***Properties for IntegrityMonitor integration defined in IntegrityMonitorProperties.java***
70site_name=site_1
71node_type=brms_gateway
72fp_monitor_interval=30
73failed_counter_threshold=3
74test_trans_interval=20
75write_fpc_interval=5
76max_fpc_update_interval=60
77test_via_jmx=false
78ping_interval=30000
79#
80#
81#
Pamela Dragosh49898de2017-03-14 18:15:32 -040082brms.dependency.version=1.1.0-SNAPSHOT
Pamela Dragosh91d04c62017-02-14 19:41:00 -050083
84ENVIRONMENT = DEVL