Bug 908183

Summary: Allow to submit a group job
Product: [Retired] Beaker Reporter: Min Shin <mishin>
Component: command lineAssignee: Raymond Mancy <rmancy>
Status: CLOSED CURRENTRELEASE QA Contact: Xin Zhang <xinzhang>
Severity: unspecified Docs Contact:
Priority: high    
Version: 0.11CC: asaha, dcallagh, ebaak, llim, mcsontos, qwan, rglasz, rmancy, szhou, xinzhang
Target Milestone: 0.13Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: GroupModel
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-25 06:25:54 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:
Bug Depends On: 908172    
Bug Blocks: 908185, 908186, 908559, 952980, 958012, 960302    

Description Min Shin 2013-02-06 05:24:29 UTC
As a member of a particular group, user can submit a group job. The job will be owned by that group. All members of the  group will be able to ack/nack, change priority, edit whiteboard, and  change retention tag. The root password used in the job will be the group root password (if one is set).

Comment 1 Nick Coghlan 2013-02-08 05:56:27 UTC
*** Bug 619006 has been marked as a duplicate of this bug. ***

Comment 4 Nick Coghlan 2013-04-17 05:45:17 UTC
This is part of http://beaker-project.org/dev/proposals/enhanced-user-groups.html

Comment 6 Raymond Mancy 2013-04-29 22:05:59 UTC
http://gerrit.beaker-project.org/#/c/1906/

Comment 8 Raymond Mancy 2013-05-03 06:40:33 UTC
SSH keys and extra docs
http://gerrit.beaker-project.org/#/c/1917/

Comment 11 Nick Coghlan 2013-05-10 02:14:22 UTC
This BZ only covered the addition of the ability to have a group associated with a job and all the SSH keys for the group pushed to provisioned systems.

Setting a group root password was moved to BZ #908186
Having full access to jobs for groups of which you are a member was moved to BZ #961580

Comment 12 Xin Zhang 2013-05-28 09:20:00 UTC
Verified. Can successfully submit group job via Web UI and command line.

Web UI:Add an optional attribute group="somegroup" to the <job/> element directly to the job XML.

Web UI version:
beaker-server-redhat-0.1.14-1.el6eng
beaker-server-0.12.1-1.git.133.6c74a92.el6
beaker-0.12.1-1.git.133.6c74a92.el6


command line:bkr workflow-simple --distro="RHEL5.10-Server-20130524.0.n" --arch="x86_64" --task="/distribution/install" --job-group="xinsgroup"

beaker-client version:
beaker-client-0.12.1-1.git.138.df77d66.el6eng

Comment 14 Amit Saha 2013-06-25 06:25:54 UTC
Beaker 0.13.1 has been released.