Bug 661051

Summary: [RFE] Need to better organize packagegroup categories
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: z_otherAssignee: John Matthews <jmatthew>
Status: CLOSED NEXTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: jason.dobies, skarmark, tsanders
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: 2012-07-11 18:51:57 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:
Bug Depends On:    
Bug Blocks: 673012    

Description Preethi Thomas 2010-12-07 18:49:16 UTC
Description of problem:


Currently categories is part of the packagegroup module and the options are a bit too confusing. It may be better to have a different module for the categories.

[root@10 ~]# pulp-admin packagegroup 
Usage: pulp-admin <options> packagegroup <action> <options>
Supported Actions:
	list           list available package groups
	info           lookup information for a package group
	create         create a package group   
	delete         delete a package group   
	add_package    add package to an existing package group
	delete_package delete package from an existing package group
	install        schedule a packagegroup install
	install_category schedule a packagegroupcategory install
	list_category  list available package group categories
	info_category  lookup information for a package group category
	create_category create a package group category
	delete_category delete a package group category
	add_group      add package group to an existing package group category
	delete_group   delete package group from an existing package group category

Comment 1 John Matthews 2010-12-08 18:01:26 UTC
We plan to add this to Sprint 19.

If anyone has suggestions on a better organization, please include.

Current thoughts are to create a new module: "packagecategory" and move the calls to this new module.

Comment 2 Jay Dobies 2012-07-11 18:51:57 UTC
Fixed in v2, the category list is separate from the group list.