diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-10 21:30:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 21:30:36 -0500 |
commit | edfb4329eca819a6d9d1f09b66d81a91412fde60 (patch) | |
tree | 1a5e84800220e4e11e61644f1e509ebd2da4b423 /playbooks/byo/openshift-preflight | |
parent | d98a055f736e94449de556b1b906d48fd3fd7c60 (diff) | |
parent | 408306bfb54de23aa81df10e35511920d51936b4 (diff) | |
download | openshift-edfb4329eca819a6d9d1f09b66d81a91412fde60.tar.gz openshift-edfb4329eca819a6d9d1f09b66d81a91412fde60.tar.bz2 openshift-edfb4329eca819a6d9d1f09b66d81a91412fde60.tar.xz openshift-edfb4329eca819a6d9d1f09b66d81a91412fde60.zip |
Merge pull request #4118 from mtnbikenc/fix-groups
Merged by openshift-bot
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: |