Open aditya-konarde opened 5 years ago
/label enhancement :)
ideally we check the host platform:
yum
, else if Fedora, use dnf
.where components is libvirtd
, firewalld
, etc.
Right now yum
command is present for RHEL/CentOS and Fedora so we just need to perform the installation if not present and activate it.
Here: https://github.com/praveenkumar/osp4/blob/master/libvirt/minishift_libvirt.sh#L34
For a naive user, might be better to tell them to install/enable firewalld, or enable it by ourselves like we are enabling libvirtd. Wdyt?