Merge "Update ramdisk callback documentation"
This commit is contained in:
commit
62739e73b4
@ -154,20 +154,29 @@ the ramdisk. Request body: JSON dictionary with at least these keys:
|
|||||||
PXE booted from either in standard format ``11:22:33:44:55:66`` or
|
PXE booted from either in standard format ``11:22:33:44:55:66`` or
|
||||||
in *PXELinux* ``BOOTIF`` format ``01-11-22-33-44-55-66``.
|
in *PXELinux* ``BOOTIF`` format ``01-11-22-33-44-55-66``.
|
||||||
|
|
||||||
* ``error`` optional error happened during ramdisk run, interpreted by
|
Optionally the following keys might be provided:
|
||||||
``ramdisk_error`` plugin
|
|
||||||
|
|
||||||
* ``logs`` optional base64-encoded logs from the ramdisk
|
* ``inventory`` full hardware inventory from the ironic-python-agent (will be
|
||||||
|
required in the future). Required for root device hints support.
|
||||||
|
|
||||||
* ``block_devices`` optional block devices information for
|
* ``root_disk`` default deployment root disk as calculated by the
|
||||||
``root_device_hint`` plugin, dictionary with keys:
|
ironic-python-agent algorithm. Will be required in the future.
|
||||||
|
|
||||||
* ``serials`` list of serial numbers of block devices.
|
* ``error`` error happened during ramdisk run, interpreted by
|
||||||
|
``ramdisk_error`` plugin.
|
||||||
|
|
||||||
|
* ``logs`` base64-encoded logs from the ramdisk.
|
||||||
|
|
||||||
|
* ``block_devices`` block devices information for the ``raid_device`` plugin,
|
||||||
|
dictionary with one key: ``serials`` list of serial numbers of block devices.
|
||||||
|
|
||||||
|
This is deprecated and only supported for backward compatibility. Full
|
||||||
|
``inventory`` should be provided instead.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
This list highly depends on enabled plugins, provided above are
|
This list highly depends on enabled plugins, provided above are
|
||||||
expected keys for the default set of plugins. See :ref:`plugins`
|
expected keys for the default set of plugins. See :ref:`plugins`
|
||||||
for details.
|
for details.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
This endpoint is not expected to be versioned, though versioning will work
|
This endpoint is not expected to be versioned, though versioning will work
|
||||||
|
Loading…
Reference in New Issue
Block a user