Browse Source

Standardize openshift-checks code paths

Russell Teague 7 years ago
parent
commit
df8b79bffe

+ 3 - 0
playbooks/byo/openshift-checks/health.yml

@@ -1,3 +1,6 @@
 ---
 - include: ../openshift-cluster/initialize_groups.yml
+
+- include: ../../common/openshift-cluster/std_include.yml
+
 - include: ../../common/openshift-checks/health.yml

+ 3 - 0
playbooks/byo/openshift-checks/pre-install.yml

@@ -1,3 +1,6 @@
 ---
 - include: ../openshift-cluster/initialize_groups.yml
+
+- include: ../../common/openshift-cluster/std_include.yml
+
 - include: ../../common/openshift-checks/pre-install.yml

+ 1 - 5
playbooks/common/openshift-checks/health.yml

@@ -1,10 +1,6 @@
 ---
-- include: ../openshift-cluster/std_include.yml
-  tags:
-  - always
-
 - name: Run OpenShift health checks
-  hosts: OSEv3
+  hosts: oo_all_hosts
   roles:
   - openshift_health_checker
   vars:

+ 2 - 6
playbooks/common/openshift-checks/pre-install.yml

@@ -1,10 +1,6 @@
 ---
-- include: ../openshift-cluster/std_include.yml
-  tags:
-  - always
-
-- hosts: OSEv3
-  name: run OpenShift pre-install checks
+- name: run OpenShift pre-install checks
+  hosts: oo_all_hosts
   roles:
   - openshift_health_checker
   vars: