Bug 1420970
Summary: | [quick installer]quick installer failed due to a python method failure | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Wenkai Shi <weshi> | |
Component: | Installer | Assignee: | Tim Bielawa <tbielawa> | |
Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 3.5.0 | CC: | aos-bugs, ghuang, jokerman, mmccomas, pprakash, tbielawa, weshi | |
Target Milestone: | --- | Keywords: | TestBlocker | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause: An ansible release introduced a regression that caused datastructures to fail to serialize when writing them out to a YAML document.
Consequence: Users would trigger the regression during the pre-run fact fetching, causing their installation to crash.
Fix: Ansible introduced a new YAML serializing system in an update. The old serializing system was replaced with the new one, "AnsibleDumper".
Result: The quick installer can run the "Gathering information from hosts" actions now without triggering the error during serializing.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1421053 1421059 1421061 (view as bug list) | Environment: | ||
Last Closed: | 2017-04-12 19:01:33 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1421053, 1421059, 1421061 |
Description
Wenkai Shi
2017-02-10 02:48:42 UTC
Has been fix in atomic-openshift-utils-3.5.15-1.git.0.8d2a456, will verify it when "Status" change. Fix was merged into master (3.5) in https://github.com/openshift/openshift-ansible/pull/3486 Verified with version atomic-openshift-utils-3.5.17-1.git.0.561702e and ansible-2.2.1.0-2, quick installer can pass the "Gathering information from hosts..." step without any error. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:0903 |