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

Role should use the openshift built in libvirt support #17

Open EmmanuelKasper opened 2 years ago

EmmanuelKasper commented 2 years ago

The OpenShift baremetal IPI installer has builtin support for libvirt (see https://docs.openshift.com/container-platform/4.10/installing/installing_bare_metal_ipi/ipi-install-installation-workflow.html#retrieving-the-openshift-installer_ipi-install-installation-workflow) This libvirt support is used to create the bootstrap vm when doing the install. Using this support would quite reduce the size of the taks in the role, and make it even more readable.

EmmanuelKasper commented 2 years ago

Are you interested by the topic @luisarizmendi , would you consider a pull request ?