A Python agent for provisioning and deprovisioning Bare Metal servers.
Go to file
Vladyslav Drok a8db7b0443 Cleanup coreos-oem-inject.py
The current script used to inject the IPA container into CoreOS is
not pep8 compliant, has requirements that are not in
global-requirements, and never has tests run. Now requirement on
plumbum is removed, script is pep8 compliant, flake8 runs against the
script when tests are run.

Closes-bug: #1337551

Change-Id: I14d3e46e60c4e072f34f80dc50d7214079953f49
2014-11-18 14:52:32 -08:00
etc/ironic_python_agent Added some infrastructure tools 2014-04-03 21:09:11 +04:00
imagebuild Cleanup coreos-oem-inject.py 2014-11-18 14:52:32 -08:00
ironic_python_agent Improve docstrings for cmd/agent.py 2014-11-14 03:20:08 +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 Prevent python 2.7 from being purged in container 2014-07-31 15:11:04 -07:00
LICENSE add license file 2013-09-17 13:41:59 -07:00
README.rst Fix incorrect documentation 2014-09-08 09:35:22 -07:00
openstack-common.conf Adding oslotest to improve debugging 2014-04-03 14:02:53 -07:00
requirements.txt Updated from global requirements 2014-07-30 15:55:02 -07:00
setup.cfg Fix author/email in setup.cfg 2014-07-01 16:16:08 -07:00
setup.py Updated from global requirements 2014-07-30 15:55:02 -07:00
test-requirements.txt Adding DynamicLoopingCall around lookup 2014-03-31 14:54:14 -07:00
tox.ini Cleanup coreos-oem-inject.py 2014-11-18 14:52:32 -08:00

README.rst

ironic-python-agent

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