Bug #15289
closedhost-collection content-base subcommand is nonexistant
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1335552
Description of problem: There is a subcommand in host_collection.rb named ContentBaseCommand with three actions, but there is no way to access them in hammer.
Version-Release number of selected component (if applicable):
6.2, 6.1, devel
How reproducible:
Always
Steps to Reproduce:
1. Run each hammer command below
hammer host-collection content-base install
hammer host-collection content-base update
hammer host-collection content-base remove
Actual results:
Error: No such sub-command 'content-base'
See: 'hammer host-collection --help'
Expected results:
Content installed
Content updated
Content removed
Additional info:
I believe this hammer subcommand should be calling the hosts_bulk_actions_controller in Katello's API.
Updated by Dominic Cleal over 8 years ago
- Project changed from Hammer CLI to Katello
- Category set to Hammer
Updated by Justin Sherrill over 8 years ago
- Priority changed from Normal to High
- Translation missing: en.field_release set to 144
- Difficulty set to medium
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release deleted (
144)
Updated by Justin Sherrill over 8 years ago
- Priority changed from High to Low
- Translation missing: en.field_release set to 114
Updated by Andrew Kofink over 8 years ago
- Related to Feature #11531: As a developer, the content hosts UI needs to utilize new v2 apis showing the list of content hosts added
Updated by Andrew Kofink over 8 years ago
- Related to Feature #11508: As a user, bulk actions should be based off hosts instead of content hosts (4) added
Updated by Andrew Kofink over 8 years ago
- Status changed from New to Rejected
- Translation missing: en.field_release changed from 114 to 166
There is no content-base command. This "command" is actually named this way because it is the base logic for the package, package group, and errata subcommands, which all exist. Because of this, I'm closing this.