瀏覽代碼

Merge pull request #9951 from mtnbikenc/fix-1626223

Remove configmap check during upgrades
OpenShift Merge Robot 6 年之前
父節點
當前提交
5c5ae6516f
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      playbooks/common/openshift-cluster/upgrades/init.yml

+ 0 - 7
playbooks/common/openshift-cluster/upgrades/init.yml

@@ -16,13 +16,6 @@
       name: openshift_certificate_expiry
       name: openshift_certificate_expiry
       tasks_from: main.yml
       tasks_from: main.yml
 
 
-- name: Ensure essential node configmaps are present
-  hosts: oo_first_master
-  tasks:
-  - import_role:
-      name: openshift_node_group
-      tasks_from: check_for_configs.yml
-
 - name: Ensure firewall is not switched during upgrade
 - name: Ensure firewall is not switched during upgrade
   hosts: "{{ l_upgrade_no_switch_firewall_hosts | default('oo_all_hosts') }}"
   hosts: "{{ l_upgrade_no_switch_firewall_hosts | default('oo_all_hosts') }}"
   vars:
   vars: