-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install this plugin on Centos7 #82
Comments
Ruby 2.3 installation:
Foreman and its plugin installation form packages: https://www.theforeman.org/manuals/1.21/index.html#3.3InstallFromPackages |
THX for the help. So this is what I did: installing the necessary packages: As /usr/share/foreman is owned by root I need as a quick and dirty solution: setfacl -R -m u:foreman:rxw /usr/share/foreman sudo -u foreman scl enable rh-ruby23 bash and after restart: What I am doing wrong? |
I have issues like this at the moment:
|
@Yamakasi Please post a distinct issue and describe precisely what you did in order to reproduce it. |
@csecsi gem installation is not recommended by foreman team. Please read carefully the doc §2.3: https://theforeman.org/plugins/ |
@tristanrobert exactly your commands posted above and after that a gem install... I don't see the 0.8.0 version available in repo's that's why I tried Gem. |
@Yamakasi 0.8.0 packages PR to foreman-packaging have just been posted. |
@tristanrobert OK looking forward to it :) |
@csecsi -- Were you able to install the plugin on CentOS7. I am doing the same steps and facing issues. Could you please list steps you performed for this plugin installation? Any pointers would be really helpfull |
Negative. :( |
Which foreman version do you use? We're packaging our own versions of foreman-fog-proxmox and fog-proxmox for orcharhino. I could send you the rpm packages for CentOS7 that should work with foreman-1.21 or 1.22 |
Following are the steps I followed for installing foreman_fog_proxmox (0.8) plugin in CentOS (7) for the latest foreman version (1.22) and finally had a working version
Resolution provided by pdzionek in issue #86 works for me: Hope this helps! |
Needs a new PR in theforeman/foreman-packaging to include 0.8.1. |
I am confused about installing this plugin on Centos7 (like: fog-proxmox requires Ruby version >= 2.3).
Could someone add a Centos install howto to the manual?
The text was updated successfully, but these errors were encountered: