Bug 1223930
| Summary: | hammer content-host errata does not list org options | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | sthirugn <sthirugn> |
| Component: | Content Management | Assignee: | Katello Bug Bin <katello-bugs> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | sthirugn <sthirugn> |
| Severity: | high | Docs Contact: | David O'Brien <daobrien> |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | bbuckingham, daobrien, erezende, mmccune, sthirugn |
| Target Milestone: | Unspecified | Keywords: | Regression, Reopened, Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-12 14:01:50 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: | |||
| Bug Blocks: | 1190823 | ||
This bug was found while verifying BZ 1219593 It is not failing anymore on S7C2.
$ hammer content-host errata list --help
Usage:
hammer content-host errata list [OPTIONS]
Options:
--by BY Field to sort the results on
--content-host, --system CONTENT_HOST_NAME Name to search by
--content-host-id, --system-id CONTENT_HOST_ID UUID of the content host
--content-view CONTENT_VIEW_NAME Content view name
--content-view-id CONTENT_VIEW_ID content view numeric identifier
--environment ENVIRONMENT_NAME Name to search by
--environment-id ENVIRONMENT_ID
--full-results FULL_RESULTS Whether or not to show all results
One of true/false, yes/no, 1/0.
--order ORDER Sort field and order, eg. 'name DESC'
--organization ORGANIZATION_NAME Organization name to search by
--organization-id ORGANIZATION_ID organization ID
--organization-label ORGANIZATION_LABEL Organization label to search by
--page PAGE Page number, starting at 1
--per-page PER_PAGE Number of results per page to return
--search SEARCH Search string
-h, --help print help
hammer> content-host errata list --content-host-id=21fd993a-9abf-4506-bcfe-61c16c48e10a --organization-id 1
---|------------|------|-------|------------
ID | ERRATUM ID | TYPE | TITLE | INSTALLABLE
---|------------|------|-------|------------
hammer> content-host errata list --content-host-id=21fd993a-9abf-4506-bcfe-61c16c48e10a --organization "Default_Organization"
---|------------|------|-------|------------
ID | ERRATUM ID | TYPE | TITLE | INSTALLABLE
---|------------|------|-------|------------
hammer> content-host errata list --content-host-id=21fd993a-9abf-4506-bcfe-61c16c48e10a --organization-label "Default_Organization"
---|------------|------|-------|------------
ID | ERRATUM ID | TYPE | TITLE | INSTALLABLE
---|------------|------|-------|------------
As per Comment 4, this is working fine now. It looks this is fixed after Snap 5. So changing the status to VERIFIED. Can I assume that if this is fixed and verified it no longer requires a release note? thanks Since this is verified, no release not will be required. This bug is slated to be released with Satellite 6.1. This bug was fixed in version 6.1.1 of Satellite which was released on 12 August, 2015. |
Description of problem: hammer content-host errata does not list org options Version-Release number of selected component (if applicable): Sat 6.1 GA Snap 5 How reproducible: Always Steps to Reproduce: hammer> content-host errata list --id=5f9651b3-5cdd-4b24-902b-3889861e821a --content-view=rhel7partialcv Error: Could not find organization. Some search options were missing, please see --help. hammer> content-host errata list --id=5f9651b3-5cdd-4b24-902b-3889861e821a --content-view=rhel7partialcv --organization-id=1 Error: Unrecognised option '--organization-id' See: ' content-host errata list --help' hammer> content-host errata list --help Usage: content-host errata list [OPTIONS] Options: --by BY Field to sort the results on --content-view CONTENT_VIEW_NAME Content view name --content-view-id CONTENT_VIEW_ID content view numeric identifier --environment ENVIRONMENT_NAME Name to search by --environment-id ENVIRONMENT_ID --full-results FULL_RESULTS Whether or not to show all results One of true/false, yes/no, 1/0. --id ID UUID of the content host --name NAME Name to search by --order ORDER Sort field and order, eg. 'name DESC' --page PAGE Page number, starting at 1 --per-page PER_PAGE Number of results per page to return --search SEARCH Search string -h, --help print help Actual results: Org options are missing in the command as shown above. Expected results: Org options should be provided (or) --content-view / --environment options should be removed. Additional info: