blob: 647d4d963e5f7c1a8363853f39f76687d1420e43 [file] [log] [blame]
Ravi Gedabefc39e2018-12-20 10:21:38 +00001###############################################################################
Ravi Geda2ecd77c2018-11-29 11:23:46 +00002# Schema Version Related Attributes
Ravi Gedabefc39e2018-12-20 10:21:38 +00003###############################################################################
Ravi Geda2ecd77c2018-11-29 11:23:46 +00004schema.uri.base.path=/aai
5# Lists all of the versions in the schema
Ravi Gedabefc39e2018-12-20 10:21:38 +00006schema.version.list=v10,v11,v12,v13,v14,v15
Ravi Geda2ecd77c2018-11-29 11:23:46 +00007# Specifies from which version should the depth parameter to default to zero
Ravi Gedabefc39e2018-12-20 10:21:38 +00008schema.version.depth.start=v10
Ravi Geda2ecd77c2018-11-29 11:23:46 +00009# Specifies from which version should the related link be displayed in response payload
10schema.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
13schema.version.app.root.start=v11
14# Specifies from which version should the namespace be changed
Ravi Gedabefc39e2018-12-20 10:21:38 +000015schema.version.namespace.change.start=v11
Ravi Geda2ecd77c2018-11-29 11:23:46 +000016# Specifies from which version should the client start seeing the edge label in payload
17schema.version.edge.label.start=v12
18# Specifies the version that the application should default to
Ravi Gedabefc39e2018-12-20 10:21:38 +000019schema.version.api.default=v15
Ravi Geda2ecd77c2018-11-29 11:23:46 +000020
Ravi Gedabefc39e2018-12-20 10:21:38 +000021###############################################################################
22# Schema Location Related Attributes
23###############################################################################
Ravi Geda2ecd77c2018-11-29 11:23:46 +000024# Schema Location Related Attributes
25schema.configuration.location=NA
26schema.nodes.location=/opt/app/crud-api/bundleconfig/etc/onap/oxm
27schema.edges.location=/opt/app/crud-api/bundleconfig/etc/onap/dbedgerules
Ravi Gedabefc39e2018-12-20 10:21:38 +000028
29###############################################################################
30# Schema Service Related Attributes
31###############################################################################
32# Specifies whether to use the schema service or local schema files
33schema.translator.list=config
34
35schema.service.base.url=https://<host>:8452/aai/schema-service/v1/
36schema.service.nodes.endpoint=nodes?version=
37schema.service.edges.endpoint=edgerules?version=
38schema.service.versions.endpoint=versions
39
40#Default rest client is the two-way-ssl
41schema.service.client=two-way-ssl
42#Replace the below with the A&AI client key store
43schema.service.ssl.key-store=${CONFIG_HOME}/auth/client-cert.p12
44#Replace the below with the A&AI tomcat trust store
45schema.service.ssl.trust-store=${CONFIG_HOME}/auth/tomcat_keystore