Go to file
Josh Gachnang bd25174338 Add BackOffLoopingCall with jitter
Using DynamicLoopingCall involved a few hacks to make it work properly. This
new BackOffLoopingCall will start an exponential backoff (with a configurable
jitter) when there is a failure. The backoff will continue until the given
function returns True or timeout is about to be exceeded. The function will
run indefinitely until either an exception is raised or timeout is reached.
I plan to merge this into oslo loopingcall and switch the heartbeat to this.

Change-Id: I1482348e98c6b68c34b3003645029e08135b1341
2014-04-07 10:59:47 -07:00
2014-04-03 21:09:11 +04:00
2014-03-19 16:27:43 -07:00
2013-09-17 13:41:59 -07:00
2014-03-31 15:33:26 -07:00
2014-03-28 08:26:17 -07:00

ironic-python-agent

Build Status

An agent for rebuilding and controlling Ironic nodes.

Description
A Python agent for provisioning and deprovisioning Bare Metal servers.
Readme 36 MiB
Languages
Python 99.9%
Shell 0.1%