Bug 1393670 - Remove elder version of upgrade playbook
Summary: Remove elder version of upgrade playbook
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cluster Version Operator
Version: 3.4.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Anping Li
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-10 06:28 UTC by Anping Li
Modified: 2017-08-25 15:51 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-25 15:51:33 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Anping Li 2016-11-10 06:28:50 UTC
Description of problem:
Openshift-ansible only support upgrade playbook which version is same with the package's release tag.
Currently, the elder version of upgrade playbooks are include in openshift-ansible packages.
Since openshift-ansible don't supported them officially. It is better to remove them

Version-Release number of selected component (if applicable):
openshift-ansible-3.4.x

How reproducible:
always

Steps to Reproduce:
1. install atomic-openshift-utils-3.4.x
2. list upgrade playbooks

Actual results:
## The elder version v3_2& v3_3 playbooks were installed.
#ls /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/
docker  README.md  v3_2  v3_3  v3_4

Expected results:

Only v3_4 upgrade playbook installed.

#ls /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/
docker  README.md v3_4

Additional info:


Note You need to log in before you can comment on or make changes to this bug.