Przeglądaj źródła

Refactor - increase retries instead of delay in "Wait for Node Registration"

David Mat 9 lat temu
rodzic
commit
c777c55565
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      roles/openshift_manage_node/tasks/main.yml

+ 2 - 2
roles/openshift_manage_node/tasks/main.yml

@@ -3,8 +3,8 @@
       {{ openshift.common.client_binary }} get node {{ item | lower }}
   register: omd_get_node
   until: omd_get_node.rc == 0
-  retries: 20
-  delay: 30
+  retries: 50
+  delay: 5
   changed_when: false
   with_items: openshift_nodes