A Python agent for provisioning and deprovisioning Bare Metal servers.
Go to file
Ghe Rivero 0ee229eb80 Remove duplicated test for caching image
The test test_cache_image_success is (bad) duplicate of the
test test_cache_image

The test is trying to retrieve a real url and saving it into
a block device. Mock several calls to avoid this behavior and
and assert that the cached image is properly saved.

Change-Id: Ie2ff5931cc77e5cdd1621c652d73a62fed0b69a6
Partial-Bug: #1326849
2014-06-16 09:45:11 +00:00
etc/ironic_python_agent Added some infrastructure tools 2014-04-03 21:09:11 +04:00
imagebuild Use systemd-nspawn instead of docker for image 2014-04-25 14:28:49 -07:00
ironic_python_agent Remove duplicated test for caching image 2014-06-16 09:45:11 +00:00
tools Added some infrastructure tools 2014-04-03 21:09:11 +04: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 Add a HardwareManager method to erase devices 2014-06-06 10:27:53 -07:00
LICENSE add license file 2013-09-17 13:41:59 -07:00
README.md Readme should point to Openstack, not travis-ci 2014-06-03 12:59:38 -07:00
openstack-common.conf Adding oslotest to improve debugging 2014-04-03 14:02:53 -07:00
requirements.txt Merge "Implement version 2 payload with more hw info" 2014-04-11 16:01:25 +00:00
setup.cfg Organize agent extensions 2014-04-14 15:09:12 -07:00
setup.py Updated from global requirements 2014-03-31 15:33:26 -07:00
test-requirements.txt Adding DynamicLoopingCall around lookup 2014-03-31 14:54:14 -07:00
tox.ini Added PyPy env to tox.ini 2014-03-28 08:26:17 -07:00

README.md

ironic-python-agent

An agent for rebuilding and controlling Ironic nodes. To contribute, start here: Openstack: How to contribute.