summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker
Commit message (Expand)AuthorAgeFilesLines
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-2010-58/+41
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-0/+1
* Cleanup byo referencesRussell Teague2017-12-081-1/+1
* Remove openshift.common.service_typeMichael Gugino2017-12-078-14/+31
* registry-console: align image and checkLuke Meyer2017-11-152-8/+12
* Merge pull request #5829 from sosiouxme/20171020-registry-console-bz1497310Scott Dodson2017-11-082-11/+67
|\
| * reconcile registry-console and docker_image_availabilityLuke Meyer2017-11-062-11/+67
* | openshift_checks: Add OVS versions for OCP 3.7Miciah Masters2017-11-063-3/+6
|/
* Merge pull request #5816 from sosiouxme/20171019-disk-check-sum-varOpenShift Merge Robot2017-10-272-3/+33
|\
| * disk_availability check: include submount storageLuke Meyer2017-10-202-3/+33
* | Merge pull request #5742 from mtnbikenc/refactor-checksScott Dodson2017-10-271-1/+1
|\ \
| * | Refactor health check playbooksRussell Teague2017-10-121-1/+1
| |/
* | Ensure proper variable templating for skopeo auth credentialsMichael Gugino2017-10-173-3/+12
|/
* docker_image_availability: credentials to skopeoMichael Gugino2017-10-063-83/+76
* openshift_checks: lb and nfs do not need dockerLuke Meyer2017-10-042-5/+7
* openshift_checks: use oo group names everywhereLuke Meyer2017-10-0419-112/+116
* openshift_checks: Fix incorrect list castSteve Milner2017-10-021-1/+10
* Migrate enterprise registry logic to docker roleMichael Gugino2017-09-272-6/+6
* Merge pull request #5491 from sosiouxme/20170920-diagnostics-checkOpenShift Merge Robot2017-09-227-20/+138
|\
| * health checks: add diagnostics checkLuke Meyer2017-09-217-20/+138
* | Cleanup old deployment typesMichael Gugino2017-09-202-5/+34
|/
* openshift_checks: enable providing file outputsLuke Meyer2017-09-1815-82/+430
* Merge pull request #5365 from sosiouxme/20170908-disconnected-image-checkOpenShift Bot2017-09-1212-144/+184
|\
| * openshift_health_check: allow disabling all checksLuke Meyer2017-09-122-3/+8
| * docker_image_availability: fix local image searchLuke Meyer2017-09-121-5/+9
| * docker_image_availability: probe registry connectivityLuke Meyer2017-09-122-122/+132
| * openshift_checks: add retries in pythonLuke Meyer2017-09-1210-22/+43
* | Skip failure dedup instead of crashingRodolfo Carvalho2017-09-112-2/+29
|/
* Merge pull request #5296 from nak3/skeopeo-command-outputOpenShift Bot2017-09-061-4/+6
|\
| * output skopeo image check commandKenjiro Nakayama2017-09-051-4/+6
* | openshift_checks aos_version: also check installed under yumLuke Meyer2017-09-063-17/+21
* | Import dnf only if importing yum failsJakub Hadvig2017-09-051-6/+12
|/
* Merge pull request #5035 from Miciah/openshift_checks-ignore-hidden-files-in-...Rodolfo Carvalho2017-08-311-1/+1
|\
| * openshift_checks: ignore hidden files in checks dirMiciah Masters2017-08-081-1/+1
* | Merge pull request #5271 from sosiouxme/20170830-disk-avail-bugRodolfo Carvalho2017-08-311-4/+1
|\ \
| * | disk_availability: fix bug where msg is overwrittenLuke Meyer2017-08-301-4/+1
* | | Merge pull request #5228 from sosiouxme/20170825-timeout-skopeoRodolfo Carvalho2017-08-301-1/+4
|\ \ \
| * | | docker_image_availability: timeout skopeo inspectLuke Meyer2017-08-281-1/+4
* | | | Update error message: s/non-unique/duplicateRodolfo Carvalho2017-08-242-6/+4
* | | | Make pylint disables more specificRodolfo Carvalho2017-08-241-15/+26
* | | | Handle exceptions in failure summary cb pluginRodolfo Carvalho2017-08-241-2/+11
* | | | Rewrite failure summary callback pluginRodolfo Carvalho2017-08-243-119/+243
* | | | Handle more exceptions when running checksRodolfo Carvalho2017-08-241-19/+30
* | | | List known checks/tags when check name is invalidRodolfo Carvalho2017-08-242-16/+22
* | | | List existing health checks when none is requestedRodolfo Carvalho2017-08-242-8/+43
* | | | Add playbook for running arbitrary health checksRodolfo Carvalho2017-08-241-1/+1
|/ / /
* | | Merge pull request #5101 from maxamillion/add-dnf-supportScott Dodson2017-08-231-17/+49
|\ \ \ | |/ / |/| |
| * | remove out of scope variable from exception messageAdam Miller2017-08-181-1/+0
| * | raise AosVersionException if no expected packages found by dnf queryAdam Miller2017-08-181-0/+8
| * | add dnf support to roles/openshift_health_checker/library/aos_version.pyAdam Miller2017-08-161-17/+42