summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/openshift_checks/etcd_traffic.py
Commit message (Collapse)AuthorAgeFilesLines
* etc_traffic check: factor away short_versionLuke Meyer2017-08-151-2/+2
|
* openshift_checks: refactor to internalize task_varsLuke Meyer2017-07-251-11/+8
| | | | | | | | | 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.
* add etcd increased-traffic checkjuanvallejo2017-07-191-0/+47