[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / oof / components / oof-cmso / components / oof-cmso-optimizer / resources / config / optimizer.properties
1 #-------------------------------------------------------------------------------
2 # ============LICENSE_START==============================================
3 # Copyright (c) 2019 AT&T Intellectual Property.
4 # =======================================================================
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may
6 # not use this file except in compliance with the License. You may obtain a 
7 # copy of the License at
8
9 #        http://www.apache.org/licenses/LICENSE-2.0
10
11 # Unless required by applicable law or agreed to in writing, software 
12 # distributed under the License is distributed on an "AS IS" BASIS, 
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
14 # or implied. See the License for the specific language governing 
15 # permissions and limitations under the License.
16 # ============LICENSE_END=================================================
17
18 #-------------------------------------------------------------------------------
19 spring.datasource.url=jdbc:mariadb://${DB_HOST}:${DB_PORT}/${DB_SCHEMA}
20 spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
21 spring.datasource.username=${DB_USERNAME}
22 spring.datasource.password=${DB_PASSWORD}
23 cmso.database.password=${DB_PASSWORD}
24
25 spring.datasource.initialize=false
26 spring.datasource.tomcat.max-wait=10000
27 spring.datasource.tomcat.initialSize=5
28 spring.datasource.tomcat.max-active=25
29 spring.datasource.tomcat.test-on-borrow=true
30
31 spring.jpa.show-sql=false
32 spring.jpa.hibernate.ddl-auto=none
33 spring.jpa.hibernate.naming.strategy=org.hibernate.cfg.EJB3NamingStrategy
34 spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
35 spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
36 spring.jpa.hibernate.id.new_generator_mappings=false
37 hibernate.id.new_generator_mappings=false
38
39 logging.level.org.hibernate.SQL=WARN
40 logging.level.org.hibernate=WARN
41 #-------------------------------------------------------------------------------
42
43
44 cmso.topology.create.request.url=https://oof-cmso-topology:7998/topology/v1/current
45 cmso.ticket.create.request.url=https://oof-cmso-ticketmgt:7999/ticketmgt/v1/activetickets
46 cmso.local.policy.folder=data/policies
47
48 cmso.minizinc.command.exe=/mz-dist/bin/minizinc
49 cmso.minizinc.command.solver=OSICBC
50 cmso.minizinc.command.timelimit=60000
51 cmso.minizinc.command.mzn=scripts/minizinc/generic_attributes.mzn
52
53 mechid.user=oof@oof.onap.org
54 mechid.pass=enc:vfxQdJ1mgdcI7S6SPrzNaw==
55
56 aaf.urls=https://aaf-locate:8095
57 aaf.user.role.properties=/share/etc/certs/AAFUserRoles.properties
58 aaf.enabled=true
59 aaf.namespace=org.onap.oof
60
61 cadi_loglevel=DEBUG
62 cadi_prop_files=/share/etc/osaaf/local/org.onap.oof.props
63 aaf.user.roles=/share/etc/certs/AAFUserRoles.properties