add retries for calico/canal etcd commands (#2007)

This commit is contained in:
Matthew Mosesohn
2017-11-28 16:39:55 +00:00
committed by GitHub
parent 38e8522cbf
commit ec54b36e05
3 changed files with 14 additions and 0 deletions

View File

@@ -54,6 +54,8 @@
"ip": "{{ rr_ip }}",
"cluster_id": "{{ cluster_id }}"
}'
retries: 4
delay: "{{ retry_stagger | random + 3 }}"
delegate_to: "{{groups['etcd'][0]}}"
- meta: flush_handlers