-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refs #36665 - Remove katello-agent end points #904
Conversation
Issues: #36665 |
b64de1a
to
a4e8b00
Compare
a4fd486
to
c8d6881
Compare
de05177
to
8bdce1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with this approach. 👍
APJ
249ae98
to
89cf066
Compare
@@ -1,33 +1,17 @@ | |||
module HammerCLIKatello | |||
class HostCollectionErratumCommand < HammerCLIKatello::Command | |||
command_name "erratum" | |||
desc _("Manipulate errata for a host collection") | |||
desc "Manage errata on your host collections. "\ | |||
"Note these command are no longer available. "\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Note these command are no longer available. "\ | |
"These commands are no longer available. "\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for all other occurrences
Update lib/hammer_cli_katello/host_package_group.rb Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> Updated Tests Refs #36665 - Remove agent related actions from host collection
89cf066
to
4297f59
Compare
This PR removes all the katello-agent endpoint related hammer actions. Instead of saying
no such command
it tries to redirect the use to the right area.