summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/openshift_checks/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* health checks: factor out get_required_versionLuke Meyer2018-01-171-0/+18
* package_version check: reuse get_major_minor_versionLuke Meyer2018-01-171-16/+9
* Fix docker_image_availability checksMichael Gugino2018-01-051-0/+7
* Ensure proper variable templating for skopeo auth credentialsMichael Gugino2017-10-171-2/+5
* health checks: add diagnostics checkLuke Meyer2017-09-211-0/+17
* openshift_checks: enable providing file outputsLuke Meyer2017-09-181-12/+105
* openshift_checks: add retries in pythonLuke Meyer2017-09-121-0/+17
* 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 #4944 from sosiouxme/20170728-refactor-ansible-mountsScott Dodson2017-08-111-0/+25
|\ \
| * | openshift_checks: refactor find_ansible_mountLuke Meyer2017-08-081-0/+25
| |/
* | Merge pull request #4922 from sosiouxme/20170728-improve-get-varsScott Dodson2017-08-091-6/+50
|\ \ | |/ |/|
| * openshift_checks: enable variable conversionLuke Meyer2017-08-011-6/+50
* | openshift_checks: refactor logging checksLuke Meyer2017-08-021-3/+26
* | openshift_checks: add property to track 'changed'Luke Meyer2017-08-021-0/+2
* | add fluentd logging driver config checkjuanvallejo2017-08-011-0/+23
|/
* openshift_checks: refactor to internalize task_varsLuke Meyer2017-07-251-27/+54
* openshift_checks: get rid of deprecated module_executorLuke Meyer2017-07-251-7/+6
* add elasticseatch, fluentd, kibana checkjuanvallejo2017-06-021-6/+16
* Test OpenShift health check loaderRodolfo Carvalho2017-03-281-12/+15
* Rename module_executor -> execute_moduleRodolfo Carvalho2017-03-281-2/+7
* Do not require python-six via openshift_factsRodolfo Carvalho2017-03-201-6/+3
* Add unit tests for existing health checksRodolfo Carvalho2017-03-171-1/+2
* Revert module_utils six for openshift_health_checkerJason DeTiberus2017-03-131-1/+3
* Use ansible.compat.six where possibleJason DeTiberus2017-03-091-2/+5
* Use six from ansible.module_utils for remote hostsJason DeTiberus2017-03-091-3/+2
* Renamed NotContainerized to NotContainerizedMixin and dropped no-memberSteve Milner2017-02-221-0/+1
* Refactor code to access values from task_varsRodolfo Carvalho2017-02-101-0/+18
* Introduce tag notation for checksRodolfo Carvalho2017-02-101-0/+9
* Replace multi-role checks with action pluginRodolfo Carvalho2017-02-101-0/+57