Bug #24750
closedhammer host create error: Found more than one compute_resource
Description
$ hammer host create --compute-resource <resource-name> --compute-profile <profile-name> ...
Error: Found more than one compute_resource. / compute_profile.
Since hammer 0.12.0 (Foreman 1.17) passing names doesn't work. We have to use IDs instead.
The exact same command works with hammer 0.11.0.
Tested on Foreman 1.18.1 and 1.19RC3 with Katello plugin.
As hammer doesn't support compute profiles yet, it becomes hardly usable for hosts provisioning (without direct API call)
Updated by Alex .. over 6 years ago
- Found in Releases 1.18.1 added
I have also found in 1.18.0 and 1.18.1. Not only `compute-resource` fails but also `compute-profile` forcing to use `-id`
Updated by Martin Bacovsky about 6 years ago
- Project changed from Foreman to Katello
- Category changed from Host creation to Hammer
- Status changed from New to Assigned
- Assignee set to Martin Bacovsky
- Triaged changed from No to Yes
- Bugzilla link set to 1665780
The cause is that building of the search arguments is unintentionally modified by Katello plugin for hammer. Compute profiles needs to be added to foreman_search_options_creators.rb
Updated by The Foreman Bot about 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/619 added
Updated by Martin Bacovsky about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-katello|b580073e39a32e54b819c91dd3409b989c5d0dea.
Updated by Ivan Necas almost 6 years ago
- Related to Refactor #26027: hammer_cli_katello resolvers interfere with foreman onces on katello-extended resources added