Bug 1291162 - Uninstall playbook should remove the etcd images
Summary: Uninstall playbook should remove the etcd images
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Ma xiaoqiang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-14 08:06 UTC by Ma xiaoqiang
Modified: 2016-07-04 00:46 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-27 19:43:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:0075 0 normal SHIPPED_LIVE Red Hat OpenShift Enterprise atomic-openshift-utils bug fix update 2016-01-28 00:42:22 UTC

Description Ma xiaoqiang 2015-12-14 08:06:07 UTC
Uninstall playbook should remove the etcd images, if re-installed, user can not get the latest image.

Version-Release number of selected component (if applicable):
https://github.com/sdodson/openshift-ansible containers

How reproducible:
Always


Steps to Reproduce:

1. Install a containerized env with external etcd on atomic
vim hosts_test
<--snip-->
[etcd]
10.66.79.156
[nodes]
<--snip-->

2. uninstall the env
ansible-playbook -i hosts_test openshift-ansible/playbooks/adhoc/uninstall.yml 


Actual results:
#docker images|grep etcd
virt-openshift-05.lab.eng.nay.redhat.com:5000/rhel7/etcd                                        latest              a15079cec631        5 days ago          233.6 MB
registry.access.redhat.com/rhel7/etcd                                                           latest              a15079cec631        5 days ago          233.6 MB

Expected results:
Should delete the etcd image

Additional info:

Comment 1 Scott Dodson 2015-12-15 19:09:18 UTC
I've added etcd to the list of images we remove during uninstall.

Comment 2 Scott Dodson 2015-12-15 20:35:58 UTC
Please re-pull the containers branch to test again.

Comment 3 Ma xiaoqiang 2015-12-18 02:11:26 UTC
The etcd images have been deleted.

Comment 5 errata-xmlrpc 2016-01-27 19:43:18 UTC
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-2016:0075


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