Merge "Update Keystore cert"
[oom.git] / kubernetes / aai / charts / aai-data-router / resources / config / schemaIngest.properties
1 #\r
2 # ============LICENSE_START=======================================================\r
3 # org.onap.aai\r
4 # ================================================================================\r
5 # Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.\r
6 # Copyright © 2017-2018 Amdocs\r
7 # Modifications Copyright © 2018 Bell Canada\r
8 # ================================================================================\r
9 # Licensed under the Apache License, Version 2.0 (the "License");\r
10 # you may not use this file except in compliance with the License.\r
11 # You may obtain a copy of the License at\r
12 #\r
13 #       http://www.apache.org/licenses/LICENSE-2.0\r
14 #\r
15 # Unless required by applicable law or agreed to in writing, software\r
16 # distributed under the License is distributed on an "AS IS" BASIS,\r
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
18 # See the License for the specific language governing permissions and\r
19 # limitations under the License.\r
20 # ============LICENSE_END=========================================================\r
21 #\r
22 \r
23 \r
24 # Properties for the SchemaLocationsBean\r
25 # Files named aai_oxm_v*.xml are unpacked here:\r
26 nodeDir=/opt/app/data-router/onap/oxm\r
27 # Dummy folder/directory:\r
28 edgeDir=\r
29 \r
30 # Properties required by the aai-common - aai-schema-ingest lib as of 1.3.0\r
31 schema.configuration.location=N/A\r
32 schema.nodes.location=/opt/app/data-router/onap/oxm/\r
33 schema.edges.location=\r
34 # These versions need to exist if they are included in the list\r
35 schema.version.list=v9,v10,v11,v12,v13,v14\r
36 # Decalares the oxm version to load\r
37 schema.version.api.default=v14\r
38 \r
39 # Don't use these properties in our application, need to be set to prevent an exception on startup (see SchemaVersions bean)\r
40 schema.version.depth.start=v14\r
41 schema.version.related.link.start=v14\r
42 schema.version.app.root.start=v14\r
43 schema.version.namespace.change.start=v14\r
44 schema.version.edge.label.start=v14\r
45 ~\r
46 \r