luisarizmendi / ocp-libvirt-ipi-role

Ansible Role to deploy OpenShift 4 on a CentOS 7 or Fedora KVM using libvirt IPI
31 stars 14 forks source link

Templatize machine network and allow relocation of /var/lib/libvirt/openshift-images outside of /var #4

Closed ElCoyote27 closed 4 years ago

ElCoyote27 commented 4 years ago

Hi Luis, Small PR. Here's what changed:

Here are the relevant parts of the resulting haproxy.cfg I got:


    server master-0 10.228.0.11:6443 check
    server master-1 10.228.0.12:6443 check
    server master-2 10.228.0.13:6443 check
    server worker-http-router-0 10.228.0.51:80 check
    server worker-http-router-1 10.228.0.52:80 check
    server worker-https-router-0 10.228.0.51:443 check
    server worker-https-router-1 10.228.0.52:443 check

``