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

A can't select an Image when creating a compute profile #179

Closed MichaelTrip closed 3 years ago

MichaelTrip commented 3 years ago

Describe the bug A can't select an Image when creating a compute profile

To Reproduce Steps to reproduce the behavior:

  1. Go To Compute profiles
  2. Create new profile
  3. Select proxmox host
  4. Image list can't be selected.

Screenshots

created image:

Screenshot at 2020-11-25 13-02-24

This is a cloud init template that i created.

Screenshot at 2020-11-25 13-03-02

As you can see here the Image dropdown menu is greyed out.

Used versions

tfm-rubygem-fog-proxmox-0.13.0-1.el7.noarch
tfm-rubygem-foreman_fog_proxmox-0.11.1-1.fm2_2.el7.noarch
foreman-release-2.2.1-1.el7.noarch
katello-3.17.0-1.el7.noarch
tristanrobert commented 3 years ago

In proxmox when you want to create a vm from a template (image) you must clone it. In foreman, when you want to create a host from an image you use OS tab "Image based" selected and you can not use a profile. This is the way Foreman do it. You can read the doc

MichaelTrip commented 3 years ago

Thank you for your answer Tristan!