Bug 839524
| Summary: | SAM cli command displays errors | |||
|---|---|---|---|---|
| Product: | [Retired] Subscription Asset Manager | Reporter: | Tazim Kolhar <tkolhar> | |
| Component: | katello | Assignee: | Adam Price <adprice> | |
| Status: | CLOSED WONTFIX | QA Contact: | Og Maciel <omaciel> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 1.2 | CC: | cwelton, omaciel, tomckay | |
| Target Milestone: | rc | Keywords: | Triaged | |
| Target Release: | 1.2 | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 840859 (view as bug list) | Environment: | ||
| Last Closed: | 2017-06-26 20:37:24 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 864654 | |||
| Bug Blocks: | 840859 | |||
|
Description
Tazim Kolhar
2012-07-12 08:21:29 UTC
had to modify methods in headpin/katello-cli-headpin/bin/headpin. The parent Command class no longer has an add_action method. changed it to add_command. pull-request has been merged https://github.com/Katello/katello/commit/b8ff8388ca8e8fdf05088667bd8f020584e98aff Blocked by BZ #864654 # headpin -u admin -p admin --help
Usage: headpin <options> <command>
Supported Commands:
activation_key activation key specific actions in the katello server
client client specific actions in the katello server
environment environment specific actions in the katello server
org organization specific actions in the katello server
permission permission specific actions in the katello server
ping get the status of the katello server
product product specific actions in the katello server
provider provider specific actions in the katello server
shell run the cli as a shell
system system specific actions in the katello server
user user specific actions in the katello server
user_role user role specific actions in the katello server
version get the version of the katello server
Options:
-h, --help show this help message and exit
-v, --version prints version information
-d, --debug send debug information into logs
Katello User Account Credentials:
-u USERNAME, --username=USERNAME
account username
-p PASSWORD, --password=PASSWORD
account password
Katello Server Information:
--host=HOST katello server host name (default:
localhost.localdomain)
# headpin -u admin -p admin version
Headpin 1.1.15-2h.el6_3
Verified: * candlepin-0.7.13-1.el6_3.noarch * candlepin-tomcat6-0.7.13-1.el6_3.noarch * katello-candlepin-cert-key-pair-1.0-1.noarch * katello-certs-tools-1.1.8-1h.el6_3.noarch * katello-cli-1.1.11-1h.el6_3.noarch * katello-cli-common-1.1.11-1h.el6_3.noarch * katello-common-1.1.15-2h.el6_3.noarch * katello-configure-1.1.11-1h.el6_3.noarch * katello-glue-candlepin-1.1.15-2h.el6_3.noarch * katello-headpin-1.1.15-2h.el6_3.noarch * katello-headpin-all-1.1.15-2h.el6_3.noarch * katello-selinux-1.1.2-1h.el6_3.noarch The release of Satellite 5.8 we are deprecating the support of Subscription Asset Manager. The release notes for 5.8 can be found at https://access.redhat.com/documentation/en-us/red_hat_satellite/5.8/pdf/release_notes/Red_Hat_Satellite-5.8-Release_Notes-en-US.pdf. I am therefore closing out this bug as WONTFIX. If you believe this to be an error, please feel free tor each out to either Rich Jerrido or Bryan Kearney. Thank you! |