]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
users: increase the retry count to 24 for fetching ssh keys from github 122/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 31 Aug 2015 15:41:37 +0000 (10:41 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 31 Aug 2015 15:41:37 +0000 (10:41 -0500)
We were still getting timeouts when requesting keys from github, so
we're gonna try to just simply increase the number of times it retries
to see if that helps things.

See: http://tracker.ceph.com/issues/12868

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/users/tasks/main.yml

index 55844e7541c0e35a44b8ddea34e64c76d8af9564..ed7034b2f7eca6bac3f172e9be15c652fc3303ea 100644 (file)
@@ -46,7 +46,8 @@
   # Register and retry to work around transient githubusercontent.com issues
   register: ssh_key_update
   until: ssh_key_update|success
-  retries: 3
+  # try for 2 minutes to retrieve the key before failing
+  retries: 24
   delay: 5
   tags:
     - pubkeys