myoung34 / vagrant-ovirt4

oVirt v4 provider for Vagrant
MIT License
36 stars 23 forks source link

Listed prerequisites and install script questions #112

Closed jeremytourville closed 4 years ago

jeremytourville commented 4 years ago

I have reviewed both the list of prerequisites and the install script. If I understand correctly the install script will take care of all the prerequisites for you, is that right? (Assuming you are using RHEL/Centos/SCL etc.)

I also see the install script installs more components than what is listed in the prerequisite list. ie- various devel toos such as gcc,, make, ruby, ruby-devel, etc. How are these being used/what's the purpose?

myoung34 commented 4 years ago

that script is more of an example of what it takes to set up ovirt on that type of box. feel free to add or remove libraries but it's more or less to show whats needed and not a golden installer

jeremytourville commented 4 years ago

Thanks. for clairfying