Skip to content

Commit

Permalink
Bug 1246458 - dnsIP does not point to cluster IP
Browse files Browse the repository at this point in the history
https://bugzilla.redhat.com/show_bug.cgi?id=1246458

- Previously when configuring an HA cluster for multi-master the dns ip in the
  node config was pointing only to the first master instead of the cluster ip.
  • Loading branch information
detiber committed Jul 27, 2015
1 parent 274aa30 commit 3795fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_master/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
openshift_facts:
role: dns
local_facts:
ip: "{{ openshift.common.ip }}"
ip: "{{ openshift_master_cluster_vip | default(openshift.common.ip, true) | default(None) }}"
domain: cluster.local
when: openshift.master.embedded_dns

Expand Down

0 comments on commit 3795fd4

Please sign in to comment.