647d4d963e5f7c1a8363853f39f76687d1420e43
[oom.git] / kubernetes / aai / charts / aai-gizmo / resources / config / schema-ingest.properties
1 ###############################################################################
2 # Schema Version Related Attributes
3 ###############################################################################
4 schema.uri.base.path=/aai
5 # Lists all of the versions in the schema
6 schema.version.list=v10,v11,v12,v13,v14,v15
7 # Specifies from which version should the depth parameter to default to zero
8 schema.version.depth.start=v10
9 # Specifies from which version should the related link be displayed in response payload
10 schema.version.related.link.start=v10
11 # Specifies from which version should the client see only the uri excluding host info
12 # Before this version server base will also be included
13 schema.version.app.root.start=v11
14 # Specifies from which version should the namespace be changed
15 schema.version.namespace.change.start=v11
16 # Specifies from which version should the client start seeing the edge label in payload
17 schema.version.edge.label.start=v12
18 # Specifies the version that the application should default to
19 schema.version.api.default=v15
20
21 ###############################################################################
22 # Schema Location Related Attributes
23 ###############################################################################
24 # Schema Location Related Attributes
25 schema.configuration.location=NA
26 schema.nodes.location=/opt/app/crud-api/bundleconfig/etc/onap/oxm
27 schema.edges.location=/opt/app/crud-api/bundleconfig/etc/onap/dbedgerules
28
29 ###############################################################################
30 # Schema Service Related Attributes
31 ###############################################################################
32 # Specifies whether to use the schema service or local schema files
33 schema.translator.list=config
34
35 schema.service.base.url=https://<host>:8452/aai/schema-service/v1/
36 schema.service.nodes.endpoint=nodes?version=
37 schema.service.edges.endpoint=edgerules?version=
38 schema.service.versions.endpoint=versions
39
40 #Default rest client is the two-way-ssl
41 schema.service.client=two-way-ssl
42 #Replace the below with the A&AI client key store
43 schema.service.ssl.key-store=${CONFIG_HOME}/auth/client-cert.p12
44 #Replace the below with the A&AI tomcat trust store
45 schema.service.ssl.trust-store=${CONFIG_HOME}/auth/tomcat_keystore