blob: e051b7ecee0d0e95fa5b47a0871c188c87e52ef1 (
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'] %}{{ hostvars[cur_host]['contrail_address'] }}: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
|