A Python agent for provisioning and deprovisioning Bare Metal servers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
John L. Villalovos 0ef540fc20
Migrate to stestr as unit tests runner
6 years ago
doc/source Fix wrong link about Hardware Managers 6 years ago
etc/ironic_python_agent Configure and use SSL-related requests options 6 years ago
imagebuild Merge "fix path for ldlinux.c32" 6 years ago
ironic_python_agent Clean up deprecated items in the inspection code 6 years ago
releasenotes Clean up deprecated items in the inspection code 6 years ago
tools Use oslo-config-generator for sample config 6 years ago
.gitignore Migrate to stestr as unit tests runner 6 years ago
.gitreview add(gerrit support): Required to move to openstack 9 years ago
.stestr.conf Migrate to stestr as unit tests runner 6 years ago
.travis.yml Preparing for OpenStack testing environment 9 years ago
CONTRIBUTING.rst Correct/update links 6 years ago
Dockerfile Enforce upper-constraints when building ramdisks 7 years ago
LICENSE add license file 10 years ago
README.rst Update links in README 6 years ago
plugin-requirements.txt Add "logs" and "extra-hardware" inspection collectors 8 years ago
proxy.sh Add support for proxy servers during image build 7 years ago
requirements.txt Updated from global requirements 6 years ago
setup.cfg Merge "Collect processor, memory and BIOS output of dmidecode" 6 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt flake8: Enable some off-by-default checks 6 years ago
tox.ini Migrate to stestr as unit tests runner 6 years ago

README.rst

Team and repository tags

image

ironic-python-agent

An agent for controlling and deploying Ironic controlled baremetal nodes.

The ironic-python-agent works with the agent driver in Ironic to provision the node. Starting with ironic-python-agent running on a ramdisk on the unprovisioned node, Ironic makes API calls to ironic-python-agent to provision the machine. This allows for greater control and flexibility of the entire deployment process.

The ironic-python-agent may also be used with the original Ironic pxe drivers as of the Kilo OpenStack release.

Building the IPA deployment ramdisk

For more information see the Image Builder section of the Ironic Python Agent developer guide.

Using IPA with devstack

This is covered in the Deploying Ironic with DevStack section of the Ironic dev-quickstart guide.

Project Resources

Project status, bugs, and blueprints are tracked on Launchpad:

https://launchpad.net/ironic-python-agent

Developer documentation can be found here:

https://docs.openstack.org/ironic-python-agent

Additional resources are linked from the project wiki page:

https://wiki.openstack.org/wiki/Ironic-python-agent

IRC channel:

#openstack-ironic

To contribute, start here: Openstack: How to contribute.