aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/open-contrail/templates/provision/contrail-control-conf.j2
blob: 83792b2c02327e3533d7c2fadd7e5063b77d5fc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[DEFAULT]
hostip = {{ contrail_address }}
hostname = {{ ansible_hostname }}
log_file = /var/log/contrail/contrail-control.log
log_level = SYS_NOTICE
log_local = 1

[DISCOVERY]
server = {{ contrail_haproxy_address }}
port = 5998

[IFMAP]
certs_store = 
user = {{ contrail_address }}
password = {{ contrail_address }}