Bug #33182
closedWarnings should be improved for hammer host errata apply, when not passing errata_ids
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1979239
Description of problem:
Version-Release number of selected component (if applicable):
Satellite 6.10.0 Snap 7.0
How reproducible:
always
Steps to Reproduce:
1. # hammer host errata apply --host-id <host-id>
This command uses katello agent and will be removed in favor of remote execution in a future release.
The remote execution equivalent is `hammer job-invocation create --feature katello_errata_install`.
Could not apply errata:
no implicit conversion of nil into String
2. # echo $?
70
Actual results:
no implicit conversion of nil into String
Expected results:
A warning should exist to pass errata_ids, like when not passing --errata to command `hammer host-collection erratum install --id 1 --organization-id 1`
On Satellite 6.9.3 Snap 5.0
- hammer host errata apply --host-id 3
Could not apply errata:
undefined method `[]' for nil:NilClass
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lucy Fu
- Pull request https://github.com/Katello/katello/pull/9516 added
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/Katello/hammer-cli-katello/pull/812 added
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases Katello 4.3.0 added
Updated by Lucy Fu over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|c35f3100fda7fcdd89b34e8324b3e82c4b8b491e.
Updated by Justin Sherrill over 3 years ago
- Subject changed from Warnings should be improved for hammer host errata apply, when not passing errata_ids to Warnings should be improved for hammer host errata apply, when not passing errata_ids
- Target version set to Katello 4.2.0
- Triaged changed from No to Yes