Bug 1139951

Summary: guest recipes do not inherit OS major install options configured by the admin
Product: [Retired] Beaker Reporter: Dan Callaghan <dcallagh>
Component: generalAssignee: Dan Callaghan <dcallagh>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.18CC: aigao, asaha, dcallagh, rmancy, xma
Target Milestone: 0.18.1   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-12 07:36: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 Dan Callaghan 2014-09-10 04:38:03 UTC
Similar to bug 1138533, but slightly different...

Guest recipes and recipes dispatched to OpenStack do not obey OS major install options configured by the admin.

This is not actually a new problem in 0.18 (probably guest recipes regressed in 0.10) but it was never noticed before because OS major install options were not used for anything besides the "serial" Anaconda option which was added and then dropped during the RHEL7 Alpha timeframe. Now in 0.18 we have the distro feature variables which can be overridden for custom distros.

Steps to Reproduce:
1. Add a fake custom RHEL6 distro, as per the second half of https://bugzilla.redhat.com/show_bug.cgi?id=1070597#c11
2. Provision the custom RHEL6 distro in a guest recipe

Actual results:
After fixing bug 1138533, the distro is treated like RHEL7. Guest recipe kickstart includes systemd-specific bits (systemctl instead of chkconfig, RHTS_OPTION_COMPATIBLE=, etc).

Expected results:
Distro should be treated like RHEL6. Systemd-specific bits should not be present (chkconfig not systemctl, no RHTS_OPTION_COMPATIBLE=).

Comment 1 Dan Callaghan 2014-09-10 06:48:43 UTC
On Gerrit: http://gerrit.beaker-project.org/3318

Comment 4 Dan Callaghan 2014-09-12 07:36:23 UTC
Beaker 0.18.1 has been released.