Ravi Geda | befc39e | 2018-12-20 10:21:38 +0000 | [diff] [blame] | 1 | ############################################################################### |
Ravi Geda | 2ecd77c | 2018-11-29 11:23:46 +0000 | [diff] [blame] | 2 | # Schema Version Related Attributes |
Ravi Geda | befc39e | 2018-12-20 10:21:38 +0000 | [diff] [blame] | 3 | ############################################################################### |
Ravi Geda | 2ecd77c | 2018-11-29 11:23:46 +0000 | [diff] [blame] | 4 | schema.uri.base.path=/aai |
| 5 | # Lists all of the versions in the schema |
Ravi Geda | befc39e | 2018-12-20 10:21:38 +0000 | [diff] [blame] | 6 | schema.version.list=v10,v11,v12,v13,v14,v15 |
Ravi Geda | 2ecd77c | 2018-11-29 11:23:46 +0000 | [diff] [blame] | 7 | # Specifies from which version should the depth parameter to default to zero |
Ravi Geda | befc39e | 2018-12-20 10:21:38 +0000 | [diff] [blame] | 8 | schema.version.depth.start=v10 |
Ravi Geda | 2ecd77c | 2018-11-29 11:23:46 +0000 | [diff] [blame] | 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 |
Ravi Geda | befc39e | 2018-12-20 10:21:38 +0000 | [diff] [blame] | 15 | schema.version.namespace.change.start=v11 |
Ravi Geda | 2ecd77c | 2018-11-29 11:23:46 +0000 | [diff] [blame] | 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 |
Ravi Geda | befc39e | 2018-12-20 10:21:38 +0000 | [diff] [blame] | 19 | schema.version.api.default=v15 |
Ravi Geda | 2ecd77c | 2018-11-29 11:23:46 +0000 | [diff] [blame] | 20 | |
Ravi Geda | befc39e | 2018-12-20 10:21:38 +0000 | [diff] [blame] | 21 | ############################################################################### |
| 22 | # Schema Location Related Attributes |
| 23 | ############################################################################### |
Ravi Geda | 2ecd77c | 2018-11-29 11:23:46 +0000 | [diff] [blame] | 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 |
Ravi Geda | befc39e | 2018-12-20 10:21:38 +0000 | [diff] [blame] | 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 |