2016-11-24 13:03:40 +01:00
========================
Team and repository tags
========================
.. image :: http://governance.openstack.org/badges/ironic-python-agent.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
2014-06-25 09:04:26 +01:00
ironic-python-agent
===================
2015-03-25 16:41:57 -07:00
An agent for controlling and deploying Ironic controlled baremetal nodes.
2015-09-30 23:48:46 +00:00
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.
2015-03-25 16:41:57 -07:00
2015-09-30 23:48:46 +00:00
The ironic-python-agent may also be used with the original Ironic pxe drivers
as of the Kilo OpenStack release.
2015-03-25 16:41:57 -07:00
Building the IPA deployment ramdisk
2015-09-30 23:48:46 +00:00
===================================
2015-03-25 16:41:57 -07:00
2016-01-26 17:03:18 -06:00
For more information see the `Image Builder <http://docs.openstack.org/developer/ironic-python-agent/#image-builders> `_ section of the Ironic Python Agent
developer guide.
2015-03-25 16:41:57 -07:00
Using IPA with devstack
=======================
2015-09-30 23:48:46 +00:00
This is covered in the `Deploying Ironic with DevStack <http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack> `_
2015-03-25 16:41:57 -07:00
section of the Ironic dev-quickstart guide.
Project Resources
=================
2015-09-14 11:31:43 -07:00
Project status, bugs, and blueprints are tracked on Launchpad:
2015-10-06 13:48:58 -04:00
http://launchpad.net/ironic-python-agent
2015-09-14 11:31:43 -07:00
Developer documentation can be found here:
http://docs.openstack.org/developer/ironic-python-agent
Additional resources are linked from the project wiki page:
https://wiki.openstack.org/wiki/Ironic-python-agent
2015-03-25 16:41:57 -07:00
IRC channel:
#openstack-ironic
To contribute, start here: `Openstack: How to
2015-09-30 23:48:46 +00:00
contribute <http://docs.openstack.org/infra/manual/developers.html>`_.