Hide Forgot
Description of problem: Ansible configure the wrong dnsIp on node when configuring dnsmasq on node Version-Release number of selected component (if applicable): https://github.com/sdodson/openshift-ansible -b cluster-dns How reproducible: always Steps to Reproduce: 1. Install env with openshift_node_dnsmasq=true Actual results: TASK: [openshift_node | Start and enable node] ******************************** failed: [openshift-*.lab.eng.nay.redhat.com] => {"failed": true} msg: Job for atomic-openshift-node.service failed because the control process exited with error code. See "systemctl status atomic-openshift-node.service" and "journalctl -xe" for details. FATAL: all hosts have already failed -- aborting Check the configuration on node dnsDomain: cluster.local dnsIP: {# ansible_default_ipv4.address if openshift_node_dnsmasq | bool and openshift.common.version_gte_3_1_or_1_1 | bool else openshift_dns_ip | default(openshift_master_cluster_vip | default(None if openshift.common.version_gte_3_1_or_1_1 | bool else openshift_node_first_master_ip | default(None, true), true), true) #} dockerConfig: Expected results: Should configure correct value Additional info:
I've refactored how dnsIP is set. Please pull the latest cluster-dns branch and re-test. Thanks for finding this!
check on the latest cluster-dns branch Install env successfully with openshift_node_dnsmasq=true Move this issue to VERIFIED.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1065