summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/openshift_checks/etcd_traffic.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-2/+2
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* openshift_checks: use oo group names everywhereLuke Meyer2017-10-041-1/+1
|
* 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