Bug 1329075 - Uninstall playbook set the wrong facts for 'is_containerized'
Summary: Uninstall playbook set the wrong facts for 'is_containerized'
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Xiaoli Tian
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-21 06:44 UTC by Ma xiaoqiang
Modified: 2017-08-24 20:49 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-24 20:49:03 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Ma xiaoqiang 2016-04-21 06:44:07 UTC
Description of problem:
Uninstall playbook set the wrong facts for 'is_containerized'


Version-Release number of selected component (if applicable):
openshift-ansible-3.0.82-1


How reproducible:
always

Steps to Reproduce:
1. uninstall containerized env 
vim hosts
<--snip-->
containerized=true
<--snip-->
$ ansible-playbook -i hosts openshift-ansible/playbooks/adhoc/uninstall.yml -v


Actual results:

TASK: [set_fact ] ************************************************************* 
ok: [openshift-x.lab.eng.nay.redhat.com] => {"ansible_facts": {"is_containerized": "False"}}
ok: [openshift-x.lab.eng.nay.redhat.com] => {"ansible_facts": {"is_containerized": "False"}}
ok: [openshift-x.lab.eng.nay.redhat.com] => {"ansible_facts": {"is_containerized": "False"}}



Expected results:
set the correct value

Additional info:


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