Boris Ranto [Thu, 29 Nov 2018 15:50:03 +0000 (16:50 +0100)]
Try creating the ansible user with delay
It can take a while until the mgr daemon is up, especially when it is
running on a different node. This will try creating the ansible user 7
times with 5 second delays in between. It safer than just sleeping
before the command.
Boris Ranto [Tue, 27 Nov 2018 12:30:24 +0000 (13:30 +0100)]
ceph-dashboard: Add timeout to rgw user create
This avoids the playbook to hang indefinitely on the radosgw-admin user
create command. The playbook will still fail if the command hangs but it
is better to fail than to hang forever.