| Commit message (Expand) | Author | Age | Files | Lines |
* | health checks: tolerate ovs 2.9 | Luke Meyer | 2018-02-06 | 1 | -1/+7 |
* | docker_image_availability: containerized overrides | Luke Meyer | 2018-01-25 | 1 | -5/+34 |
* | Merge pull request #6757 from sosiouxme/20180117-update-check-versions | Luke Meyer | 2018-01-18 | 2 | -23/+5 |
|\ |
|
| * | health checks: factor out get_required_version | Luke Meyer | 2018-01-17 | 2 | -22/+4 |
| * | package_version check: reuse get_major_minor_version | Luke Meyer | 2018-01-17 | 1 | -1/+1 |
* | | kibana checks: use six.moves instead of ImportError | Vadim Rutkovsky | 2018-01-03 | 1 | -7/+5 |
|/ |
|
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 7 | -51/+34 |
* | Remove openshift.common.service_type | Michael Gugino | 2017-12-07 | 5 | -12/+19 |
* | registry-console: align image and check | Luke Meyer | 2017-11-15 | 1 | -2/+2 |
* | Merge pull request #5829 from sosiouxme/20171020-registry-console-bz1497310 | Scott Dodson | 2017-11-08 | 1 | -5/+41 |
|\ |
|
| * | reconcile registry-console and docker_image_availability | Luke Meyer | 2017-11-06 | 1 | -5/+41 |
* | | openshift_checks: Add OVS versions for OCP 3.7 | Miciah Masters | 2017-11-06 | 1 | -1/+2 |
|/ |
|
* | disk_availability check: include submount storage | Luke Meyer | 2017-10-20 | 1 | -2/+21 |
* | docker_image_availability: credentials to skopeo | Michael Gugino | 2017-10-06 | 2 | -40/+10 |
* | openshift_checks: lb and nfs do not need docker | Luke Meyer | 2017-10-04 | 1 | -2/+2 |
* | openshift_checks: use oo group names everywhere | Luke Meyer | 2017-10-04 | 9 | -82/+82 |
* | Migrate enterprise registry logic to docker role | Michael Gugino | 2017-09-27 | 1 | -5/+5 |
* | Merge pull request #5491 from sosiouxme/20170920-diagnostics-check | OpenShift Merge Robot | 2017-09-22 | 2 | -5/+53 |
|\ |
|
| * | health checks: add diagnostics check | Luke Meyer | 2017-09-21 | 2 | -5/+53 |
* | | Cleanup old deployment types | Michael Gugino | 2017-09-20 | 1 | -2/+33 |
|/ |
|
* | openshift_checks: enable providing file outputs | Luke Meyer | 2017-09-18 | 8 | -47/+166 |
* | Merge pull request #5365 from sosiouxme/20170908-disconnected-image-check | OpenShift Bot | 2017-09-12 | 5 | -109/+103 |
|\ |
|
| * | openshift_health_check: allow disabling all checks | Luke Meyer | 2017-09-12 | 1 | -2/+7 |
| * | docker_image_availability: probe registry connectivity | Luke Meyer | 2017-09-12 | 1 | -99/+82 |
| * | openshift_checks: add retries in python | Luke Meyer | 2017-09-12 | 4 | -14/+20 |
* | | Skip failure dedup instead of crashing | Rodolfo Carvalho | 2017-09-11 | 1 | -0/+15 |
|/ |
|
* | openshift_checks aos_version: also check installed under yum | Luke Meyer | 2017-09-06 | 1 | -0/+2 |
* | Update error message: s/non-unique/duplicate | Rodolfo Carvalho | 2017-08-24 | 1 | -1/+1 |
* | Rewrite failure summary callback plugin | Rodolfo Carvalho | 2017-08-24 | 2 | -0/+71 |
* | List known checks/tags when check name is invalid | Rodolfo Carvalho | 2017-08-24 | 1 | -8/+2 |
* | List existing health checks when none is requested | Rodolfo Carvalho | 2017-08-24 | 1 | -1/+2 |
* | etc_traffic check: factor away short_version | Luke Meyer | 2017-08-15 | 1 | -4/+2 |
* | Merge pull request #5036 from Miciah/openshift_checks-support-ovs-2.7-on-ocp-... | Scott Dodson | 2017-08-15 | 2 | -5/+5 |
|\ |
|
| * | openshift_checks: allow OVS 2.7 on OCP 3.5 and 3.6 | Miciah Masters | 2017-08-11 | 2 | -5/+5 |
* | | Merge pull request #4944 from sosiouxme/20170728-refactor-ansible-mounts | Scott Dodson | 2017-08-11 | 3 | -15/+29 |
|\ \ |
|
| * | | openshift_checks: refactor find_ansible_mount | Luke Meyer | 2017-08-08 | 3 | -15/+29 |
| |/ |
|
* | | Merge pull request #4922 from sosiouxme/20170728-improve-get-vars | Scott Dodson | 2017-08-09 | 1 | -0/+22 |
|\ \
| |/
|/| |
|
| * | openshift_checks: enable variable conversion | Luke Meyer | 2017-08-01 | 1 | -0/+22 |
* | | Merge pull request #4913 from sosiouxme/20170720-refactor-check-results | Rodolfo Carvalho | 2017-08-08 | 8 | -250/+307 |
|\ \ |
|
| * | | openshift_checks: refactor logging checks | Luke Meyer | 2017-08-02 | 7 | -245/+298 |
| * | | openshift_checks: add property to track 'changed' | Luke Meyer | 2017-08-02 | 1 | -5/+9 |
* | | | Merge pull request #4960 from juanvallejo/jvallejo/verify-disk-memory-before-... | OpenShift Bot | 2017-08-07 | 1 | -5/+64 |
|\ \ \ |
|
| * | | | add pre-flight checks to ugrade path | juanvallejo | 2017-08-02 | 1 | -5/+64 |
| | |/
| |/| |
|
* | | | Merge pull request #4969 from sosiouxme/20170801-tolerate-ovs-beyond-36 | OpenShift Bot | 2017-08-02 | 1 | -36/+26 |
|\ \ \
| |_|/
|/| | |
|
| * | | package_version check: tolerate release version 3.7 | Luke Meyer | 2017-08-02 | 1 | -36/+26 |
| |/ |
|
* / | add fluentd logging driver config check | juanvallejo | 2017-08-01 | 4 | -37/+376 |
|/ |
|
* | Revert "Add health checks to upgrade playbook" | Rodolfo Carvalho | 2017-07-28 | 1 | -64/+5 |
* | fixes after rebasing with #4485 | juanvallejo | 2017-07-26 | 1 | -2/+2 |
* | add pre-flight checks to ugrade path | juanvallejo | 2017-07-26 | 1 | -5/+64 |
* | openshift_checks: refactor to internalize task_vars | Luke Meyer | 2017-07-25 | 19 | -182/+152 |