summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/openshift_checks/docker_image_availability.py
Commit message (Expand)AuthorAgeFilesLines
* openshift_checks: add retries in pythonLuke Meyer2017-09-121-4/+2
* output skopeo image check commandKenjiro Nakayama2017-09-051-4/+6
* docker_image_availability: timeout skopeo inspectLuke Meyer2017-08-281-1/+4
* openshift_checks: add property to track 'changed'Luke Meyer2017-08-021-6/+4
* openshift_checks: refactor to internalize task_varsLuke Meyer2017-07-251-30/+27
* openshift_checks: improve comments/namesLuke Meyer2017-07-251-9/+12
* docker_image_availability: fix containerized etcdLuke Meyer2017-06-301-1/+2
* Disable TLS verification in skopeo inspectRodolfo Carvalho2017-06-191-1/+1
* pre-install checks: add more during byo installLuke Meyer2017-06-141-69/+83
* docker checks: finish and refactorLuke Meyer2017-06-071-19/+3
* remove skopeo dependency on docker-pyjuanvallejo2017-05-191-78/+70
* improve error handling for missing varsjuanvallejo2017-05-191-48/+56
* Add test scaffold for docker_image_availability.pyRodolfo Carvalho2017-03-281-0/+11
* add docker_image_availability checkjuanvallejo2017-03-231-0/+168