redhat-openstack / openshift-on-openstack

A place to write templates, docs etc. for deploying OpenShift on OpenStack.
Apache License 2.0
136 stars 87 forks source link

Various workarounds to get external dns & lb working #323

Closed tomassedovic closed 7 years ago

tomassedovic commented 7 years ago

This disables PEERDNS=no (which prevents resetting /etc/resolv.conf during the ansible run) and disables updates to /etc/hosts (since we're relying on DNS).

markllama commented 7 years ago

This was addressed in PR 324

https://github.com/redhat-openstack/openshift-on-openstack/pull/324