소스 검색

Merge pull request #5182 from mtnbikenc/upgrade-orphans

Merged by openshift-bot
OpenShift Bot 7 년 전
부모
커밋
f778b5df15
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