Przeglądaj źródła

Normalizing groups.

Kenny Woodson 8 lat temu
rodzic
commit
93b380ec36

+ 0 - 14
playbooks/byo/openshift-cluster/initialize_groups.yml

@@ -8,17 +8,3 @@
   - always
   tasks:
   - include_vars: cluster_hosts.yml
-  - name: Evaluate group l_oo_all_hosts
-    add_host:
-      name: "{{ item }}"
-      groups: l_oo_all_hosts
-    with_items: "{{ g_all_hosts | default([]) }}"
-    changed_when: no
-
-- name: Create initial host groups for all hosts
-  hosts: l_oo_all_hosts
-  gather_facts: no
-  tags:
-  - always
-  tasks:
-  - include_vars: cluster_hosts.yml

+ 3 - 1
playbooks/byo/openshift-preflight/check.yml

@@ -1,5 +1,7 @@
 ---
-- hosts: OSEv3
+- include: ../openshift-cluster/initialize_groups.yml
+
+- hosts: g_all_hosts
   name: run OpenShift health checks
   roles:
     - openshift_health_checker

+ 1 - 1
playbooks/byo/openshift_facts.yml

@@ -8,7 +8,7 @@
   - always
 
 - name: Gather Cluster facts
-  hosts: OSEv3
+  hosts: g_all_hosts
   roles:
   - openshift_facts
   tasks:

+ 1 - 1
playbooks/byo/rhel_subscribe.yml

@@ -8,7 +8,7 @@
   - always
 
 - name: Subscribe hosts, update repos and update OS packages
-  hosts: l_oo_all_hosts
+  hosts: g_all_hosts
   roles:
   - role: rhel_subscribe
     when: deployment_type in ['atomic-enterprise', 'enterprise', 'openshift-enterprise'] and

+ 2 - 1
playbooks/common/openshift-cluster/initialize_openshift_version.yml

@@ -1,13 +1,14 @@
 ---
 # NOTE: requires openshift_facts be run
 - name: Verify compatible yum/subscription-manager combination
-  hosts: l_oo_all_hosts
+  hosts: oo_all_hosts
   gather_facts: no
   tasks:
   # See:
   #   https://bugzilla.redhat.com/show_bug.cgi?id=1395047
   #   https://bugzilla.redhat.com/show_bug.cgi?id=1282961
   #   https://github.com/openshift/openshift-ansible/issues/1138
+  #   Consider the repoquery module for this work
   - name: Check for bad combinations of yum and subscription-manager
     command: >
       {{ repoquery_cmd }} --installed --qf '%{version}' "yum"

+ 1 - 1
playbooks/common/openshift-master/scaleup.yml

@@ -51,7 +51,7 @@
     changed_when: false
 
 - name: Configure docker hosts
-  hosts: oo_masters_to-config:oo_nodes_to_config
+  hosts: oo_masters_to_config:oo_nodes_to_config
   vars:
     docker_additional_registries: "{{ lookup('oo_option', 'docker_additional_registries') | oo_split }}"
     docker_insecure_registries: "{{ lookup('oo_option',  'docker_insecure_registries') | oo_split }}"

+ 1 - 1
playbooks/common/openshift-node/network_manager.yml

@@ -1,6 +1,6 @@
 ---
 - name: Install and configure NetworkManager
-  hosts: l_oo_all_hosts
+  hosts: oo_all_hosts
   become: yes
   tasks:
   - name: install NetworkManager