Bug 1583530
Summary: | [3.6]Fail to upgrade against ocp with embedded etcd | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | liujia <jiajliu> |
Component: | Cluster Version Operator | Assignee: | Russell Teague <rteague> |
Status: | CLOSED ERRATA | QA Contact: | liujia <jiajliu> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 3.6.1 | CC: | aos-bugs, erich, fshaikh, jiajliu, jokerman, mmccomas, pkanthal, rteague, sdodson, smunilla, wmeng |
Target Milestone: | --- | ||
Target Release: | 3.6.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: When using embedded etcd the group 'oo_etcd_to_config' is undefined and was being used as a conditional for the task.
Consequence: The task was failing because the conditional could not be evaluated due to the undefined variable.
Fix: Added a conditional check to ensure the variable was present before evaluating the remaining conditions.
Result: The task would be skipped when using embedded etcd because the task does not apply in that scenario.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-08-09 22:10:03 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
liujia
2018-05-29 08:01:27 UTC
It should be noted that in 3.7 we remove embedded etcd! https://docs.openshift.com/container-platform/3.7/upgrading/migrating_embedded_etcd.html Is that a possible mitigation here? Waiting for build with $ git tag --contains a413b8b90ab0d1d4d135dfb7504ec8b93c1141de Still failed for the same error on openshift-ansible-3.6.173.0.126-1.git.0.47264f0.el7.noarch. Checked that pr9097 was not merged in latest v3.6.173.0.126-1 Fixed in build openshift-ansible-3.6.173.0.127-1 Verified on openshift-ansible-3.6.173.0.128-1.git.0.8b3b86b.el7.noarch 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-2018:2339 |