blob: 8c680b5820c27216d8a3d4a031b3a2837b723346 [file] [log] [blame]
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +00001#
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
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +000023
fpaquett1dbbc3b2018-10-10 08:51:06 -040024# 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:
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +000028edgeDir=
fpaquett1dbbc3b2018-10-10 08:51:06 -040029
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=v9,v10,v11,v12,v13,v14
36# Decalares the oxm version to load
37schema.version.api.default=v14
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=v14
41schema.version.related.link.start=v14
42schema.version.app.root.start=v14
43schema.version.namespace.change.start=v14
44schema.version.edge.label.start=v14
45~
46