Browse Source

Merge pull request #435 from dak1n1/numnode_pause

take number of nodes into account when pausing
Stefanie Forrester 9 years ago
parent
commit
550c364753
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/fluentd_master/tasks/main.yml

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

@@ -39,8 +39,8 @@
     owner: 'td-agent'
     mode: 0444
 
-- name: "Pause before restarting td-agent, since openshift-master needs more time to start"
-  pause: seconds=20
+- name: "Pause before restarting td-agent and openshift-master, depending on the number of nodes."
+  pause: seconds={{ num_nodes|int * 5 }}
 
 - name: ensure td-agent is running
   service: