Bug 1423425
Summary: | Fail to start upgrade process due to syntax error of storage_upgrade.yml | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | liujia <jiajliu> |
Component: | Cluster Version Operator | Assignee: | Scott Dodson <sdodson> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | liujia <jiajliu> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.5.0 | CC: | aos-bugs, jokerman, mmccomas |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-03-08 14:07:58 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
2017-02-17 09:55:25 UTC
Commit pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/11f0e203e81d1aa0571fd57b566b452ddf59eb49 Fix typo, add symlinks for roles Fixes Bug 1423425 # cat playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade.yml | grep storage - include: ../../../../common/openshift-cluster/upgrades/v3_5/storage_upgrade.yml # cat playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade_control_plane.yml | grep storage - include: ../../../../common/openshift-cluster/upgrades/v3_5/storage_upgrade.yml # ls -la common/openshift-cluster/upgrades/v3_5/ | grep roles lrwxrwxrwx. 1 root root 21 Feb 21 23:40 roles -> ../../../../../roles/ Version: atomic-openshift-utils-3.5.13-1.git.0.562e91d.el7.noarch Steps: 1. upgrade ocp3.4 to 3.5(for containerized env) Upgrade can be launched and proceed successfully. |