kxr / ocp4_setup_upi_kvm

Script to Setup an OpenShift 4 UPI Cluster on KVM. Based on this guide: https://kxr.me/2019/08/17/openshift-4-upi-install-libvirt-kvm/
52 stars 58 forks source link

Waiting for SRV record from LB #21

Closed RANGERBEE closed 3 years ago

RANGERBEE commented 3 years ago

I am stuck with it failing here. Any ideas how to solve??

Thank you!

RANGERBEE commented 3 years ago

got it! Because I am running the install of dnsmasq on my RHEL 8.2 server, I followed the install exactly here: https://github.com/kxr/ocp4_setup_upi_kvm/wiki/%5BPREREQUISITE%5D-Setting-up-dnsmasq-on-the-Hypervisor

Then noticed that the "except-interfaces" file was found under /etc/dnsmasq.d and the test xxxtestxxx.${BASE_DOM} file was under /etc/NetworkManager/conf.d/ . So two different locations - meaning dig did not know where to look.

So, effectively two locations.

To solve this I simply specified with " -z /etc/dnsmasq.d " .... dig now knows where exactly to go.

its building now.

Thank you!

This is better than my script which is a huge detailed script as well (quite similar)