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