Update ramdisk callback documentation
Change-Id: If4291e95b2ab1e27659b69e0f00121a3bd902356
This commit is contained in:
parent
141086ae04
commit
cd53e6eeec
@ -154,15 +154,24 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user