m.kowalski3 | 937803b | 2019-05-29 16:07:52 +0200 | [diff] [blame] | 1 | identificationHeaderFields: |
| 2 | - HTTP_IV_USER |
| 3 | |
| 4 | # catalog backend hostname |
| 5 | beFqdn: localhost |
| 6 | # sdccatalog.com |
| 7 | |
| 8 | # catalog backend http port |
| 9 | beHttpPort: 8080 |
| 10 | |
| 11 | # catalog backend http context |
| 12 | beContext: /sdc/rest/config/get |
| 13 | |
| 14 | # catalog backend protocol |
| 15 | beProtocol: http |
| 16 | |
| 17 | # catalog backend ssl port |
| 18 | beSslPort: 8443 |
| 19 | |
| 20 | version: 1.1.0 |
| 21 | released: 2012-11-30 |
| 22 | toscaConformanceLevel: 8.0 |
| 23 | minToscaConformanceLevel: 3.0 |
| 24 | |
shrikantawachar | 2623c84 | 2019-05-20 12:11:54 +0530 | [diff] [blame] | 25 | janusGraphCfgFile: /home/vagrant/catalog-be/config/catalog-be/janusgraph.properties |
| 26 | janusGraphInMemoryGraph: false |
| 27 | janusGraphLockTimeout: 1800 |
m.kowalski3 | 937803b | 2019-05-29 16:07:52 +0200 | [diff] [blame] | 28 | |
shrikantawachar | 2623c84 | 2019-05-20 12:11:54 +0530 | [diff] [blame] | 29 | # The interval to try and reconnect to JanusGraph DB when it is down during ASDC startup: |
| 30 | janusGraphReconnectIntervalInSeconds: 3 |
m.kowalski3 | 937803b | 2019-05-29 16:07:52 +0200 | [diff] [blame] | 31 | |
shrikantawachar | 2623c84 | 2019-05-20 12:11:54 +0530 | [diff] [blame] | 32 | # The read timeout towards JanusGraph DB when health check is invoked: |
| 33 | janusGraphHealthCheckReadTimeout: 1 |
m.kowalski3 | 937803b | 2019-05-29 16:07:52 +0200 | [diff] [blame] | 34 | |
| 35 | # The interval to try and reconnect to Elasticsearch when it is down during ASDC startup: |
m.kowalski3 | 937803b | 2019-05-29 16:07:52 +0200 | [diff] [blame] | 36 | uebHealthCheckReconnectIntervalInSeconds: 15 |
| 37 | uebHealthCheckReadTimeout: 4 |
| 38 | |
| 39 | # Protocols |
| 40 | protocols: |
| 41 | - http |
| 42 | - https |
| 43 | |
| 44 | # Default imports |
| 45 | defaultImports: |
| 46 | - nodes: |
| 47 | file: nodes.yml |
| 48 | - datatypes: |
| 49 | file: data.yml |
| 50 | - capabilities: |
| 51 | file: capabilities.yml |
| 52 | - relationships: |
| 53 | file: relationships.yml |
| 54 | - groups: |
| 55 | file: groups.yml |
| 56 | - policies: |
| 57 | file: policies.yml |
| 58 | |
| 59 | # Users |
| 60 | users: |
| 61 | tom: passwd |