[DCAEMOD] Uses new tpls for repos / images
[oom.git] / kubernetes / pomba / components / pomba-sdncctxbuilder / resources / config / application.properties
1 {{/*
2 # Copyright © 2019 Amdocs
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 */}}
16
17 spring.jersey.type=filter
18 spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,beans,loggers,dump,env,trace,health,configprops,mappings,metrics,webjars
19 camel.springboot.xmlRoutes = file:config/dynamic/routes/*.route
20 service.xml.beans = config/dynamic/conf/*.xml
21
22 server.contextPath=/sdnccontextbuilder
23 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
24
25 #This property is used to set the Tomcat connector attributes.developers can define multiple attributes separated by comma
26 #tomcat.connector.attributes=allowTrace-true
27 #The max number of active threads in this pool
28 server.tomcat.max-threads=200
29 #The minimum number of threads always kept alive
30 server.tomcat.min-spare-threads=25
31
32 # Basic Authorization credentials for SDNC Context Builder REST Service
33 sdncCtxBuilder.userId={{ .Values.config.sdncCtxBuilderUserId }}
34 sdncCtxBuilder.password={{ .Values.config.sdncCtxBuilderPassword }}
35
36 # AAI REST Client Configuration
37 aai.serviceName={{ .Values.config.aaiServiceName }}.{{.Release.Namespace}}
38 aai.servicePort={{ .Values.config.aaiPort }}
39 # AAI APIs authentication mode. Valid values: [basic_auth, client_cert]
40 aai.authentication=basic_auth
41 aai.trustStorePath=n/a
42 aai.keyStorePath=n/a
43 aai.keyStorePassword=n/a
44 aai.username={{ .Values.config.aaiUsername }}
45 aai.password={{ .Values.config.aaiPassword }}
46 aai.httpProtocol={{ .Values.config.aaiHttpProtocol }}
47 aai.authentication={{ .Values.config.aaiAuthentication }}
48 aai.trustStorePath={{ .Values.config.aaiTrustStorePath }}
49 aai.keyStorePath={{ .Values.config.aaiKeyStorePath }}
50 aai.keyStorePassword={{ .Values.config.aaiKeyStorePassword }}
51 aai.connectionTimeout={{ .Values.config.aaiConnectionTimeout }}
52 aai.readTimeout={{ .Values.config.aaiReadTimeout }}
53
54 # HTTP Basic Authorization credentials for AAI Rest Service API
55 aai.http.userId={{ .Values.config.aaiHttpUserId }}
56 aai.http.password={{ .Values.config.aaiHttpPassword }}
57
58 aai.serviceInstanceQuery=/aai/v13/nodes/service-instance/{0}
59
60 # SDNC REST Client Configuration
61 sdnc.serviceName={{ .Values.config.sdncServiceName }}.{{.Release.Namespace}}
62 sdnc.servicePort={{ .Values.config.sdncPort }}
63 sdnc.user={{ .Values.config.sdncUsername }}
64 sdnc.password={{ .Values.config.sdncPassword }}
65 sdnc.httpProtocol={{ .Values.config.sdncHttpProtocol }}
66 sdnc.connectionTimeout={{ .Values.config.sdncConnectionTimeout }}
67 sdnc.readTimeout={{ .Values.config.sdncReadTimeout }}
68 sdnc.genericResourcePath=/restconf/config/GENERIC-RESOURCE-API:services/service/{0}
69 sdnc.portMirrorResourcePath=/restconf/config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{0}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input
70 sdnc.vnfPath=/restconf/config/VNF-API:vnfs/vnf-list/{0}
71
72 #Servlet context parameters
73 server.context_parameters.p-name=value #context parameter with p-name as key and value as value.