blob: b94ce51e81d9a5736dcf48984112f431653473f5 [file] [log] [blame]
Sylvain Desbureaux70070412020-11-09 21:58:48 +01001#
2# ============LICENSE_START=======================================================
3# org.onap.aai
4# ================================================================================
5# Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
6# Copyright © 2017-2018 Amdocs
7# Modifications Copyright © 2018 Bell Canada
8# ================================================================================
9# Licensed under the Apache License, Version 2.0 (the "License");
10# you may not use this file except in compliance with the License.
11# You may obtain a copy of the License at
12#
13# http://www.apache.org/licenses/LICENSE-2.0
14#
15# Unless required by applicable law or agreed to in writing, software
16# distributed under the License is distributed on an "AS IS" BASIS,
17# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18# See the License for the specific language governing permissions and
19# limitations under the License.
20# ============LICENSE_END=========================================================
21#
22
23
24# Properties for the SchemaLocationsBean
25# Files named aai_oxm_v*.xml are unpacked here:
26nodeDir=/opt/app/data-router/onap/oxm
27# Dummy folder/directory:
28edgeDir=
29
30# Properties required by the aai-common - aai-schema-ingest lib as of 1.3.0
31schema.configuration.location=N/A
32schema.nodes.location=/opt/app/data-router/onap/oxm/
33schema.edges.location=
34# These versions need to exist if they are included in the list
35schema.version.list={{ .Values.config.schemaVersionList }}
36# Decalares the oxm version to load
37schema.version.api.default={{ .Values.config.schemaApiDefault }}
38
39# Don't use these properties in our application, need to be set to prevent an exception on startup (see SchemaVersions bean)
40schema.version.depth.start={{.Values.global.config.schema.version.depth}}
41schema.version.related.link.start={{.Values.global.config.schema.version.related.link}}
42schema.version.app.root.start={{.Values.global.config.schema.version.app.root}}
43schema.version.namespace.change.start={{.Values.global.config.schema.version.namespace.change}}
44schema.version.edge.label.start={{.Values.global.config.schema.version.edge.label}}
45
46#This property is used to enable or disable schema service, possible values are: schema-service or config
47schema.translator.list={{.Values.config.schemaTranslatorList}}
48
49#These properties are needed when schema service is enabled
50schema.service.base.url=https://aai-schema-service:8452/aai/schema-service/v1/
51schema.service.nodes.endpoint=nodes?version=
52schema.service.edges.endpoint=edgerules?version=
53schema.service.versions.endpoint=versions
54schema.local=true
55schema.filename=mockrequests
56#Default rest client is the two-way-ssl
57#schema.service.client=two-way-ssl
58#Replace the below with the A&AI client key store
59schema.service.ssl.key-store=${CONFIG_HOME}/auth/{{.Values.global.config.keystore.filename}}
60#Replace the below with the A&AI tomcat trust store
61schema.service.ssl.trust-store=${CONFIG_HOME}/auth/{{.Values.global.config.truststore.filename}}
62schema.service.ssl.key-store-password={{.Values.global.config.keystore.passwd}}
63schema.service.ssl.trust-store-password={{.Values.global.config.truststore.passwd}}
64
65spring.application.name=datarouter