blob: fe7eabc5ec8a9fe6a6a00024e06f0b8a0539128a [file] [log] [blame]
xg353y7e836e12018-06-06 15:50:33 +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
xg353y054f1d12018-07-23 16:02:28 +020054server.port=8080
xg353y7e836e12018-06-06 15:50:33 +020055
xg353y054f1d12018-07-23 16:02:28 +020056server.servlet.context-path=/
xg353y7e836e12018-06-06 15:50:33 +020057#Modified engine-rest applicationpath
58spring.profiles.active=clamp-default,clamp-default-user,clamp-sdc-controller
59
60#The max number of active threads in this pool
61server.tomcat.max-threads=200
62#The minimum number of threads always kept alive
63server.tomcat.min-Spare-Threads=25
64#The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads
65server.tomcat.max-idle-time=60000
66
67#Servlet context parameters
68server.context_parameters.p-name=value #context parameter with p-name as key and value as value.
69
70camel.springboot.consumer-template-cache-size=1000
71camel.springboot.producer-template-cache-size=1000
Determe, Sebastien (sd378r)f7442472018-08-03 15:52:19 +020072camel.springboot.jmx-enabled=true
xg353y7e836e12018-06-06 15:50:33 +020073camel.defaultthreadpool.poolsize=10
74camel.defaultthreadpool.maxpoolsize=20
75camel.defaultthreadpool.maxqueuesize=1000
76camel.defaultthreadpool.keepaliveTime=60
77camel.defaultthreadpool.rejectpolicy=CallerRuns
78#camel.springboot.xmlRoutes = false
xg353y054f1d12018-07-23 16:02:28 +020079camel.springboot.xmlRoutes=classpath:/clds/camel/routes/*.xml
80camel.springboot.xmlRests=classpath:/clds/camel/rest/*.xml
xg353y7e836e12018-06-06 15:50:33 +020081#camel.springboot.typeConversion = false
82
83#clds datasource connection details
84spring.datasource.cldsdb.driverClassName=org.mariadb.jdbc.Driver
85spring.datasource.cldsdb.url=jdbc:mariadb:sequential://localhost:${docker.mariadb.port.host}/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3
86spring.datasource.cldsdb.username=clds
87spring.datasource.cldsdb.password=4c90a0b48204383f4283448d23e0b885a47237b2a23588e7c4651604f51c1067
88spring.datasource.cldsdb.validationQuery=SELECT 1
89spring.datasource.cldsdb.validationQueryTimeout=20000
90spring.datasource.cldsdb.validationInterval=30000
91spring.datasource.cldsdb.testWhileIdle = true
92spring.datasource.cldsdb.minIdle = 0
93spring.datasource.cldsdb.initialSize=0
94# Automatically test whether a connection provided is good or not
95spring.datasource.cldsdb.testOnBorrow=true
96spring.datasource.cldsdb.ignoreExceptionOnPreLoad=true
97
98#Async Executor default Parameters
99async.core.pool.size=10
100async.max.pool.size=20
101async.queue.capacity=500
102
Determe, Sebastien (sd378r)499e4e82018-08-09 17:14:09 +0200103#For EELF logback file
104#com.att.eelf.logging.path=
sebdet86bf8ee2018-09-05 18:07:57 +0200105clamp.config.logback.filename=logback-default.xml
Determe, Sebastien (sd378r)499e4e82018-08-09 17:14:09 +0200106#The log folder that will be used in logback.xml file
xg353y00fd66d2018-08-10 09:28:01 +0200107clamp.config.log.path=/var/log/ONAP/clamp
xg353y7e836e12018-06-06 15:50:33 +0200108clamp.config.files.systemProperties=classpath:/system.properties
109clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
110clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json
111clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
112
113# Properties for Clamp
114# DCAE request build properties
115#
116clamp.config.dcae.template=classpath:/clds/templates/dcae-template.json
117clamp.config.dcae.decode.service_ids=classpath:/clds/templates/dcae-decode-service_ids.json
118clamp.config.dcae.deployment.template=classpath:/clds/templates/dcae-deployment-template.json
119#
120# SDC request blueprint properties
121#
122clamp.config.sdc.template=classpath:/clds/templates/sdc-template.json
123clamp.config.sdc.decode.service_ids=classpath:/clds/templates/sdc-decode-service_ids.json
124#
125#
126# Configuration Settings for Policy Engine Components
127clamp.config.policy.pdpUrl1=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123
128clamp.config.policy.pdpUrl2=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123
129clamp.config.policy.papUrl=http://policy.api.simpledemo.onap.org:8081/pap/ , testpap, alpha123
130clamp.config.policy.notificationType=websocket
131clamp.config.policy.notificationUebServers=localhost
132clamp.config.policy.notificationTopic=PDPD-CONFIGURATION
133clamp.config.policy.clientId=python
134# base64 encoding
135
136clamp.config.policy.clientKey=dGVzdA==
137#DEVL for development
138#TEST for Test environments
139#PROD for prod environments
140clamp.config.policy.policyEnvironment=TEST
141# General Policy request properties
142#
143clamp.config.policy.onap.name=DCAE
144clamp.config.policy.pdp.group=default
145clamp.config.policy.ms.type=MicroService
146clamp.config.policy.ms.policyNamePrefix=Config_MS_
147clamp.config.policy.op.policyNamePrefix=Config_BRMS_Param_
148clamp.config.policy.base.policyNamePrefix=Config_
149clamp.config.policy.op.type=BRMS_Param
150
151
152# TCA MicroService Policy request build properties
153#
154clamp.config.tca.policyid.prefix=DCAE.Config_
155clamp.config.tca.policy.template=classpath:/clds/templates/tca-policy-template.json
156clamp.config.tca.template=classpath:/clds/templates/tca-template.json
157clamp.config.tca.thresholds.template=classpath:/clds/templates/tca-thresholds-template.json
158
159#
160#
161# Operational Policy request build properties
162#
163clamp.config.op.policyDescription=from clds
164# default
165clamp.config.op.templateName=ClosedLoopControlName
166clamp.config.op.operationTopic=APPC-CL
167clamp.config.op.notificationTopic=POLICY-CL-MGT
168clamp.config.op.controller=amsterdam
169clamp.config.op.policy.appc=APPC
170#
171# Sdc service properties
172clamp.config.sdc.catalog.url=http://sdc.api.simpledemo.onap.org:8080/sdc/v1/catalog/
173clamp.config.sdc.hostUrl=http://sdc.api.simpledemo.onap.org:8080
174clamp.config.sdc.serviceUrl=http://sdc.api.simpledemo.onap.org:8080/sdc/v1/catalog/services
175clamp.config.sdc.serviceUsername=clamp
176clamp.config.sdc.servicePassword=b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981
177clamp.config.sdc.artifactLabel=blueprintclampcockpit
178clamp.config.sdc.sdcX-InstanceID=CLAMP
179clamp.config.sdc.artifactType=DCAE_INVENTORY_BLUEPRINT
180clamp.config.sdc.locationArtifactLabel=locationclampcockpit
181clamp.config.sdc.locationArtifactType=DCAE_INVENTORY_JSON
182clamp.config.sdc.InstanceID=X-ECOMP-InstanceID
183clamp.config.sdc.header.requestId = X-ECOMP-RequestID
184#
185clamp.config.sdc.csarFolder = /tmp/sdc-controllers
186clamp.config.sdc.blueprint.parser.mapping = classpath:/clds/blueprint-parser-mapping.json
187#
188clamp.config.ui.location.default=classpath:/clds/templates/ui-location-default.json
189clamp.config.ui.alarm.default=classpath:/clds/templates/ui-alarm-default.json
190#
191# 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
192clamp.config.action.test.override=false
193# if action.insert.test.event is true, then insert event even if the action is set to test
194clamp.config.action.insert.test.event=false
195clamp.config.clds.service.cache.invalidate.after.seconds=120
196
197#DCAE Inventory Url Properties
198clamp.config.dcae.inventory.url=http://dcae.api.simpledemo.onap.org:8080
199clamp.config.dcae.intentory.retry.interval=10000
200clamp.config.dcae.intentory.retry.limit=3
201
202#DCAE Dispatcher Url Properties
203clamp.config.dcae.dispatcher.url=http://dcae.api.simpledemo.onap.org:8188
204clamp.config.dcae.dispatcher.retry.interval=10000
205clamp.config.dcae.dispatcher.retry.limit=10
206clamp.config.dcae.header.requestId = X-ECOMP-RequestID
207
208#Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case !
209clamp.config.security.permission.type.cl=org.onap.clamp.clds.cl
210clamp.config.security.permission.type.cl.manage=org.onap.clamp.clds.cl.manage
211clamp.config.security.permission.type.cl.event=org.onap.clds.cl.event
212clamp.config.security.permission.type.filter.vf=org.onap.clamp.clds.filter.vf
213clamp.config.security.permission.type.template=org.onap.clamp.clds.template
sebdet86bf8ee2018-09-05 18:07:57 +0200214clamp.config.security.permission.type.tosca=org.onap.clamp.clds.tosca
xg353y7e836e12018-06-06 15:50:33 +0200215#This one indicates the type of instances (dev|prod|perf...), this must be set accordingly in clds-users.properties
216clamp.config.security.permission.instance=dev