summaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/config-osa/templates/openstack_user_config.yml.j2
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2017-10-18 02:07:10 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-18 02:07:10 +0000
commit0bd9deecf2efcbb06b24a2c6200c3f6c1326aaf6 (patch)
tree92816763de0bff08e4d850e0da85a159132c9068 /deploy/adapters/ansible/roles/config-osa/templates/openstack_user_config.yml.j2
parent2e3e4dcfd50ad29f80f675fcefff3c3a579338e5 (diff)
parentd0886a8dcf47ef0d27a0b7960dd152596f0a3a88 (diff)
Merge "add tacker support"
Diffstat (limited to 'deploy/adapters/ansible/roles/config-osa/templates/openstack_user_config.yml.j2')
-rw-r--r--deploy/adapters/ansible/roles/config-osa/templates/openstack_user_config.yml.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/config-osa/templates/openstack_user_config.yml.j2 b/deploy/adapters/ansible/roles/config-osa/templates/openstack_user_config.yml.j2
index cadf5308..be119fbe 100644
--- a/deploy/adapters/ansible/roles/config-osa/templates/openstack_user_config.yml.j2
+++ b/deploy/adapters/ansible/roles/config-osa/templates/openstack_user_config.yml.j2
@@ -213,6 +213,13 @@ metrics_hosts:
ip: {{ hostvars[host]['ansible_ssh_host'] }}
{% endfor %}
+# tacker (mano service)
+mano_hosts:
+{% for host in groups.controller%}
+ {{host}}:
+ ip: {{ hostvars[host]['ansible_ssh_host'] }}
+{% endfor %}
+
# nova hypervisors
compute_hosts:
{% for host in groups.compute%}