Bug 856687

Summary: [rfe] option for <ks_append> part of beaker job xml
Product: [Retired] Beaker Reporter: Jiri Kastner <jkastner>
Component: command lineAssignee: matt jia <mjia>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.9CC: asaha, bnater, bpeck, dcallagh, dowang, ebaak, ineilsen, mcermak, mjia, psplicha, tools-bugs
Target Milestone: 19.3Keywords: FutureFeature, Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: CommandLineEnhancement
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-17 06:34:23 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 Jiri Kastner 2012-09-12 15:02:45 UTC
Description of problem:
beaker xml contains <ks_appends> which serves to append custom kickstart parts. seems to me usefull to have option for that.

Actual results:
missing options

Expected results:
--ks-append and/or --ks-append-file options

Additional info:
<ks_appends>
   <ks_append>
%post
sed -i 's/CONSOLE_LOG=.*/CONSOLE_LOG=False/' /etc/beah.conf
%end
   </ks_append>
</ks_appends>

Comment 1 Petr Šplíchal 2012-09-12 16:48:48 UTC
I think it would make sense to include this functionality in the
general workflow code from where all workflows can make use of it
(similarly as the --ks-meta option). Jiri, what do you think?

Comment 2 Jiri Kastner 2012-09-13 13:00:16 UTC
good idea

Comment 3 Petr Šplíchal 2012-09-13 13:32:38 UTC
OK, moving to the Beaker product.

Comment 4 Nick Coghlan 2012-10-17 04:35:44 UTC
Bulk reassignment of issues as Bill has moved to another team.

Comment 6 matt jia 2015-03-03 06:18:16 UTC
On Gerrit:

 http://gerrit.beaker-project.org/#/c/4012/

Matt Jia

Comment 7 matt jia 2015-03-12 03:40:23 UTC
Verify Steps:

1. run `bkr workflow-simple --dryrun --prettyxml --family Fedora21 --arch x86_64  --task '/distribution/install' --ks-append 'test or whatever command'`

2. check the ks_appends part in the output xml.

Matt Jia

Comment 8 Dan Callaghan 2015-03-13 02:47:23 UTC
This bug fix is included in beaker-client-19.3-0.git.19.e9faab9.el6eng which is currently available for download here:

https://beaker-project.org/nightlies/release-19/

Comment 10 Dan Callaghan 2015-03-17 06:34:23 UTC
Beaker 19.3 has been released.