Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
hammer fact list provides --organization/location options:
# hammer fact list --help
Usage:
hammer fact list [OPTIONS]
Options:
--location LOCATION_NAME Location name
--location-id LOCATION_ID
--location-title LOCATION_TITLE Location title
--order ORDER Sort results
--organization ORGANIZATION_NAME Organization name
--organization-id ORGANIZATION_ID Organization ID
--organization-title ORGANIZATION_TITLE Organization title
--page PAGE Paginate results
--per-page PER_PAGE Number of entries per request
--search SEARCH Filter results
-h, --help Print help
but actually they cannot be used:
# hammer fact list --organization-id 1
400 Bad Request
Field 'organization' not recognized for searching!
# hammer fact list --location-id 2
400 Bad Request
Field 'location' not recognized for searching!
Version-Release number of selected component (if applicable):
6.4 snap 8
satellite-6.4.0-9.beta.el7sat.noarch
tfm-rubygem-hammer_cli-0.13.0-1.el7sat.noarch
tfm-rubygem-hammer_cli_foreman-0.13.0-1.el7sat.noarch
How reproducible:
always
Additional info:
previous version does not provide org/location options
satellite-6.3.1-3.el7sat.noarch
tfm-rubygem-hammer_cli-0.11.0.1-1.el7sat.noarch
tfm-rubygem-hammer_cli_foreman-0.11.0.5-1.el7sat.noarch
tfm-rubygem-hammer_cli_katello-0.11.3.5-1.el7sat.noarch
# hammer fact list --help
Usage:
hammer fact list [OPTIONS]
Options:
--order ORDER sort results
--page PAGE paginate results
--per-page PER_PAGE number of entries per request
--search SEARCH filter results
-h, --help print help
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2018:2927
Description of problem: hammer fact list provides --organization/location options: # hammer fact list --help Usage: hammer fact list [OPTIONS] Options: --location LOCATION_NAME Location name --location-id LOCATION_ID --location-title LOCATION_TITLE Location title --order ORDER Sort results --organization ORGANIZATION_NAME Organization name --organization-id ORGANIZATION_ID Organization ID --organization-title ORGANIZATION_TITLE Organization title --page PAGE Paginate results --per-page PER_PAGE Number of entries per request --search SEARCH Filter results -h, --help Print help but actually they cannot be used: # hammer fact list --organization-id 1 400 Bad Request Field 'organization' not recognized for searching! # hammer fact list --location-id 2 400 Bad Request Field 'location' not recognized for searching! Version-Release number of selected component (if applicable): 6.4 snap 8 satellite-6.4.0-9.beta.el7sat.noarch tfm-rubygem-hammer_cli-0.13.0-1.el7sat.noarch tfm-rubygem-hammer_cli_foreman-0.13.0-1.el7sat.noarch How reproducible: always Additional info: previous version does not provide org/location options satellite-6.3.1-3.el7sat.noarch tfm-rubygem-hammer_cli-0.11.0.1-1.el7sat.noarch tfm-rubygem-hammer_cli_foreman-0.11.0.5-1.el7sat.noarch tfm-rubygem-hammer_cli_katello-0.11.3.5-1.el7sat.noarch # hammer fact list --help Usage: hammer fact list [OPTIONS] Options: --order ORDER sort results --page PAGE paginate results --per-page PER_PAGE number of entries per request --search SEARCH filter results -h, --help print help