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

Introduce concept of "minimal" kvm install #10

Closed ElCoyote27 closed 3 years ago

ElCoyote27 commented 4 years ago

Hi Luis, I found some tasks were not getting executed when I attempted to use the playbook on a fresh machine with a different pool location. Since I had kvm_install == false and kvm_configure == false, the proper backing directories for the kvm pool were not getting created so I introduced 'kvm_install == minimal' to allow this.

Also, since the SELinux contexts weren't fixed, the install had failed (I'm running in enforcing mode).

Please let me know what you think of this minor change.

ElCoyote27 commented 3 years ago

@luisarizmendi Hi Luis, do you have any questions on this PR? is it good to merge? I've been using it with success for the past 3 weeks or so.