-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathanalytics_engine.conf
More file actions
70 lines (63 loc) · 1.82 KB
/
analytics_engine.conf
File metadata and controls
70 lines (63 loc) · 1.82 KB
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
65
66
67
68
69
70
# Define mode of running. Debug True for testing
[General]
debug = true
# Some of the pipelines currently use influx for
# storing results.
# To set the engine to use influx as internal DB use
# INFLUX = True. Then provide IP, port, username and
# password.
# TODO: change parameters accordingly to your Influx
# deployment
[INFLUXDB]
INFLUX = True
INFLUX_IP = influxdb-analytics
INFLUX_PORT = 8086
INFLUX_USER = analytics_engine
INFLUX_PASSWD = analytics_engine
# This section provides details for the infrastructure
# manager.
# TODO: change parameter values as per your analytics
# engine deployment
[DEFAULT]
graph_database=neo4j
iaas = openstack
telemetry=snap
# The engine supports the Landscaper project.
# This configuration is necessary to set host and
# port where the Landscaper is running.
# TODO: change parameters accordingly to your Landscaper
# deployment
[LANDSCAPE]
host=web
port=9001
# The engine supports Snap telemetry framework
# for topology retrieval. This configuration is
# necessary to set configuration details for Snap.
# TODO: change parameters accordingly to your Snap
# deployment
[SNAP]
host=mf2c_influxdb_1
port=8086
user=admin
password=admin
dbname=snap
# Enables internal differentiation between actual
# deployment and testing/debugging phases.
# This also helps in using ad-hoc internal Influx DB
# when in development phase.
[Dynamic-params]
development=True
# The engine supports Prometheus telemetry framework
# for topology retrieval. This configuration is
# necessary to set configuration details for Prometheus.
# TODO: change parameters accordingly to your Prometheus
# deployment
[PROMETHEUS]
PROMETHEUS_HOST=localhost
PROMETHEUS_PORT=9090
# The engine supports CIMI as a service catalog and
# configuration tool.
# TODO: change parameters accordingly to your CIMI
# deployment
[CIMI]
url=https://localhost/api