RedHatOfficial / odie

ODIE - OpenShift Disconnected Installer for Enterprise.
GNU General Public License v2.0
27 stars 7 forks source link

Update lab DNS documention #1

Closed mike4263 closed 5 years ago

mike4263 commented 6 years ago

The section "Installing DNSMASQ in a lab environment". We should only be supporting how to repurpose the jumphost as a DNSMasq server and not ad-hoc external DNS for the local cluster. This section should be completely removed.

The KVM provisioning mechansim already configures the dnsmasq in this way. See roles/provision_vm/tasks/config_etc_hosts.yml

This task needs to be executed via odie configure

mike4263 commented 5 years ago

Refactored how DNSMasq is being leveraged. It is being invoked via the odie-provision.yml playbook for local usage. Its config is in the un-symlinked build.yml file that has "enable_dhcp: true". The JumpHost now runs the same playbook and works largely in the same way.

Closed as of beta1