Code Review
/
oom
/
offline-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c2a14cf
)
Fix simulated_hosts template
49/78049/1
author
Michal Zegan
<m.zegan@samsung.com>
Thu, 7 Feb 2019 12:23:20 +0000
(13:23 +0100)
committer
Michal Zegan
<m.zegan@samsung.com>
Thu, 7 Feb 2019 12:24:04 +0000
(13:24 +0100)
This fixes simulated_hosts template to use cluster_ip instead
of ansible_host as source of infra ip.
Change-Id: I02e205c031d94442b3a3debeee8baebaedc7180d
Issue-ID: OOM-1637
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
ansible/roles/dns/templates/simulated_hosts.j2
patch
|
blob
|
history
diff --git
a/ansible/roles/dns/templates/simulated_hosts.j2
b/ansible/roles/dns/templates/simulated_hosts.j2
index
637aef6
..
469ca62
100644
(file)
--- a/
ansible/roles/dns/templates/simulated_hosts.j2
+++ b/
ansible/roles/dns/templates/simulated_hosts.j2
@@
-1,3
+1,3
@@
{% for host in all_simulated_hosts -%}
- {{
ansible_host
}} {{ host }}
+ {{
cluster_ip
}} {{ host }}
{% endfor %}