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 57 forks source link

expose_cluster.sh is using VIR_NET when it should be using VIR_INT #7

Closed jmazzitelli closed 4 years ago

jmazzitelli commented 4 years ago

Without this fix, the .expose_cluster.sh script will not work with method firewalld because it doesn't create the proper direct passthrough rules.

cc @kxr