summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/openshift_checks/ovs_version.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow OVS 2.7 in OCP 3.10Scott Dodson2018-02-071-1/+1
|
* health checks: tolerate ovs 2.9Luke Meyer2018-02-061-4/+5
|
* health checks: update required pkg versionsLuke Meyer2018-01-171-0/+2
|
* health checks: factor out get_required_versionLuke Meyer2018-01-171-18/+7
|
* openshift_checks: Add OVS versions for OCP 3.7Miciah Masters2017-11-061-1/+2
| | | | | | | | | Update the ovs_version check with the allowed Open vSwitch versions for OCP 3.7. Add OVS 2.8 to the allowed versions for OCP 3.6 as well. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1509163
* openshift_checks: use oo group names everywhereLuke Meyer2017-10-041-1/+1
|
* openshift_checks: allow OVS 2.7 on OCP 3.5 and 3.6Miciah Masters2017-08-111-2/+2
| | | | | | | | | rpm_version: Allow package_list items to specify a list value for version. If a list value is provided for a package, pass the check if any version in that list is found. ovs_version: Specify both 2.6 and 2.7 as allowed versions of OVS for OpenShift versions 3.5 and 3.6.
* add fluentd logging driver config checkjuanvallejo2017-08-011-28/+5
|
* openshift_checks: refactor to internalize task_varsLuke Meyer2017-07-251-12/+11
| | | | | | | | | Move task_vars into instance variable so we don't have to pass it around everywhere. Also store tmp. Make sure both are filled in on execute_module. In the process, is_active became an instance method, and task_vars is basically never used directly outside of test code.
* pre-install checks: add more during byo installLuke Meyer2017-06-141-1/+1
| | | | | | | | | | | | Add the docker and RPM checks to the list that run at install time. They can be disabled the same as the existing ones. Removed cockpit-kubernetes RPM requirement as it no longer is. Fixed up docker_image_availability to handle oreg_url and other nuances. Switched to using the openshift_image_tag that's set by openshift_version for both component and infrastructure images. Fixed a bug where execute_module was being called with incorrect positional arg "tmp" as a dict which caused errors down the call stack.
* add existing_ovs_version checkjuanvallejo2017-05-191-0/+78