Scott Dodson fa649787c6 Merge pull request #6614 from mgugino-upstream-stage/plugins-to-lib-utils vor 7 Jahren
..
action_plugins 23b37a72ef Ensure proper variable templating for skopeo auth credentials vor 7 Jahren
callback_plugins 6d15313473 failure_summary: make sure msg is always a string vor 7 Jahren
defaults eb6b20fc91 Remove openshift.common.service_type vor 7 Jahren
library 9698f76b64 health checks: add diagnostics check vor 7 Jahren
meta 801779eeb6 Relocate filter plugins to lib_utils vor 7 Jahren
openshift_checks d3fefc32a7 Move more plugins to lib_utils vor 7 Jahren
test e6c159afb4 Remove openshift.common.{is_atomic|is_containerized} vor 7 Jahren
HOWTO_CHECKS.md 2bf65cdab4 Cleanup byo references vor 7 Jahren
README.md d6cebd0f5c Document how to create new checks vor 8 Jahren

README.md

OpenShift Health Checker

This role detects common problems with OpenShift installations or with environments prior to install.

For more information about creating new checks, see HOWTO_CHECKS.md.

Requirements

  • Ansible 2.2+

Role Variables

None

Dependencies

  • openshift_facts

Example Playbook

---
- hosts: OSEv3
  name: run OpenShift health checks
  roles:
    - openshift_health_checker
  post_tasks:
    - action: openshift_health_check

License

Apache License Version 2.0

Author Information

Customer Success team (dev@lists.openshift.redhat.com)