a25589b20f
The extlink extension [1] ensures the urls have version-specific references to other projects. [1] https://docs.openstack.org/openstackdocstheme/latest/#external-link-helper Change-Id: I0d5d445fae8a7ec60f6a9caacede7cc77770b36e Story: 2006621 Task: 36825
28 lines
1.1 KiB
ReStructuredText
28 lines
1.1 KiB
ReStructuredText
.. _deploy-ramdisk:
|
|
|
|
Building or downloading a deploy ramdisk image
|
|
==============================================
|
|
|
|
Ironic depends on having an image with the
|
|
:ironic-python-agent-doc:`ironic-python-agent (IPA) <>`
|
|
service running on it for controlling and deploying bare metal nodes.
|
|
|
|
Two kinds of images are published on every commit from every branch of
|
|
:ironic-python-agent-doc:`ironic-python-agent (IPA) <>`
|
|
|
|
* DIB_ images are suitable for production usage and can be downloaded from
|
|
https://tarballs.openstack.org/ironic-python-agent/dib/files/.
|
|
* TinyIPA_ images are suitable for CI and testing environments and can be
|
|
downloaded from
|
|
https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/.
|
|
|
|
Building from source
|
|
--------------------
|
|
|
|
Check the ironic-python-agent-builder_ project for information on how to build
|
|
ironic-python-agent ramdisks.
|
|
|
|
.. _DIB: https://docs.openstack.org/ironic-python-agent-builder/latest/admin/dib.html
|
|
.. _TinyIPA: https://docs.openstack.org/ironic-python-agent-builder/latest/admin/tinyipa.html
|
|
.. _ironic-python-agent-builder: https://docs.openstack.org/ironic-python-agent-builder/latest/
|