theforeman / foreman_fog_proxmox

Foreman plugin to add Proxmox compute resource based on fog-proxmox gem
GNU General Public License v3.0
106 stars 31 forks source link

Proxmox Not Showing as Compute Provider #174

Closed HeroesLament closed 3 years ago

HeroesLament commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Install packages via "yum install tfm-rubygem-fog-proxmox.noarch tfm-rubygem-fog-proxmox-doc.noarch -y"
  2. Go to "About -> Available Providers"
  3. Proxmox Not Listed

Expected behavior Proxmox should be listed

Desktop (please complete the following information):

Yum Output of Package Info [root@the-foreman ~]# yum info tfm-rubygem-fog-proxmox.noarch tfm-rubygem-fog-proxmox-doc.noarch Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile

Name : tfm-rubygem-fog-proxmox-doc Arch : noarch Version : 0.12.0 Release : 1.el7 Size : 4.3 M Repo : installed From repo : foreman-plugins Summary : Documentation for rubygem-fog-proxmox URL : https://github.com/fog/fog-proxmox License : GPLv3 Description : Documentation for rubygem-fog-proxmox.

[root@the-foreman ~]#

tristanrobert commented 3 years ago

Hello. You should install the rubygem-foreman_fog_proxmox plugin.

HeroesLament commented 3 years ago

Hi Tristan,

Upon trying to install that plugin, it seems to have an incorrect dependency in the package, see this:

epel/x86_64/metalink | 8.5 kB 00:00

Even trying --skip-broken just skips the whole package.

tristanrobert commented 3 years ago

plugin is here: http://koji.katello.org/kojifiles/packages/tfm-rubygem-foreman_fog_proxmox/0.12.4/1.fm2_3.el7/noarch/tfm-rubygem-foreman_fog_proxmox-0.12.4-1.fm2_3.el7.noarch.rpm and its fog-proxmox dependency is here: http://koji.katello.org/kojifiles/packages/tfm-rubygem-fog-proxmox/0.13.0/1.el7/noarch/tfm-rubygem-fog-proxmox-0.13.0-1.el7.noarch.rpm

Build was successfull here: http://koji.katello.org/koji/buildinfo?buildID=61023

Maybe you should first uninstall tfm-rubygem-fog-proxmox-0.12.0-1.el7.noarch

HeroesLament commented 3 years ago

Awesome, that seemed to do it! All the guides I had seen regarding the plugin didn't mention the katello repo. I might just write up a new blogpost for installing the newest version of the plugin :) Thanks Tristan!