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 1089631 - hammer organization info doesn't provide associated entities information
Summary: hammer organization info doesn't provide associated entities information
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Hammer
Version: 6.0.3
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: Unspecified
Assignee: Adam Price
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-21 09:13 UTC by Kedar Bidarkar
Modified: 2014-06-27 19:50 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-27 19:50:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Kedar Bidarkar 2014-04-21 09:13:06 UTC
Description of problem:

hammer organization info --name "ACME_Corporation", doesn't provide any info related to the associated entities like "subnet, users, domain, e.t.c

Version-Release number of selected component (if applicable):
Satellite-6.0.3-RHEL-6-20140404.0/

How reproducible:

Try associating various entities like subnet, users, proxies, e.t.c to org via the UI.

Steps to Reproduce:
1.
2.
3.

Actual results:

No display related to associated entities when we issue the below command,

hammer organization info --name "ACME_Corporation"

Expected results:

Should display the various entites associated with the org.

Additional info:

I believe Various entity information needs to be displayed as below.

For Example:

[root@qetello02 ~]# hammer content-view version info --id 627
ID:                 627
Name:               cv-kedar1 3
Version:            3
Content View ID:    694
Content View Name:  cv-kedar1
Content View Label: cv-kedar1
Environments:       
 1) ID:    727
    Name:  production
    Label: produc
 2) ID:    726
    Name:  testing
    Label: testing
Repositories:       
 1) ID:    285
    Name:  kedar1
    Label: kedar1
Puppet Modules:

Comment 2 Adam Price 2014-06-27 19:50:19 UTC
we have subcommands to list all the things you're wanting to see. I think it's a bit overkill to show *everything* associated with an organization when you're just asking for details on the organization.

`hammer <object> list` exists to list those objects, which are scoped to orgs via the --organization option.


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