Bug 876174 - Consumer commands (at least list) are missing
Summary: Consumer commands (at least list) are missing
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: 2.0.6
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ---
: Sprint 42
Assignee: Jay Dobies
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-13 13:56 UTC by Jay Dobies
Modified: 2013-09-09 16:29 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-01-07 14:11:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Jay Dobies 2012-11-13 13:56:29 UTC
The RPM consumer commands were replacing many of the built in consumer commands, so for now I told Jason to just disable the built in ones entirely. What I forgot was that there are a few commands (list, possibly unregister) that weren't being overridden and were lost in the process.

For now I'm going to copy those commands into the RPM extensions and then post-2.0 when we refactor them they will find their way back out.

Comment 1 Jay Dobies 2012-11-13 14:06:09 UTC
List of missing commands:
- list
- unregister
- update
- search
- history

Comment 2 Jeff Ortel 2012-11-20 22:19:57 UTC
build: 2.0.6-0.3.beta

Comment 3 Preethi Thomas 2012-11-26 20:10:40 UTC
verified

[root@preethi-el6-pulp ~]# rpm -q pulp-server
pulp-server-2.0.6-0.9.beta.noarch
[root@preethi-el6-pulp ~]# pulp-admin rpm
Usage: pulp-admin rpm [SUB_SECTION, ..] COMMAND
Description: manage RPM-related content and features

Available Sections:
  consumer - register, bind, and interact with rpm consumers
  repo     - repository lifecycle commands
[root@preethi-el6-pulp ~]# pulp-admin rpm consumer
Usage: pulp-admin consumer [SUB_SECTION, ..] COMMAND
Description: register, bind, and interact with rpm consumers

Available Sections:
  errata        - errata installation management
  group         - rpm consumer group commands
  package       - package installation management
  package-group - package-group installation management

Available Commands:
  bind       - binds a consumer to a repository
  history    - displays the history of operations on a consumer
  list       - lists summary of consumers registered to the Pulp server
  search     - binds a consumer to a repository distributor for consuming published content
  unbind     - removes the binding between a consumer and a repository
  unregister - unregisters a consumer
  update     - changes metadata on an existing consumer
[root@preethi-el6-pulp ~]#

Comment 4 Preethi Thomas 2013-01-07 14:11:56 UTC
Pulp 2.0 released.


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