blob: 96253ebb081e423c7a4f1d5fba2eeb022bd7c292 [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
21# PIP Engine Definition
22#PDP_URL2 = http://localhost:8082/pdp/ ,testpdp,alpha456
23PDP_URL1= http://localhost:9091/pdp/ ,testpdp, alpha456
24PAP_URL = http://localhost:8070/pap/ , testpap, alpha123
25PYPDP_ID=testrest
26PYPDP_PASSWORD=secUre
27# DO NOT ADD THIS TO THE INSTALLTION SCRIPTS. This is for build Test purposes.
28Test = true
29
30#Integrity Monitor values
31#database driver for Integrity Monitor
32javax.persistence.jdbc.driver=com.mysql.jdbc.Driver
33#database URL for Integrity Monitor
34javax.persistence.jdbc.url=jdbc:mysql://localhost:3306/ecomp_sdk
35#database username for Integrity Monitor
36javax.persistence.jdbc.user=policy_user
37#database password for Integrity Monitor
38javax.persistence.jdbc.password=policy_user
39#resource name
40RESOURCE_NAME=pypdp_pdp01
41
42#The site name for the Admin
43site_name=site_1
44
45#Has to be one of pdp_xacml, pdp_drools, pap, pap_admin, logparser, brms_gateway, astra_gateway, elk_server, pypdp
46node_type=pypdp
47
48ENVIRONMENT=DEVL
49CLIENT_FILE=client.properties