[foreman 1.17] Install plugin foreman_column_view on Centosx64

Problem:How install plugin foreman_column_view on foreman 1.17 on Centos. I haved try some possibility :

  • gem install --ignore-dependencies foreman_column_view, bundler.d/Gemfile.local.rb => problem for launch foreman
  • gem install foreman_column_view => ruby version (2.0) problem (>=2.2)
  • yum install tfm-rubygem-foreman-column-view => problem when i try rake db:seed

When i try bundle update, i have all the time :
could not locate gem file

Can u help me for install this plugin ?

NB : i haved install foreman with package

Foreman and Proxy versions: 1.17
Foreman and Proxy plugin versions: foreman_column_view

Hello,
It would seem that foreman_column_view is incompatible with foreman 1.17, which uses a newer rails version. There is a post already regarding several other plugins in the same situation, I will add this one there as well.

Thanks for you patience with this - I’ve been out of action for a while & I am just getting back to my todo list. I’ll get the 1.17 issues sorted as soon as I can.

Thanks tbrisker…
Can u tell me the best method to install a plugin ( for exemple foreman-datacenter) on centox64.
I cant use gem, i think because my foreman it is a package install

Most plugins are also packaged as RPMs, and available at http://yum.theforeman.org/plugins/1.17/el7/x86_64/. See Foreman :: Plugin Manuals for more information regarding the different ways of installing plugins.

1 Like

ok cool thanks