Przeglądaj źródła

Temporarily revert to OSEv3 host group usage

Russell Teague 8 lat temu
rodzic
commit
408306bfb5

+ 3 - 2
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:

+ 2 - 1
playbooks/byo/openshift_facts.yml

@@ -8,7 +8,8 @@
   - always
 
 - name: Gather Cluster facts
-  hosts: g_all_hosts
+  # Temporarily reverting to OSEv3 until group standardization is complete
+  hosts: OSEv3
   roles:
   - openshift_facts
   tasks:

+ 2 - 1
playbooks/byo/rhel_subscribe.yml

@@ -4,7 +4,8 @@
   - always
 
 - name: Subscribe hosts, update repos and update OS packages
-  hosts: g_all_hosts
+  # Temporarily reverting to OSEv3 until group standardization is complete
+  hosts: OSEv3
   roles:
   - role: rhel_subscribe
     when: deployment_type in ['atomic-enterprise', 'enterprise', 'openshift-enterprise'] and