Bug 1301917
Summary: | TripleO Install from ISO fails with "An unknown error has occurred" (OSCAP) | ||
---|---|---|---|
Product: | Red Hat Quickstart Cloud Installer | Reporter: | Thom Carlin <tcarlin> |
Component: | ISO Installer | Assignee: | John Matthews <jmatthew> |
Status: | VERIFIED --- | QA Contact: | Dave Johnson <dajohnso> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.0 | CC: | jmontleo |
Target Milestone: | TP2 | Keywords: | Triaged |
Target Release: | 1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 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
Thom Carlin
2016-01-26 11:39:19 UTC
Issue is that the 'oscap-anaconda-addon' package was being installed, this was causing a breakage near %post of the ISO install. (unsure on why breakage occurred). OpenSCAP add-on in Anaconda, is something new in RHEL 7.2 more info below: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.2_Release_Notes/installation_and_booting.html The reason for why 'oscap-anaconda-addon' was being installed on RCM ISOs but not on our engineering ISOs we believe is related to a line in Lorax. /usr/share/lorax/runtime-install.tmpl The RCM version had this line: installpkg oscap-anaconda-addon Our Engineering Build machine does not have this line. https://gist.github.com/anonymous/4f3b595b38fe8b3f7976 More output from discussion with jboggs: <jboggs> -bash-4.2$ diff -Naur /usr/share/lorax/runtime-install.tmpl /tmp/1 <jboggs> --- /usr/share/lorax/runtime-install.tmpl 2015-09-02 20:07:37.000000000 -0400 <jboggs> +++ /tmp/1 2016-01-26 21:29:52.717077151 -0500 <jboggs> @@ -149,7 +149,6 @@ <jboggs> <jboggs> ## addons <jboggs> installpkg kexec-tools-anaconda-addon <jboggs> -installpkg oscap-anaconda-addon <jboggs> <jboggs> ## actually install all the requested packages <jboggs> run_pkg_transaction I'm not seeing it with newest build, marking as verified. RHCI-6.0-RHEL-7-20160126.7-RHCI-x86_64-dvd1.iso RHCIOOO-7-RHEL-7-20160126.2-RHCIOOO-x86_64-dvd1.iso |