Bug 1818123
| Summary: | Validate Ansible 2.9 with openshift-ansible 3.11 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Russell Teague <rteague> |
| Component: | Documentation | Assignee: | Kathryn Alexander <kalexand> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Gaoyun Pei <gpei> |
| Severity: | unspecified | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | unspecified | ||
| Version: | 3.11.0 | CC: | akaris, aos-bugs, asimonel, gpei, jokerman, jrfuller, kalexand |
| Target Milestone: | --- | ||
| Target Release: | 3.11.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1799399 | Environment: | |
| Last Closed: | 2020-04-30 14:24:59 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1799399 | ||
| Bug Blocks: | |||
|
Comment 1
Kathryn Alexander
2020-03-28 16:12:17 UTC
Gaoyun Pei approved the change on the PR. I've merged the PR and am waiting for the change to go live. Hi, "openshift-ansible now requires Ansible 2.9 for both installation of OpenShift Container Platform 3.11 and upgrading from version 3.10. The minimum version of Ansible required for OpenShift Container Platform 3.11 to run playbooks is now 2.5.7. On both master and node, use subscription-manager to enable the repositories that are necessary to install OpenShift Container Platform using Ansible 2.9. For example:" The above doesn't make sense to me. The minimum required is either 2.5.7 or 2.9. And it looks as if the minimum required is indeed 2.5.7: https://github.com/openshift/openshift-ansible/blob/release-3.11/openshift-ansible.spec#L21 Hence, shouldn't it read: "openshift-ansible now requires Ansible 2.9 for both installation of OpenShift Container Platform 3.11 and upgrading from version 3.10. The minimum version of Ansible required for OpenShift Container Platform 3.11 to run playbooks is now 2.5.7. On both master and node, use subscription-manager to enable the repositories that are necessary to install OpenShift Container Platform using Ansible 2.9. For example:" Note that I would also adjusted the paragraph, as otherwise jumping from supported to required back to supported is confusing. Thanks, Andreas I opened a follow-up PR to reorder this section: https://github.com/openshift/openshift-docs/pull/21117 I pushed the text change to clarify the section, and it's now live on docs.openshift: https://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html#ocp-311-support-for-ansible-2-9 and on the portal: https://access.redhat.com/documentation/en-us/openshift_container_platform/3.11/html-single/release_notes/index#ocp-311-support-for-ansible-2-9 |