Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

'ks_appends' subtree is being stripped from job template XML #106

Open
martbab opened this issue Feb 28, 2017 · 1 comment
Open

'ks_appends' subtree is being stripped from job template XML #106

martbab opened this issue Feb 28, 2017 · 1 comment

Comments

@martbab
Copy link

martbab commented Feb 28, 2017

When we import a job template whih contain <ks_appends> section to do some custom Kickstart setup, e.g.:

<ks_appends>
        <ks_append><![CDATA[
%post
dnf config-manager -y --set-enabled updates-testing
dnf update -y --best
%end
         ]]></ks_append>
      </ks_appends>

the whole section gets stripped from the job template upon import. This prevents us to run jobs which use custom host configuration, e.g enabling updates-testing on Fedora as can be seen from example.

@Pajinek
Copy link
Contributor

Pajinek commented Feb 28, 2017

It is possible to use "Extra XML parameter" in RecipeTemplate for this configuration. But it is true, that all configurations are not imported from beaker's xml. Sometime it is needed to set up manually.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants