diff options
Diffstat (limited to 'playbooks/byo')
-rw-r--r-- | playbooks/byo/config.yml | 12 | ||||
-rw-r--r-- | playbooks/byo/openshift-cluster/config.yml | 13 |
2 files changed, 13 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 diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml index acf5469bf..fd4a9eb26 100644 --- a/playbooks/byo/openshift-cluster/config.yml +++ b/playbooks/byo/openshift-cluster/config.yml @@ -3,6 +3,19 @@ tags: - always +- name: Verify Requirements + hosts: OSEv3 + roles: + - openshift_health_checker + vars: + - r_openshift_health_checker_playbook_context: "install" + post_tasks: + - action: openshift_health_check + args: + checks: + - disk_availability + - memory_availability + - include: ../../common/openshift-cluster/std_include.yml tags: - always |