Merge "Fix CSIT for PMSH"
[integration/csit.git] / scripts / policy / config / drools / env / base.conf
1 # ============LICENSE_START=======================================================
2 # Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
3 # ================================================================================
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 # ============LICENSE_END=========================================================
16
17 # JVM options
18
19 JVM_OPTIONS=-server -Xms512m -Xmx512m
20
21 # SYSTEM software configuration
22
23 DEBUG=y
24 POLICY_HOME=/opt/app/policy
25 POLICY_LOGS=/var/log/onap/policy/pdpd
26 KEYSTORE_PASSWD=Pol1cy_0nap
27 TRUSTSTORE_PASSWD=Pol1cy_0nap
28
29 # Telemetry credentials
30
31 TELEMETRY_PORT=9696
32 TELEMETRY_HOST=0.0.0.0
33 TELEMETRY_USER=demo@people.osaaf.org
34 TELEMETRY_PASSWORD=demo123456!
35
36 # nexus repository
37
38 SNAPSHOT_REPOSITORY_ID=policy-nexus-snapshots
39 SNAPSHOT_REPOSITORY_URL=http://nexus:8081/nexus/content/repositories/snapshots/
40 RELEASE_REPOSITORY_ID=policy-nexus-releases
41 RELEASE_REPOSITORY_URL=http://nexus:8081/nexus/content/repositories/releases/
42 REPOSITORY_USERNAME=admin
43 REPOSITORY_PASSWORD=admin123
44 REPOSITORY_OFFLINE=false
45
46 # Relational (SQL) DB access
47
48 SQL_HOST=mariadb
49 SQL_USER=policy_user
50 SQL_PASSWORD=policy_user
51
52 # AAF
53
54 AAF=false
55 AAF_NAMESPACE=org.onap.policy
56 AAF_HOST=aaf.api.simpledemo.onap.org
57
58 # PDP-D DMaaP configuration channel
59
60 PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION
61 PDPD_CONFIGURATION_API_KEY=
62 PDPD_CONFIGURATION_API_SECRET=
63 PDPD_CONFIGURATION_CONSUMER_GROUP=
64 PDPD_CONFIGURATION_CONSUMER_INSTANCE=
65 PDPD_CONFIGURATION_PARTITION_KEY=
66
67 # PAP-PDP configuration channel
68
69 POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP
70 POLICY_PDP_PAP_API_KEY=
71 POLICY_PDP_PAP_API_SECRET=
72
73 # PAP
74
75 PAP_HOST=
76 PAP_USERNAME=
77 PAP_PASSWORD=
78
79 # PDP-X
80
81 PDP_HOST=
82 PDP_PORT=
83 PDP_CONTEXT_URI=policy/pdpx/v1/
84 PDP_USERNAME=
85 PDP_PASSWORD=
86 PDP_CLIENT_USERNAME=
87 PDP_CLIENT_PASSWORD=
88 PDP_ENVIRONMENT=
89 GUARD_DISABLED=false
90
91 # DCAE DMaaP
92
93 DCAE_TOPIC=unauthenticated.DCAE_CL_OUTPUT
94 DCAE_SERVERS=
95 DCAE_CONSUMER_GROUP=dcae.policy.shared
96
97 # Open DMaaP
98
99 DMAAP_SERVERS=mr.api.simpledemo.onap.org
100
101 # AAI
102
103 AAI_HOST=aai.api.simpledemo.onap.org
104 AAI_PORT=8443
105 AAI_CONTEXT_URI=
106 AAI_USERNAME=policy@policy.onap.org
107 AAI_PASSWORD=demo123456!
108
109 # MSO
110
111 SO_HOST=vm1.mso.simpledemo.onap.org
112 SO_PORT=8080
113 SO_CONTEXT_URI=onap/so/infra/
114 SO_URL=http://vm1.mso.simpledemo.onap.org:8080/onap/so/infra
115 SO_USERNAME=InfraPortalClient
116 SO_PASSWORD=password1$
117
118 # VFC
119
120 VFC_HOST=
121 VFC_PORT=
122 VFC_CONTEXT_URI=api/nslcm/v1/
123 VFC_USERNAME=
124 VFC_PASSWORD=
125
126 # SDNC
127
128 SDNC_HOST=
129 SDNC_PORT=
130 SDNC_CONTEXT_URI=restconf/operations/
131 SDNC_USERNAME=
132 SDNC_PASSWORD=