| Summary: | Uninstall playbook set the wrong facts for 'is_containerized' | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ma xiaoqiang <xiama> |
| Component: | Installer | Assignee: | Scott Dodson <sdodson> |
| Status: | CLOSED WONTFIX | QA Contact: | Xiaoli Tian <xtian> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.2.0 | CC: | aos-bugs, jokerman, mmccomas, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-24 20:49: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: | |
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: