summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test/etcd_traffic_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.service_typeMichael Gugino2017-12-071-2/+3
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* openshift_checks: use oo group names everywhereLuke Meyer2017-10-041-11/+11
|
* etc_traffic check: factor away short_versionLuke Meyer2017-08-151-4/+2
|
* openshift_checks: refactor to internalize task_varsLuke Meyer2017-07-251-11/+5
| | | | | | | | | 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/+80