aboutsummaryrefslogtreecommitdiffstats
path: root/contrail-analytics/templates/analytics.conf
blob: b22185205d6bbae32164981b4de8f013d3c16577 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[GLOBAL]
# Default log_level
#log_level = SYS_NOTICE

cloud_orchestrator = {{ cloud_orchestrator }}

controller_nodes = {{ controller_servers|join(',') }}
analyticsdb_nodes = {{ analyticsdb_servers|join(',') }}
analytics_nodes = {{ analytics_servers|join(',') }}

#uve_partition_count = {{ uve_partition_count }}

xmpp_auth_enable = {{ ssl_enabled }}
xmpp_dns_auth_enable = {{ ssl_enabled }}
sandesh_ssl_enable = {{ ssl_enabled }}
introspect_ssl_enable = {{ ssl_enabled }}

analyticsdb_cassandra_user = {{ db_user }}
analyticsdb_cassandra_password = {{ db_password }}

[KEYSTONE]
version = {{ keystone_api_suffix }}
ip = {{ keystone_ip }}
admin_port = 35357
public_port = {{ keystone_public_port }}
auth_protocol = {{ keystone_protocol }}
admin_user = {{ keystone_admin_user }}
admin_password = {{ keystone_admin_password }}
admin_tenant = {{ keystone_admin_tenant }}
insecure = True

[ANALYTICS_API]
# Introspect port for debug
#introspect_port = 8090
#
# Listen address and port
#listen_port = 8081
#listen_address = {{ listen_address }}
#
# Log file and log_level
#log_level = SYS_NOTICE
#log = /var/log/contrail/contrail-analytics-api.log
#

# aaa_mode - RBAC configuration for analytics api
# no-auth - no authentication is performed and full access is granted to all
# cloud-admin - authentication is performed and only cloud-admin role has access - default cloud-admin role is "admin"
# rbac - authentication is performed and access granted based on role and configured rules
aaa_mode = {{ auth_mode }}

[ALARM_GEN]
# Log file and log level
#log = /var/log/contrail/contrail-alarm-gen.log
#log_level = SYS_NOTICE
#
# Introspect port for debug
#introspect_port = 5995

[ANALYTICS_COLLECTOR]
# log file name and log_level
# log = /var/log/contrail/contrail-collector.log
# Log severity levels. Possible values are SYS_EMERG, SYS_ALERT, SYS_CRIT,
# SYS_ERR, SYS_WARN, SYS_NOTICE, SYS_INFO and SYS_DEBUG. Default is SYS_DEBUG
# log_level = SYS_NOTICE
#
# Introspect port for debug
# introspect_port = 8089
#
# Listen address and port
# listen_port = 8086
# listen_address = 0.0.0.0

[QUERY_ENGINE]
# log file name and log_level
# log = /var/log/contrail/contrail-query-engine.log
# Log severity levels. Possible values are SYS_EMERG, SYS_ALERT, SYS_CRIT,
# SYS_ERR, SYS_WARN, SYS_NOTICE, SYS_INFO and SYS_DEBUG. Default is SYS_DEBUG
# log_level = SYS_NOTICE
#
# Introspect port for debug
# introspect_port = 8091

[SNMP_COLLECTOR]
# log file name and log_level
# log = /var/log/contrail/contrail-snmp-collector.log
# Log severity levels. Possible values are SYS_EMERG, SYS_ALERT, SYS_CRIT,
# SYS_ERR, SYS_WARN, SYS_NOTICE, SYS_INFO and SYS_DEBUG. Default is SYS_DEBUG
# log_level = SYS_NOTICE
#
# Introspect port for debug
# introspect_port = 5920
#
# scan_frequency=600
#
# fast_scan_frequency=60

[TOPOLOGY]
# log file name and log_level
# log = /var/log/contrail/contrail-topology.log
# Log severity levels. Possible values are SYS_EMERG, SYS_ALERT, SYS_CRIT,
# SYS_ERR, SYS_WARN, SYS_NOTICE, SYS_INFO and SYS_DEBUG. Default is SYS_DEBUG
# log_level = SYS_NOTICE
#
# Introspect port for debug
# introspect_port = 5921

[RABBITMQ]
user = {{ rabbitmq_user }}
password = {{ rabbitmq_password }}
vhost = {{ rabbitmq_vhost }}