diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-08-03 15:35:15 +0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-08-24 14:46:03 +0200 |
commit | ebf6ed8d3d467a95fe62c22f131c82882a34c3ad (patch) | |
tree | 1c1834da220ed651b531de36c556b3ccf026b0ce /playbooks/byo/openshift-checks/README.md | |
parent | fd31f32f484e922e06cb58d582a6490223fc039b (diff) | |
download | openshift-ebf6ed8d3d467a95fe62c22f131c82882a34c3ad.tar.gz openshift-ebf6ed8d3d467a95fe62c22f131c82882a34c3ad.tar.bz2 openshift-ebf6ed8d3d467a95fe62c22f131c82882a34c3ad.tar.xz openshift-ebf6ed8d3d467a95fe62c22f131c82882a34c3ad.zip |
Update health check README
Diffstat (limited to 'playbooks/byo/openshift-checks/README.md')
-rw-r--r-- | playbooks/byo/openshift-checks/README.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/playbooks/byo/openshift-checks/README.md b/playbooks/byo/openshift-checks/README.md index f0f14b268..5bb1b2fbf 100644 --- a/playbooks/byo/openshift-checks/README.md +++ b/playbooks/byo/openshift-checks/README.md @@ -7,15 +7,14 @@ Ansible's default operation mode is to fail fast, on the first error. However, when performing checks, it is useful to gather as much information about problems as possible in a single run. -Thus, the playbooks run a battery of checks against the inventory hosts and have -Ansible gather intermediate errors, giving a more complete diagnostic of the -state of each host. If any check failed, the playbook run will be marked as -failed. +Thus, the playbooks run a battery of checks against the inventory hosts and +gather intermediate errors, giving a more complete diagnostic of the state of +each host. If any check failed, the playbook run will be marked as failed. To facilitate understanding the problems that were encountered, a custom callback plugin summarizes execution errors at the end of a playbook run. -# Available playbooks +## Available playbooks 1. Pre-install playbook ([pre-install.yml](pre-install.yml)) - verifies system requirements and look for common problems that can prevent a successful |