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 833022 - CLI: product list shows empty list
Summary: CLI: product list shows empty list
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Hammer
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: Unspecified
Assignee: Lukas Zapletal
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks: 827494 829759
TreeView+ depends on / blocked
 
Reported: 2012-06-18 12:04 UTC by Hayk Hovsepyan
Modified: 2019-09-26 13:34 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
A code regression caused a class instance typo, which stopped the System Engine CLI from listing products. This fix corrects the typo. System Engine CLI now lists products correctly.
Clone Of:
Environment:
Last Closed: 2012-07-10 07:25:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2012:1062 0 normal SHIPPED_LIVE CloudForms System Engine 1.0.1 bug fix update 2012-07-10 11:18:51 UTC

Description Hayk Hovsepyan 2012-06-18 12:04:53 UTC
Description of problem:

"product list" CLI command does not return any product when products exists.
But on WebUI all products are shown.


Version-Release number of selected component (if applicable):
qpid-cpp-server-ssl-0.14-14.el6_2.x86_64
pulp-selinux-server-1.0.4-1.el6.noarch
katello-glue-candlepin-0.1.317-1.el6_2.noarch
qpid-cpp-client-ssl-0.14-14.el6_2.x86_64
katello-glue-pulp-0.1.317-1.el6_2.noarch
katello-configure-0.1.109-1.el6_3.noarch
katello-qpid-broker-key-pair-1.0-1.noarch
katello-cli-common-0.1.111-1.el6_2.noarch
katello-cli-0.1.111-1.el6_2.noarch
m2crypto-0.21.1.pulp-7.el6.x86_64
python-oauth2-1.5.170-2.pulp.el6.noarch
python-qpid-0.14-7.el6_2.noarch
python-isodate-0.4.4-4.pulp.el6.noarch
pulp-common-1.0.4-1.el6.noarch
qpid-cpp-server-0.14-14.el6_2.x86_64
candlepin-tomcat6-0.6.5-1.el6_2.noarch
katello-glue-foreman-0.1.317-1.el6_2.noarch
katello-0.1.317-1.el6_2.noarch
katello-qpid-client-key-pair-1.0-1.noarch
katello-agent-0.17-1.el6.noarch
grinder-0.0.143-1pulp_1.0.el6_3.noarch
katello-certs-tools-1.0.7-1.el6_3.noarch
candlepin-0.6.5-1.el6_2.noarch
qpid-cpp-client-0.14-14.el6_2.x86_64
pulp-1.0.4-1.el6.noarch
katello-common-0.1.317-1.el6_2.noarch
katello-selinux-0.1.10-1.el6.noarch
katello-candlepin-cert-key-pair-1.0-1.noarch
mod_wsgi-3.3-3.pulp.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. Create custom provider.
2. Create new products for that provider.
3. Execute "product list" command for that provider, and you will see that just created products are not listed, and product list is empty.
  
Actual results:
No any product is shown in products list in CLI command "product list".

Expected results:
Products should be shown in list.

Additional info:
The same problem is for RedHat Content Provider, when manifest is imported, products are not shown by CLI but shows ok by WebUI.
There was a bug 827494, which said that products are not shown correctly by CLI after importing manifest. So current bug may be is occurred after fixing that bug.

Comment 1 Garik Khachikyan 2012-06-18 12:07:23 UTC
it's a regression happened on 1.0.z puddle-only.

Comment 2 Lukas Zapletal 2012-06-18 14:08:25 UTC
I have introduced this when fixing two other mistakes cherry-picked in. Will fix. CFSE repo only.

Comment 5 Lukas Zapletal 2012-06-18 14:22:25 UTC
@Hayk - could you confirm me if this change fixes the issue:

File: /usr/lib/python2.6/site-packages/katello/client/core/product.py
Line: 175 (+-)

-        self.printer.printItem(prods)
+        self.printer.printItems(prods)

Thanks!

Comment 6 Lukas Zapletal 2012-06-18 14:47:58 UTC
commit ef1df07f49497db9dc9adc6c5eac6e8586a3764f
Refs: SYSTEM-ENGINE-1.0.1, <origin/SYSTEM-ENGINE-1.0.1>, katello-0.1.317-1-1-gef1df07
Author:     Lukas Zapletal <lzap+git>
AuthorDate: Mon Jun 18 16:46:02 2012 +0200
Commit:     Lukas Zapletal <lzap+git>
CommitDate: Mon Jun 18 16:46:02 2012 +0200

Comment 10 Dan Macpherson 2012-06-24 16:25:03 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
A typo in a class instance stopped the System Engine CLI from listing products. This fix corrects the typo. System Engine CLI now lists products correctly.

Comment 11 Dan Macpherson 2012-06-24 16:27:20 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -1 +1 @@
-A typo in a class instance stopped the System Engine CLI from listing products. This fix corrects the typo. System Engine CLI now lists products correctly.+A code regression caused a class instance typo, which stopped the System Engine CLI from listing products. This fix corrects the typo. System Engine CLI now lists products correctly.

Comment 14 errata-xmlrpc 2012-07-10 07:25:42 UTC
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.

http://rhn.redhat.com/errata/RHBA-2012-1062.html


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