A Python agent for provisioning and deprovisioning Bare Metal servers.
Go to file
Josh Gachnang 3bc4866a21 Adding DynamicLoopingCall around lookup
Currently, if a single lookup call to the Ironic API fails, the entire
agent errors out and restarts. This allows the agent to retry for a set
amount of time before throwing an uncaught exception forcing a restart.

Change-Id: I39752fb3f42ad3e4f15a49194f1554e1d3463cf8
Closes-Bug: 1297019
2014-03-31 14:54:14 -07:00
imagebuild Doing replacement on imagebuild 2014-03-19 16:35:55 -07:00
ironic_python_agent Adding DynamicLoopingCall around lookup 2014-03-31 14:54:14 -07:00
.gitignore Fixing merge conflicts, passing py26 2014-03-17 12:01:33 -07:00
.gitreview add(gerrit support): Required to move to openstack 2014-03-07 13:30:45 -08:00
.testr.conf Replacing teeth/overlord with ipa/ironic 2014-03-19 16:19:52 -07:00
.travis.yml Preparing for OpenStack testing environment 2014-03-11 12:50:12 -07:00
Dockerfile Renaming things in Dockerfile 2014-03-19 16:27:43 -07:00
LICENSE add license file 2013-09-17 13:41:59 -07:00
openstack-common.conf Adding DynamicLoopingCall around lookup 2014-03-31 14:54:14 -07:00
README.md Replacing teeth/overlord with ipa/ironic 2014-03-19 16:19:52 -07:00
requirements.txt Adding DynamicLoopingCall around lookup 2014-03-31 14:54:14 -07:00
setup.cfg Get rid of modes. Introduce pluggable extensions 2014-03-27 17:28:57 +04:00
setup.py out with the old, in with the new 2013-12-16 15:38:02 -08:00
test-requirements.txt Adding DynamicLoopingCall around lookup 2014-03-31 14:54:14 -07:00
tox.ini Replacing teeth/overlord with ipa/ironic 2014-03-19 16:19:52 -07:00

ironic-python-agent

Build Status

An agent for rebuilding and controlling Ironic nodes.