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