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>
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?
good idea
OK, moving to the Beaker product.
Bulk reassignment of issues as Bill has moved to another team.
On Gerrit: http://gerrit.beaker-project.org/#/c/4012/ Matt Jia
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
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/
Beaker 19.3 has been released.