Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Doc: Further steps if firewalld is not installed #11

Open
aditya-konarde opened this issue Jan 10, 2019 · 3 comments
Open

Doc: Further steps if firewalld is not installed #11

aditya-konarde opened this issue Jan 10, 2019 · 3 comments

Comments

@aditya-konarde
Copy link

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
Copy link
Author

/label enhancement :)

@gbraad
Copy link
Collaborator

gbraad commented Jan 11, 2019

ideally we check the host platform:

  • if RHEL/CentOS, use yum, else if Fedora, use dnf.
  • check for components needed
    • if not installed, perform install
    • enable and start required components
  • verify if components are working
  • continue as-is

where components is libvirtd, firewalld, etc.

@praveenkumar
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants