aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/tacker/templates/tacker.j2
blob: d7311f626c61a757a973a7dd338fe49d5c3ecada (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
[DEFAULT]
bind_host = {{ internal_ip }}
bind_port = 8888
auth_strategy = keystone
policy_file = /usr/local/etc/tacker/policy.json
debug = True
verbose = True
use_syslog = False
state_path = /var/lib/tacker

[keystone_authtoken]
password = console
auth_uri = http://{{ internal_vip.ip }}:5000/v2.0
auth_url = http://{{ internal_vip.ip }}:35357
project_name = service

[agent]
root_helper = sudo /usr/local/bin/tacker-rootwrap /usr/local/etc/tacker/rootwrap.conf

[database]
connection = mysql://tacker:TACKER_DBPASS@{{ internal_vip.ip }}:3306/tacker?charset=utf8

[servicevm_nova]
password = console
auth_url = http://{{ internal_vip.ip }}:35357

[servicevm_heat]
heat_uri = http://{{ internal_vip.ip }}:8004/v1