aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/tacker/templates/tacker.j2
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2016-03-17 06:33:50 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-03-17 06:33:50 +0000
commit2f2b5814e95bed52d258b5ff339241e0b3772bee (patch)
tree6100ab295778e0cfe10406319e9b244c4cb295e9 /deploy/adapters/ansible/roles/tacker/templates/tacker.j2
parentf41f2bfd8ed689cdbf01de6c003c8bec488f75a0 (diff)
parentcbfac2e20c14596c17ec0eee3dfa9c3cdcdeca31 (diff)
Merge "Add Tacker support for Compass"
Diffstat (limited to 'deploy/adapters/ansible/roles/tacker/templates/tacker.j2')
-rw-r--r--deploy/adapters/ansible/roles/tacker/templates/tacker.j229
1 files changed, 29 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/tacker/templates/tacker.j2 b/deploy/adapters/ansible/roles/tacker/templates/tacker.j2
new file mode 100644
index 00000000..1b9add7f
--- /dev/null
+++ b/deploy/adapters/ansible/roles/tacker/templates/tacker.j2
@@ -0,0 +1,29 @@
+[DEFAULT]
+bind_host = {{ internal_ip }}
+bind_port = 8890
+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
+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
+