aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/open-contrail/templates/provision/contrail-query-engine-conf.j2
blob: a9f7c281d63007331a7b626cc36dfcee0000ea63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[DEFAULT]
hostip = {{ contrail_address }}
cassandra_server_list = {% for cur_host in groups['opencontrail_database'] %}{{ ip_settings[cur_host]['mgmt']['ip'] }}:9160{% if not loop.last %} {% endif %}{% endfor %}

collectors = {{ contrail_address }}:8086
http_server_port = 8091
log_file = /var/log/contrail/contrail-query-engine.log
log_level = SYS_NOTICE
log_local = 1

[REDIS]
server = 127.0.0.1
port = 6379