crc-org / osp4

Proof of Concept repository of CodeReady Containers [Archived]
Apache License 2.0
26 stars 16 forks source link

Doc: Further steps if firewalld is not installed #11

Open aditya-konarde opened 5 years ago

aditya-konarde commented 5 years ago

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?

aditya-konarde commented 5 years ago

/label enhancement :)

gbraad commented 5 years ago

ideally we check the host platform:

where components is libvirtd, firewalld, etc.

praveenkumar commented 5 years ago

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.