A Python agent for provisioning and deprovisioning Bare Metal servers.
Go to file
Lucas Alvares Gomes 8493e0e437 Add *.swp to .gitignore
Vim creates swap files with the .swp extension, those should be ignored
by git.

Change-Id: I637ef1bac7a94bf1f034e7db74649150cc4fd986
2015-02-10 16:33:36 +00:00
etc/ironic_python_agent Added some infrastructure tools 2014-04-03 21:09:11 +04:00
imagebuild Prevent CoreOS from using configdrive in ramdisk 2015-02-06 11:24:08 -08:00
ironic_python_agent Use partx to update partition table 2015-02-06 13:44:42 -08:00
tools Added some infrastructure tools 2014-04-03 21:09:11 +04:00
.gitignore Add *.swp to .gitignore 2015-02-10 16:33:36 +00: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 Workflow documentation is now in infra-manual 2014-12-05 03:30:36 +00:00
openstack-common.conf Use oslo.utils and oslo.concurrency 2014-12-09 00:06:23 +00:00
requirements.txt Updated from global requirements 2015-01-27 02:17:24 +00: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 Updated from global requirements 2014-12-03 21:36:05 +00:00
tox.ini Remove python 2.6 from tox.ini 2015-01-07 15:33:51 -08:00

README.rst

ironic-python-agent

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