blob: 24ecc4f98eef7ef7a06cc59393086ed3bcdd6ce8 [file] [log] [blame]
xg353y054f1d12018-07-23 16:02:28 +02001###
2# ============LICENSE_START=======================================================
3# ONAP CLAMP
4# ================================================================================
5# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights
6# reserved.
7# ================================================================================
8# Licensed under the Apache License, Version 2.0 (the "License");
9# you may not use this file except in compliance with the License.
10# You may obtain a copy of the License at
11#
12# http://www.apache.org/licenses/LICENSE-2.0
13#
14# Unless required by applicable law or agreed to in writing, software
15# distributed under the License is distributed on an "AS IS" BASIS,
16# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17# See the License for the specific language governing permissions and
18# limitations under the License.
19# ============LICENSE_END============================================
20# ===================================================================
21#
22###
23
24info.build.artifact=@project.artifactId@
25info.build.name=@project.name@
26info.build.description=@project.description@
27info.build.version=@project.version@
28
29### Set the port for HTTP or HTTPS protocol (Controlled by Spring framework, only one at a time).
30### (See below for the parameter 'server.http.port' if you want to have both enabled)
31### To have only HTTP, keep the lines server.ssl.* commented
32### To have only HTTPS enabled, uncomment the server.ssl.* lines and specify a right keystore location
33### server.port=8080
34### Settings for HTTPS (this automatically enables the HTTPS on the port 'server.port')
35#server.ssl.key-store=file:/tmp/mykey.jks
36#server.ssl.key-store-password=pass
37#server.ssl.key-password=pass
38
39### In order to be user friendly when HTTPS is enabled,
40### you can add another HTTP port that will be automatically redirected to HTTPS
41### by enabling this parameter (server.http.port) and set it to another port (80 or 8080, 8090, etc ...)
42#server.http-to-https-redirection.port=8090
43
44### HTTP Example:
45###--------------
46### server.port=8080
47
48### HTTPS Example:
49### --------------
50### server.port=8443
51### server.ssl.key-store=file:/tmp/mykey.jks
52### server.ssl.key-store-password=mypass
53### server.ssl.key-password=mypass
54
55### HTTP (Redirected to HTTPS) and HTTPS Example:
56### --------------------------------------------
57server.port=8443
58server.ssl.client-auth=want
59server.ssl.key-store=file:/opt/clamp/config/org.onap.clamp.p12
60server.ssl.key-store-password=China in the Spring
61server.ssl.key-password=China in the Spring
62server.ssl.key-store-type=PKCS12
63server.ssl.trust=/opt/clamp/config/truststoreONAPall.jks
64server.ssl.trust-pass=changeit
65server.ssl.trust-type=JKS
66server.ssl.key-alias=clamp@clamp.onap.org
67server.http-to-https-redirection.port=8080
68
69server.servlet.context-path=/
70#Modified engine-rest applicationpath
71spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller
72
73#The max number of active threads in this pool
74server.tomcat.max-threads=200
75#The minimum number of threads always kept alive
76server.tomcat.min-Spare-Threads=25
77#The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads
78server.tomcat.max-idle-time=60000
79
80#Servlet context parameters
81server.context_parameters.p-name=value #context parameter with p-name as key and value as value.
82
83camel.springboot.consumer-template-cache-size=1000
84camel.springboot.producer-template-cache-size=1000
Determe, Sebastien (sd378r)f7442472018-08-03 15:52:19 +020085camel.springboot.jmx-enabled=true
xg353y054f1d12018-07-23 16:02:28 +020086camel.defaultthreadpool.poolsize=10
87camel.defaultthreadpool.maxpoolsize=20
88camel.defaultthreadpool.maxqueuesize=1000
89camel.defaultthreadpool.keepaliveTime=60
90camel.defaultthreadpool.rejectpolicy=CallerRuns
91#camel.springboot.xmlRoutes = false
92camel.springboot.xmlRoutes=classpath:/clds/camel/routes/*.xml
93camel.springboot.xmlRests=classpath:/clds/camel/rest/*.xml
94#camel.springboot.typeConversion = false
95
96#clds datasource connection details
97spring.datasource.cldsdb.driverClassName=org.mariadb.jdbc.Driver
98spring.datasource.cldsdb.url=jdbc:mariadb:sequential://localhost:${docker.mariadb.port.host}/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3
99spring.datasource.cldsdb.username=clds
100spring.datasource.cldsdb.password=4c90a0b48204383f4283448d23e0b885a47237b2a23588e7c4651604f51c1067
101spring.datasource.cldsdb.validationQuery=SELECT 1
102spring.datasource.cldsdb.validationQueryTimeout=20000
103spring.datasource.cldsdb.validationInterval=30000
104spring.datasource.cldsdb.testWhileIdle = true
105spring.datasource.cldsdb.minIdle = 0
106spring.datasource.cldsdb.initialSize=0
107# Automatically test whether a connection provided is good or not
108spring.datasource.cldsdb.testOnBorrow=true
109spring.datasource.cldsdb.ignoreExceptionOnPreLoad=true
110
111#Async Executor default Parameters
112async.core.pool.size=10
113async.max.pool.size=20
114async.queue.capacity=500
115
Determe, Sebastien (sd378r)499e4e82018-08-09 17:14:09 +0200116#For EELF logback file
117#com.att.eelf.logging.path=
118com.att.eelf.logging.file=logback-default.xml
119#The log folder that will be used in logback.xml file
xg353y054f1d12018-07-23 16:02:28 +0200120clamp.config.log.path=/var/log/onap
121clamp.config.files.systemProperties=classpath:/system.properties
122clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
123clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json
124clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
125
126# Properties for Clamp
127# DCAE request build properties
128#
129clamp.config.dcae.template=classpath:/clds/templates/dcae-template.json
130clamp.config.dcae.decode.service_ids=classpath:/clds/templates/dcae-decode-service_ids.json
131clamp.config.dcae.deployment.template=classpath:/clds/templates/dcae-deployment-template.json
132#
133# SDC request blueprint properties
134#
135clamp.config.sdc.template=classpath:/clds/templates/sdc-template.json
136clamp.config.sdc.decode.service_ids=classpath:/clds/templates/sdc-decode-service_ids.json
137#
138#
139# Configuration Settings for Policy Engine Components
140clamp.config.policy.pdpUrl1=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123
141clamp.config.policy.pdpUrl2=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123
142clamp.config.policy.papUrl=http://policy.api.simpledemo.onap.org:8081/pap/ , testpap, alpha123
143clamp.config.policy.notificationType=websocket
144clamp.config.policy.notificationUebServers=localhost
145clamp.config.policy.notificationTopic=PDPD-CONFIGURATION
146clamp.config.policy.clientId=python
147# base64 encoding
148
149clamp.config.policy.clientKey=dGVzdA==
150#DEVL for development
151#TEST for Test environments
152#PROD for prod environments
153clamp.config.policy.policyEnvironment=TEST
154# General Policy request properties
155#
156clamp.config.policy.onap.name=DCAE
157clamp.config.policy.pdp.group=default
158clamp.config.policy.ms.type=MicroService
159clamp.config.policy.ms.policyNamePrefix=Config_MS_
160clamp.config.policy.op.policyNamePrefix=Config_BRMS_Param_
161clamp.config.policy.base.policyNamePrefix=Config_
162clamp.config.policy.op.type=BRMS_Param
163
164
165# TCA MicroService Policy request build properties
166#
167clamp.config.tca.policyid.prefix=DCAE.Config_
168clamp.config.tca.policy.template=classpath:/clds/templates/tca-policy-template.json
169clamp.config.tca.template=classpath:/clds/templates/tca-template.json
170clamp.config.tca.thresholds.template=classpath:/clds/templates/tca-thresholds-template.json
171
172#
173#
174# Operational Policy request build properties
175#
176clamp.config.op.policyDescription=from clds
177# default
178clamp.config.op.templateName=ClosedLoopControlName
179clamp.config.op.operationTopic=APPC-CL
180clamp.config.op.notificationTopic=POLICY-CL-MGT
181clamp.config.op.controller=amsterdam
182clamp.config.op.policy.appc=APPC
183#
184# Sdc service properties
185clamp.config.sdc.catalog.url=http://sdc.api.simpledemo.onap.org:8080/sdc/v1/catalog/
186clamp.config.sdc.hostUrl=http://sdc.api.simpledemo.onap.org:8080
187clamp.config.sdc.serviceUrl=http://sdc.api.simpledemo.onap.org:8080/sdc/v1/catalog/services
188clamp.config.sdc.serviceUsername=clamp
189clamp.config.sdc.servicePassword=b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981
190clamp.config.sdc.artifactLabel=blueprintclampcockpit
191clamp.config.sdc.sdcX-InstanceID=CLAMP
192clamp.config.sdc.artifactType=DCAE_INVENTORY_BLUEPRINT
193clamp.config.sdc.locationArtifactLabel=locationclampcockpit
194clamp.config.sdc.locationArtifactType=DCAE_INVENTORY_JSON
195clamp.config.sdc.InstanceID=X-ECOMP-InstanceID
196clamp.config.sdc.header.requestId = X-ECOMP-RequestID
197#
198clamp.config.sdc.csarFolder = /tmp/sdc-controllers
199clamp.config.sdc.blueprint.parser.mapping = classpath:/clds/blueprint-parser-mapping.json
200#
201clamp.config.ui.location.default=classpath:/clds/templates/ui-location-default.json
202clamp.config.ui.alarm.default=classpath:/clds/templates/ui-alarm-default.json
203#
204# if action.test.override is true, then any action will be marked as test=true (even if incoming action request had test=false); otherwise, test flag will be unchanged on the action request
205clamp.config.action.test.override=false
206# if action.insert.test.event is true, then insert event even if the action is set to test
207clamp.config.action.insert.test.event=false
208clamp.config.clds.service.cache.invalidate.after.seconds=120
209
210#DCAE Inventory Url Properties
211clamp.config.dcae.inventory.url=http://dcae.api.simpledemo.onap.org:8080
212clamp.config.dcae.intentory.retry.interval=10000
213clamp.config.dcae.intentory.retry.limit=3
214
215#DCAE Dispatcher Url Properties
216clamp.config.dcae.dispatcher.url=http://dcae.api.simpledemo.onap.org:8188
217clamp.config.dcae.dispatcher.retry.interval=10000
218clamp.config.dcae.dispatcher.retry.limit=10
219clamp.config.dcae.header.requestId = X-ECOMP-RequestID
220
221#Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case !
222clamp.config.security.permission.type.cl=org.onap.clamp.clds.cl
223clamp.config.security.permission.type.cl.manage=org.onap.clamp.clds.cl.manage
224clamp.config.security.permission.type.cl.event=org.onap.clds.cl.event
225clamp.config.security.permission.type.filter.vf=org.onap.clamp.clds.filter.vf
226clamp.config.security.permission.type.template=org.onap.clamp.clds.template
227#This one indicates the type of instances (dev|prod|perf...), this must be set accordingly in clds-users.properties
228clamp.config.security.permission.instance=dev
229
230#AAF related parameters
231clamp.config.cadi.keyFile=/opt/clamp/config/org.onap.clamp.keyfile
232clamp.config.cadi.cadiLoglevel=DEBUG
233clamp.config.cadi.cadiLatitude=37.78187
234clamp.config.cadi.cadiLongitude=-122.26147
235clamp.config.cadi.aafLocateUrl=https://aaf-onap-beijing-test.osaaf.org
236clamp.config.cadi.cadiKeystorePassword=enc:V_kq_EwDNb4itWp_lYfDGXIWJzemHGkhkZOxAQI9IHs
237clamp.config.cadi.cadiTruststorePassword=enc:Mj0YQqNCUKbKq2lPp1kTFQWeqLxaBXKNwd5F1yB1ukf
238#clamp.config.cadi.oauthTokenUrl=https://AAF_LOCATE_URL/AAF_NS.token:2.0/token
239#clamp.config.cadi.oauthIntrospectUrll=https://AAF_LOCATE_URL/AAF_NS.introspect:2.0/introspect
240clamp.config.cadi.aafEnv=DEV
241clamp.config.cadi.aafUrl=https://AAF_LOCATE_URL/AAF_NS.service:2.0
242clamp.config.cadi.cadiX509Issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US