Comment 6 for bug 1410119

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/148494
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=47e89058bf02c567b77f5366a79a192633354edb
Submitter: Jenkins
Branch: master

commit 47e89058bf02c567b77f5366a79a192633354edb
Author: Bogdan Dobrelya <email address hidden>
Date: Tue Jan 20 11:25:11 2015 +0100

    Add retries for rabbitmqadmin curl command

    W/o this patch, Rabbitmq::Install::Rabbitmqadmin
    sometimes fails to install the rabbitmqadmin script if
    there are some connectivity (which is non-transient) errors.

    The solution is to add retries for exec command as curl allows
    retries only for transient errors and fails for connectivity
    errors.

    Closes-bug: #1412712
    Related-bug: #1410119

    Change-Id: I681599ea4a2756e7a442c194c68cf0a484f24f7f
    Signed-off-by: Bogdan Dobrelya <email address hidden>