Bug 642328

Summary: packagegroup install does not have the option to install on consumergroup
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: z_otherAssignee: John Matthews <jmatthew>
Status: CLOSED DUPLICATE QA Contact: Preethi Thomas <pthomas>
Severity: medium Docs Contact:
Priority: low    
Version: unspecified   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-10-13 15:51:07 UTC Type: ---
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 2010-10-12 15:21:28 UTC
Description of problem:

see that packagegroup can only be installed on individual consumers

[root@preethi ~]# pulp-admin packagegroup install --help
Usage: ... install <options>

Options:
  -h, --help            show this help message and exit
  -g PKGGROUPID, --pkggroupid=PKGGROUPID
                        packagegroup to install on a given consumer; to
                        specify multiple package groups use multiple -g
  --consumerid=CONSUMERID
                        consumer id
You have new mail in /var/spool/mail/root

It should match the package install option

[root@preethi ~]# pulp-admin package install --help
Usage: ... install <options>

Options:
  -h, --help            show this help message and exit
  -n PNAMES, --name=PNAMES
                        packages to be installed; to specify multiple packages
                        use multiple -n
  --consumerid=CONSUMERID
                        consumer id
  --consumergroupid=CONSUMERGROUPID
                        consumer group id

Comment 1 John Matthews 2010-10-13 15:51:07 UTC

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