Bug 969045

Summary: [RFE] consumer group CLI should support errata and package group install
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: user-experienceAssignee: pulp-bugs
Status: CLOSED UPSTREAM QA Contact: Preethi Thomas <pthomas>
Severity: medium Docs Contact:
Priority: medium    
Version: MasterCC: jason.dobies, mmccune, rbarlow
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-19 01:11:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Preethi Thomas 2013-05-30 14:39:13 UTC
Description of problem:
Looks like there is no support for errata and package group install on consumer group.


Version-Release number of selected component (if applicable):

pulp-server-2.1.2-0.1.beta.el6.noarch
How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Preethi Thomas 2013-05-30 19:04:50 UTC
Looks like the REST API is workig. CLI is missing though. Changing it for CLI

Here is POST for package group and errata install on consumer groups

pic.POST('/v2/consumer_groups/consumer-grp/actions/content/install/',body={'units':[{'unit_key':{'name':'haskell'},'type_id':'package_group'}], 'options':{} })


pic.POST('/v2/consumer_groups/consumer-grp/actions/content/install/',body={'units':[{'unit_key':{'id':'grinder_test_4'},'type_id':'erratum'}], 'options':{} })

Comment 2 Jay Dobies 2013-06-05 15:50:22 UTC
Mike - I'm not sure this is a Katello blocker; it was recharacterized as a client only bug.

Comment 3 Mike McCune 2013-06-18 22:14:43 UTC
cleared sat6-blocker

Comment 4 Brian Bouterse 2015-02-19 01:11:05 UTC
Moved to https://pulp.plan.io/issues/193