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.
Bug 1101657 - 'hammer subscription' commands missing --organization & --organization-label options
Summary: 'hammer subscription' commands missing --organization & --organization-lab...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Hammer
Version: 6.0.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: Adam Price
QA Contact: sthirugn@redhat.com
URL: http://projects.theforeman.org/issues...
Whiteboard:
Depends On:
Blocks: 1097647 1099975 1101666 1102331
TreeView+ depends on / blocked
 
Reported: 2014-05-27 17:13 UTC by Justin Sherrill
Modified: 2019-09-26 18:15 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-02 14:08:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 5747 0 None None None 2016-04-22 16:53:12 UTC

Description Justin Sherrill 2014-05-27 17:13:46 UTC
Currently the --organization-id is the only way to pass in an organization

Comment 2 Bryan Kearney 2014-05-27 19:52:49 UTC
Connecting redmine issue http://projects.theforeman.org/issues/5747 from this bug

Comment 3 Bryan Kearney 2014-05-27 20:47:31 UTC

*** This bug has been marked as a duplicate of bug 1095410 ***

Comment 4 Bryan Kearney 2014-06-04 12:57:43 UTC
I opened this back up and moved it to post since it has the upstream bugs attached to it.

Comment 5 Bryan Kearney 2014-06-04 12:57:50 UTC
I opened this back up and moved it to post since it has the upstream bugs attached to it.

Comment 8 sthirugn@redhat.com 2014-06-06 14:50:21 UTC
Failed

# hammer subscription --organization-id=1
Error: Unrecognised option '--organization-id'

See: 'hammer subscription --help'

# hammer subscription --organization='ACME_Corporation'
Error: Unrecognised option '--organization'

See: 'hammer subscription --help'

# hammer subscription --organization-label='ACME_Corporation'
Error: Unrecognised option '--organization-label'

See: 'hammer subscription --help'

Comment 9 sthirugn@redhat.com 2014-06-06 15:35:55 UTC
Ignore my previous comment.  This is the complete list of test scenarios and test results.

It looks like organization-label is not added for upload, manifest-history, delete-manifest and refresh-manifest options. It is added just for list option.  We need to fix this and make it consistent across all options.

# hammer subscription list --organization-id=3 - PASS
# hammer subscription list --organization=sthirugncorp - PASS
# hammer subscription list --organization-label=sthirugncorp - PASS

# hammer subscription upload --file /tmp/manifest.zip --organization-id=4 - PASS
# hammer subscription upload --file /tmp/manifest.zip --organization=testorg - PASS
# hammer subscription upload --file /tmp/manifest.zip --organization-label=testorg - FAIL

# hammer subscription manifest-history --organization-id=4 - PASS
# hammer subscription manifest-history --organization=testorg - PASS
# hammer subscription manifest-history --organization-label=testorg - FAIL

# hammer subscription delete-manifest --organization-id=4 - PASS
# hammer subscription delete-manifest --organization=testorg  - PASS
# hammer subscription delete-manifest --organization-label=testorg - FAIL

# hammer subscription refresh-manifest --organization-id=4 - PASS
# hammer subscription refresh-manifest --organization=testorg - PASS
# hammer subscription refresh-manifest --organization-label=testorg - FAIL

Version Tested:
katello-ca-1.0-1.noarch
pulp-katello-0.3-3.el6sat.noarch
katello-1.5.0-25.el6sat.noarch
rubygem-hammer_cli_katello-0.0.4-5.el6sat.noarch
ruby193-rubygem-katello-1.5.0-54.el6sat.noarch
katello-certs-tools-1.5.5-1.el6sat.noarch
katello-installer-0.0.45-1.el6sat.noarch
foreman-libvirt-1.6.0.14-1.el6sat.noarch
rubygem-hammer_cli_foreman-0.1.1-8.el6sat.noarch
foreman-proxy-1.6.0.6-1.el6sat.noarch
ruby193-rubygem-foreman-redhat_access-0.0.4-1.el6sat.noarch
foreman-selinux-1.6.0-4.el6sat.noarch
ibm-x3250m4-05.lab.eng.rdu2.redhat.com-foreman-client-1.0-1.noarch
foreman-ovirt-1.6.0.14-1.el6sat.noarch
ruby193-rubygem-foreman_bootdisk-2.0.6-1.1.el6sat.noarch
ruby193-rubygem-foreman-tasks-0.5.7-2.el6sat.noarch
foreman-postgresql-1.6.0.14-1.el6sat.noarch
foreman-compute-1.6.0.14-1.el6sat.noarch
foreman-vmware-1.6.0.14-1.el6sat.noarch
ruby193-rubygem-foreman_hooks-0.3.5-2.el6sat.noarch
foreman-1.6.0.14-1.el6sat.noarch
ruby193-rubygem-foreman_discovery-1.3.0-0.1.rc2.el6sat.noarch
ibm-x3250m4-05.lab.eng.rdu2.redhat.com-foreman-proxy-1.0-1.noarch
foreman-gce-1.6.0.14-1.el6sat.noarch
rubygem-hammer_cli_foreman_tasks-0.0.3-2.el6sat.noarch

Comment 10 sthirugn@redhat.com 2014-06-06 16:05:28 UTC
A new bug https://bugzilla.redhat.com/show_bug.cgi?id=1105653 is written up to fix the failures in Comment 9.  So marking this bug VERIFIED.

Comment 11 Bryan Kearney 2014-07-02 14:08:22 UTC
This was delivered with 6.0.3, which is the Satellite 6 Beta.

Comment 12 Bryan Kearney 2014-07-02 14:09:43 UTC
This was delivered in 6.0.3, the Beta version of Satellite 6.0


Note You need to log in before you can comment on or make changes to this bug.