summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-application/config/schemaIngest.properties
diff options
context:
space:
mode:
authorrv871f <richard.vondadelszen@amdocs.com>2018-08-29 14:56:02 -0400
committerrv871f <richard.vondadelszen@amdocs.com>2018-08-29 15:16:28 -0400
commitc48ce4b76edaffa8d5d991769aba848006985eaa (patch)
treea6ecd1af0c2ed9708f58ae0fd34deb3d8cbb1ad3 /sparkybe-onap-application/config/schemaIngest.properties
parent87dfa2cf9864b4eb0a99eb4771bcd04455e70318 (diff)
aai-schema and ingest fixes
Issue-ID: AAI-1554 Change-Id: I0a27cf320d3d69d8e715af8c27d5afeaa2951da5 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application/config/schemaIngest.properties')
-rw-r--r--sparkybe-onap-application/config/schemaIngest.properties20
1 files changed, 17 insertions, 3 deletions
diff --git a/sparkybe-onap-application/config/schemaIngest.properties b/sparkybe-onap-application/config/schemaIngest.properties
index 4d06763..1f5a13a 100644
--- a/sparkybe-onap-application/config/schemaIngest.properties
+++ b/sparkybe-onap-application/config/schemaIngest.properties
@@ -1,7 +1,21 @@
# Properties for the SchemaLocationsBean
-# The AAI Schema jar will be unpacked
-schemaConfig=NA
# Files named aai_oxm_v*.xml are unpacked here:
nodeDir=${oxm.schemaNodeDir}
# Dummy folder/directory:
-edgeDir= \ No newline at end of file
+edgeDir=
+
+# New propterties required by the aai-common - aai-schema-ingest lib as of 1.3.0
+schema.configuration.location=N/A
+schema.nodes.location=${oxm.schemaNodeDir}
+schema.edges.location=
+# These versions need to exist if they are included in the list
+schema.version.list=v8,v9,v10,v11,v12,v13,v14
+# Decalares the oxm version to load
+schema.version.api.default=${oxm.apiVersion}
+
+# Setting this values to ${oxm.apiVersion} only to ensure the value used exists (we don't use this properties in our application)
+schema.version.depth.start=${oxm.apiVersion}
+schema.version.related.link.start=${oxm.apiVersion}
+schema.version.app.root.start=${oxm.apiVersion}
+schema.version.namespace.change.start=${oxm.apiVersion}
+schema.version.edge.label.start=${oxm.apiVersion} \ No newline at end of file