diff options
author | Russell Teague <rteague@redhat.com> | 2017-05-08 13:22:53 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-05-09 16:54:50 -0400 |
commit | 408306bfb54de23aa81df10e35511920d51936b4 (patch) | |
tree | 096bf90a2c75d03de9ae522361ddecc6b8b83875 /playbooks/byo/openshift-preflight | |
parent | 6c402798d6505a85c786595a3a86395aebb5e8f2 (diff) | |
download | openshift-408306bfb54de23aa81df10e35511920d51936b4.tar.gz openshift-408306bfb54de23aa81df10e35511920d51936b4.tar.bz2 openshift-408306bfb54de23aa81df10e35511920d51936b4.tar.xz openshift-408306bfb54de23aa81df10e35511920d51936b4.zip |
Temporarily revert to OSEv3 host group usage
Diffstat (limited to 'playbooks/byo/openshift-preflight')
-rw-r--r-- | playbooks/byo/openshift-preflight/check.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/playbooks/byo/openshift-preflight/check.yml b/playbooks/byo/openshift-preflight/check.yml index 04a55308a..eb763221f 100644 --- a/playbooks/byo/openshift-preflight/check.yml +++ b/playbooks/byo/openshift-preflight/check.yml @@ -1,8 +1,9 @@ --- - include: ../openshift-cluster/initialize_groups.yml -- hosts: g_all_hosts - name: run OpenShift health checks +- name: Run OpenShift health checks + # Temporarily reverting to OSEv3 until group standardization is complete + hosts: OSEv3 roles: - openshift_health_checker post_tasks: |