Bug 1625875
| Summary: | [olm] cannot install/uninstall the OLM component via openshift-ansible | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jian Zhang <jiazha> |
| Component: | OLM | Assignee: | Evan Cordell <ecordell> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jian Zhang <jiazha> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.11.0 | CC: | chezhang, dyan, jfan, zitang |
| Target Milestone: | --- | ||
| Target Release: | 3.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-12-21 15:23:36 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
Jian Zhang
2018-09-06 07:19:29 UTC
workaround: create the main yaml file for it, like below: [jzhang@localhost openshift-ansible]$ cat roles/olm/tasks/main.yaml --- # do any asserts here - include_tasks: install.yaml when: operator_lifecycle_manager_install | bool - include_tasks: remove.yaml when: operator_lifecycle_manager_remove | bool https://github.com/openshift/openshift-ansible/pull/9949 this should be fixed in the PR once merged Yes, LGTM, verify it. Closing bugs that were verified and targeted for GA but for some reason were not picked up by errata. This bug fix should be present in current 3.11 release content. |