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