浏览代码

Remove unused upgrade playbook

Russell Teague 7 年之前
父节点
当前提交
1e8b400f46
共有 1 个文件被更改,包括 0 次插入13 次删除
  1. 0 13
      playbooks/common/openshift-cluster/upgrades/pre/verify_nodes_running.yml

+ 0 - 13
playbooks/common/openshift-cluster/upgrades/pre/verify_nodes_running.yml

@@ -1,13 +0,0 @@
----
-- name: Verify node processes
-  hosts: oo_nodes_to_config
-  roles:
-  - openshift_facts
-  - openshift_docker_facts
-  tasks:
-  - name: Ensure Node is running
-    service:
-      name: "{{ openshift.common.service_type }}-node"
-      state: started
-      enabled: yes
-    when: openshift.common.is_containerized | bool