소스 검색

Don't block on node start when bootstrapping

We'll be able to approve in the background and wait for the node to
start, reduces time to completion.
Clayton Coleman 7 년 전
부모
커밋
279ed3c38b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/openshift_node/tasks/distribute_bootstrap.yml

+ 1 - 1
roles/openshift_node/tasks/distribute_bootstrap.yml

@@ -28,8 +28,8 @@
     name: "{{ openshift_service_type }}-node"
     state: restarted
     enabled: yes
+    no_block: yes
   register: node_start
-  ignore_errors: yes
 
 - when: node_start is failed
   block: