OpenShift 3.7 Installation Fails During ovs_version Check
Issue
OpenShift 3.7 installation playbook fails with the following output:
CHECK [ovs_version : node.example.com] ****************************************************************************************************************************************
fatal: [node.example.com]: FAILED! => {"changed": true, "checks": {"curator": {"skipped": true, "skipped_reason": "Not active for this host"}, "diagnostics": {"skipped": true, "skipped_reason": "Not active for this host"}, "docker_storage": {"changed": true, "data_pct_used": 11.137071651090343, "data_threshold": 90.0, "data_total": "21.36 GB", "data_total_bytes": 22935125360.64, "data_used": "5.72 GB", "data_used_bytes": 6141803233.28, "metadata_pct_used": 0.0028074022373371747, "metadata_threshold": 90.0, "metadata_total": "54.53 MB", "metadata_total_bytes": 57178849.28, "metadata_used": "884.7 kB", "metadata_used_bytes": 905932.8, "msg": "Thinpool usage is within thresholds.", "vg_free": "30.00g", "vg_free_bytes": 32212254720.0}, "elasticsearch": {"skipped": true, "skipped_reason": "Not active for this host"}, "etcd_traffic": {"skipped": true, "skipped_reason": "Not active for this host"}, "etcd_volume": {"skipped": true, "skipped_reason": "Not active for this host"}, "fluentd": {"skipped": true, "skipped_reason": "Not active for this host"}, "fluentd_config": {"skipped": true, "skipped_reason": "Not active for this host"}, "kibana": {"skipped": true, "skipped_reason": "Not active for this host"}, "logging_index_time": {"skipped": true, "skipped_reason": "Not active for this host"}, "ovs_version": {"failed": true, "failures": [["OpenShiftCheckException", "The following packages were found to be installed with an incorrect version: \nopenvswitch\n Required version: 2.6, 2.7, 2.8\n Found versions: 2.9"]], "invocation": {"module_args": {"package_list": [{"name": "openvswitch", "version": ["2.6", "2.7", "2.8"]}]}}, "msg": "The following packages were found to be installed with an incorrect version: \nopenvswitch\n Required version: 2.6, 2.7, 2.8\n Found versions: 2.9"}}, "msg": "One or more checks failed", "playbook_context": "health"}
...
Failure summary:
Hosts: node.example.com
Play: OpenShift Health Checks
Task: Run health checks (@health)
Message: One or more checks failed
Details: check "ovs_version":
The following packages were found to be installed with an incorrect version:
openvswitch
Required version: 2.6, 2.7, 2.8
Found versions: 2.9
Environment
Red Hat OpenShift Container Platform 3.7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
