diff options
author | Luke Meyer <lmeyer@redhat.com> | 2017-05-16 12:24:46 -0400 |
---|---|---|
committer | Luke Meyer <lmeyer@redhat.com> | 2017-05-23 14:39:48 -0400 |
commit | 1d5d13308bd79051b0bf3311240ef0e6cb286392 (patch) | |
tree | 474d5ea04967bf7d746d43f7f7bc6ac65bfe24dd /playbooks/byo/config.yml | |
parent | 95df850e7df5b0afb2d7e759582ada6c6fab0df6 (diff) | |
download | openshift-1d5d13308bd79051b0bf3311240ef0e6cb286392.tar.gz openshift-1d5d13308bd79051b0bf3311240ef0e6cb286392.tar.bz2 openshift-1d5d13308bd79051b0bf3311240ef0e6cb286392.tar.xz openshift-1d5d13308bd79051b0bf3311240ef0e6cb286392.zip |
health checks: configure failure output in playbooks
Customized the error summary to depend on the intent of the playbook run.
Ensured output makes sense when failures are unrelated to running checks.
Diffstat (limited to 'playbooks/byo/config.yml')
-rw-r--r-- | playbooks/byo/config.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/playbooks/byo/config.yml b/playbooks/byo/config.yml index 050b271ca..7d03914a2 100644 --- a/playbooks/byo/config.yml +++ b/playbooks/byo/config.yml @@ -1,14 +1,2 @@ --- -- name: Verify Requirements - # REVIEW: what's the proper group to use: OSEv3, g_all_hosts or something else? - hosts: OSEv3 - roles: - - openshift_health_checker - post_tasks: - - action: openshift_health_check - args: - checks: - - disk_availability - - memory_availability - - include: openshift-cluster/config.yml |