summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker
Commit message (Expand)AuthorAgeFilesLines
* Remove vim configuration from Python filesRodolfo Carvalho2017-05-093-3/+0
* Merge pull request #3919 from rhcarvalho/fix-action-plugin-test-ansible2.3Rodolfo Carvalho2017-04-201-1/+3
|\
| * Fix instantiation of action plugin in test fixtureRodolfo Carvalho2017-04-131-1/+3
* | Simplify memory availability check, review testsRodolfo Carvalho2017-04-173-74/+87
* | Simplify mixin classRodolfo Carvalho2017-04-171-10/+7
* | Simplify disk availability check, review testsRodolfo Carvalho2017-04-172-124/+165
* | add disk and memory availability check testsjuanvallejo2017-04-173-1/+194
* | add ram and storage preflight checkjuanvallejo2017-04-172-0/+108
* | Merge pull request #3887 from rhcarvalho/pkg-version-only-master-or-nodeOpenShift Bot2017-04-132-0/+29
|\ \ | |/ |/|
| * Do not check package version on non-master/nodeRodolfo Carvalho2017-04-102-0/+29
* | Merge pull request #3757 from juanvallejo/jvallejo/skip-yum-update-check-on-f...OpenShift Bot2017-04-122-0/+18
|\ \
| * | skip PackageAvailability check if not yumjuanvallejo2017-04-112-0/+18
* | | preflight checks: refactor and fix aos_versionLuke Meyer2017-04-086-64/+295
| |/ |/|
* | Add tests for action pluginRodolfo Carvalho2017-04-041-15/+168
* | Remove unnecessary codeRodolfo Carvalho2017-04-041-5/+1
* | Make resolve_checks more strictRodolfo Carvalho2017-04-043-23/+114
|/
* Add test scaffold for docker_image_availability.pyRodolfo Carvalho2017-03-282-0/+39
* Add unit tests for package_version.pyRodolfo Carvalho2017-03-281-0/+21
* Add unit tests for package_update.pyRodolfo Carvalho2017-03-281-0/+16
* Add unit tests for package_availability.pyRodolfo Carvalho2017-03-281-0/+49
* Add unit tests for mixins.pyRodolfo Carvalho2017-03-281-0/+23
* Test recursively finding subclassesRodolfo Carvalho2017-03-281-0/+17
* Test OpenShift health check loaderRodolfo Carvalho2017-03-283-14/+26
* Rename module_executor -> execute_moduleRodolfo Carvalho2017-03-286-7/+47
* vendor patched upstream docker_container module.juanvallejo2017-03-231-0/+2036
* add docker_image_availability checkjuanvallejo2017-03-233-0/+193
* Merge pull request #3710 from sosiouxme/20170320-fix-output-and-exclusionsOpenShift Bot2017-03-203-10/+26
|\
| * preflight checks: improve user output from checksLuke Meyer2017-03-201-10/+24
| * preflight checks: bypass RPM excludesLuke Meyer2017-03-202-0/+2
* | Do not require python-six via openshift_factsRodolfo Carvalho2017-03-201-6/+3
|/
* Add unit tests for existing health checksRodolfo Carvalho2017-03-173-1/+47
* 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-225-12/+10
* Fix typoRodolfo Carvalho2017-02-211-1/+1
* Do not hard code package namesRodolfo Carvalho2017-02-102-14/+17
* Refactor code to access values from task_varsRodolfo Carvalho2017-02-104-17/+25
* Document how to create new checksRodolfo Carvalho2017-02-102-0/+36
* Introduce tag notation for checksRodolfo Carvalho2017-02-105-1/+34
* Replace multi-role checks with action pluginRodolfo Carvalho2017-02-1011-0/+619