blob: d389b211c39fabe30f62682505dfb6e71b63e897 [file] [log] [blame]
xg353y7e836e12018-06-06 15:50:33 +02001###
2# ============LICENSE_START=======================================================
3# ONAP CLAMP
4# ================================================================================
sebdet687b8de2019-08-26 14:29:11 -07005# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights
xg353y7e836e12018-06-06 15:50:33 +02006# 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
sebdet687b8de2019-08-26 14:29:11 -070054server.port=8443
55## Config part for Server certificates
56# Can be a classpath parameter instead of file:/
57server.ssl.key-store=classpath:/clds/aaf/org.onap.clamp.p12
xuegao1ebfe6b2019-11-28 15:13:18 +010058server.ssl.key-store-password=enc:WWCxchk4WGBNSvuzLq3MLjMs5ObRybJtts5AI0XD1Vc
59server.ssl.key-password=enc:WWCxchk4WGBNSvuzLq3MLjMs5ObRybJtts5AI0XD1Vc
sebdet687b8de2019-08-26 14:29:11 -070060server.ssl.key-store-type=PKCS12
61server.ssl.key-alias=clamp@clamp.onap.org
62
63## Config part for Client certificates
64server.ssl.client-auth=want
65server.ssl.trust-store=classpath:/clds/aaf/truststoreONAPall.jks
xuegao1ebfe6b2019-11-28 15:13:18 +010066server.ssl.trust-store-password=enc:iDnPBBLq_EMidXlMa1FEuBR8TZzYxrCg66vq_XfLHdJ
67
68# The key file used to decode the key store and trust store password
69# If not defined, the key store and trust store password will not be decrypted
70clamp.config.keyFile=classpath:/clds/aaf/org.onap.clamp.keyfile
sebdet687b8de2019-08-26 14:29:11 -070071
72#server.http-to-https-redirection.port=8080
xg353y7e836e12018-06-06 15:50:33 +020073
xg353y054f1d12018-07-23 16:02:28 +020074server.servlet.context-path=/
xg353y7e836e12018-06-06 15:50:33 +020075#Modified engine-rest applicationpath
xuegao1ebfe6b2019-11-28 15:13:18 +010076spring.profiles.active=clamp-default,clamp-default-user,clamp-sdc-controller-new,clamp-ssl-config
sebdetc2bcf2a2019-02-22 08:16:26 +010077spring.http.converters.preferred-json-mapper=gson
xg353y7e836e12018-06-06 15:50:33 +020078
79#The max number of active threads in this pool
80server.tomcat.max-threads=200
81#The minimum number of threads always kept alive
82server.tomcat.min-Spare-Threads=25
83#The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads
84server.tomcat.max-idle-time=60000
85
86#Servlet context parameters
87server.context_parameters.p-name=value #context parameter with p-name as key and value as value.
88
89camel.springboot.consumer-template-cache-size=1000
90camel.springboot.producer-template-cache-size=1000
Determe, Sebastien (sd378r)f7442472018-08-03 15:52:19 +020091camel.springboot.jmx-enabled=true
xg353y7e836e12018-06-06 15:50:33 +020092camel.defaultthreadpool.poolsize=10
93camel.defaultthreadpool.maxpoolsize=20
94camel.defaultthreadpool.maxqueuesize=1000
95camel.defaultthreadpool.keepaliveTime=60
96camel.defaultthreadpool.rejectpolicy=CallerRuns
97#camel.springboot.xmlRoutes = false
xg353y054f1d12018-07-23 16:02:28 +020098camel.springboot.xmlRoutes=classpath:/clds/camel/routes/*.xml
99camel.springboot.xmlRests=classpath:/clds/camel/rest/*.xml
xg353y7e836e12018-06-06 15:50:33 +0200100#camel.springboot.typeConversion = false
101
102#clds datasource connection details
103spring.datasource.cldsdb.driverClassName=org.mariadb.jdbc.Driver
xuegao58c7c972019-09-26 13:29:10 +0200104spring.datasource.cldsdb.url=jdbc:mariadb:sequential://localhost:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3
xg353y7e836e12018-06-06 15:50:33 +0200105spring.datasource.cldsdb.username=clds
106spring.datasource.cldsdb.password=4c90a0b48204383f4283448d23e0b885a47237b2a23588e7c4651604f51c1067
107spring.datasource.cldsdb.validationQuery=SELECT 1
108spring.datasource.cldsdb.validationQueryTimeout=20000
109spring.datasource.cldsdb.validationInterval=30000
110spring.datasource.cldsdb.testWhileIdle = true
111spring.datasource.cldsdb.minIdle = 0
112spring.datasource.cldsdb.initialSize=0
113# Automatically test whether a connection provided is good or not
114spring.datasource.cldsdb.testOnBorrow=true
115spring.datasource.cldsdb.ignoreExceptionOnPreLoad=true
sebdetc2bcf2a2019-02-22 08:16:26 +0100116# control the sql db initialization (from schema.sql and data.sql)
117spring.datasource.initialize=false
118
119spring.jpa.properties.javax.persistence.schema-generation.database.action=none
120s#pring.jpa.properties.javax.persistence.schema-generation.create-source=metadata
121#spring.jpa.properties.javax.persistence.schema-generation.scripts.action=create
122#spring.jpa.properties.javax.persistence.schema-generation.scripts.create-target=create.sql
123# disable Hibernate DDL generation because the schema will be generated from a sql script
124spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
125spring.jpa.properties.hibernate.ddl-auto=validate
126spring.jpa.properties.hibernate.hbm2ddl.delimiter=;
127spring.jpa.properties.hibernate.format_sql=true
128spring.jpa.properties.hibernate.use-new-id-generator-mappings=true
129
130# Whether to enable logging of SQL statements.
sebdet7fc07392019-04-10 15:27:46 +0200131#spring.jpa.show-sql=true
xg353y7e836e12018-06-06 15:50:33 +0200132
133#Async Executor default Parameters
134async.core.pool.size=10
135async.max.pool.size=20
136async.queue.capacity=500
137
Determe, Sebastien (sd378r)499e4e82018-08-09 17:14:09 +0200138#For EELF logback file
sebdet32946442019-01-14 14:16:51 +0100139#clamp.config.logback.path=
sebdet86bf8ee2018-09-05 18:07:57 +0200140clamp.config.logback.filename=logback-default.xml
Determe, Sebastien (sd378r)499e4e82018-08-09 17:14:09 +0200141#The log folder that will be used in logback.xml file
sebdet8ad29212018-12-14 11:56:22 +0100142clamp.config.log.path=/var/log/onap/clamp
xg353y7e836e12018-06-06 15:50:33 +0200143clamp.config.files.systemProperties=classpath:/system.properties
144clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
145clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json
146clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
147
148# Properties for Clamp
149# DCAE request build properties
150#
151clamp.config.dcae.template=classpath:/clds/templates/dcae-template.json
xg353y7e836e12018-06-06 15:50:33 +0200152clamp.config.dcae.deployment.template=classpath:/clds/templates/dcae-deployment-template.json
153#
xg353y7e836e12018-06-06 15:50:33 +0200154#
155# Configuration Settings for Policy Engine Components
xuegao58c7c972019-09-26 13:29:10 +0200156clamp.config.policy.api.url=http4://localhost:8085
sebdetaf8b7d72019-04-26 16:34:14 +0200157clamp.config.policy.api.userName=healthcheck
158clamp.config.policy.api.password=zb!XztG34
xuegao58c7c972019-09-26 13:29:10 +0200159clamp.config.policy.pap.url=http4://localhost:8085
sebdetaf8b7d72019-04-26 16:34:14 +0200160clamp.config.policy.pap.userName=healthcheck
161clamp.config.policy.pap.password=zb!XztG34
sebdet687b8de2019-08-26 14:29:11 -0700162
xg353y7e836e12018-06-06 15:50:33 +0200163
164clamp.config.policy.clientKey=dGVzdA==
165#DEVL for development
166#TEST for Test environments
167#PROD for prod environments
168clamp.config.policy.policyEnvironment=TEST
169# General Policy request properties
170#
171clamp.config.policy.onap.name=DCAE
172clamp.config.policy.pdp.group=default
173clamp.config.policy.ms.type=MicroService
174clamp.config.policy.ms.policyNamePrefix=Config_MS_
175clamp.config.policy.op.policyNamePrefix=Config_BRMS_Param_
176clamp.config.policy.base.policyNamePrefix=Config_
177clamp.config.policy.op.type=BRMS_Param
178
sebdet32946442019-01-14 14:16:51 +0100179clamp.config.import.tosca.model=true
180clamp.config.tosca.policyTypes=tca
181clamp.config.tosca.filePath=/tmp/tosca-models
xg353y7e836e12018-06-06 15:50:33 +0200182
183# TCA MicroService Policy request build properties
184#
185clamp.config.tca.policyid.prefix=DCAE.Config_
186clamp.config.tca.policy.template=classpath:/clds/templates/tca-policy-template.json
187clamp.config.tca.template=classpath:/clds/templates/tca-template.json
188clamp.config.tca.thresholds.template=classpath:/clds/templates/tca-thresholds-template.json
189
190#
191#
192# Operational Policy request build properties
193#
sebdet32946442019-01-14 14:16:51 +0100194clamp.config.op.policyDescription=from CLAMP
xg353y7e836e12018-06-06 15:50:33 +0200195# default
196clamp.config.op.templateName=ClosedLoopControlName
197clamp.config.op.operationTopic=APPC-CL
198clamp.config.op.notificationTopic=POLICY-CL-MGT
199clamp.config.op.controller=amsterdam
200clamp.config.op.policy.appc=APPC
201#
202# Sdc service properties
xg353y7e836e12018-06-06 15:50:33 +0200203clamp.config.sdc.csarFolder = /tmp/sdc-controllers
204clamp.config.sdc.blueprint.parser.mapping = classpath:/clds/blueprint-parser-mapping.json
205#
206clamp.config.ui.location.default=classpath:/clds/templates/ui-location-default.json
xg353y7e836e12018-06-06 15:50:33 +0200207#
208# 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
209clamp.config.action.test.override=false
210# if action.insert.test.event is true, then insert event even if the action is set to test
211clamp.config.action.insert.test.event=false
212clamp.config.clds.service.cache.invalidate.after.seconds=120
213
214#DCAE Inventory Url Properties
sebdet74303b72019-10-08 17:53:08 +0200215clamp.config.dcae.inventory.url=http4://localhost:8085
xg353y7e836e12018-06-06 15:50:33 +0200216clamp.config.dcae.intentory.retry.interval=10000
sebdet19ab2332018-09-12 18:52:39 +0200217clamp.config.dcae.intentory.retry.limit=5
xg353y7e836e12018-06-06 15:50:33 +0200218
xg353y39d82de2019-04-26 13:26:25 +0200219#DCAE Deployment Url Properties
xuegao58c7c972019-09-26 13:29:10 +0200220clamp.config.dcae.deployment.url=http4://localhost:8085
xg353y39d82de2019-04-26 13:26:25 +0200221clamp.config.dcae.deployment.userName=test
222clamp.config.dcae.deployment.password=test
223
xg353y7e836e12018-06-06 15:50:33 +0200224#Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case !
225clamp.config.security.permission.type.cl=org.onap.clamp.clds.cl
226clamp.config.security.permission.type.cl.manage=org.onap.clamp.clds.cl.manage
xg353ya9be95f2019-03-11 13:47:22 +0100227clamp.config.security.permission.type.cl.event=org.onap.clamp.clds.cl.event
xg353y7e836e12018-06-06 15:50:33 +0200228clamp.config.security.permission.type.filter.vf=org.onap.clamp.clds.filter.vf
229clamp.config.security.permission.type.template=org.onap.clamp.clds.template
sebdet86bf8ee2018-09-05 18:07:57 +0200230clamp.config.security.permission.type.tosca=org.onap.clamp.clds.tosca
xg353y7e836e12018-06-06 15:50:33 +0200231#This one indicates the type of instances (dev|prod|perf...), this must be set accordingly in clds-users.properties
232clamp.config.security.permission.instance=dev
sebdet32946442019-01-14 14:16:51 +0100233clamp.config.security.authentication.class=org.onap.aaf.cadi.principal.X509Principal