summaryrefslogtreecommitdiff
path: root/doc/source/admin/drivers/redfish.rst
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2021-01-22 15:56:13 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2021-01-22 16:26:44 +0100
commitbb318008b91da907658678ee93d4ab7ae7576c00 (patch)
tree081bec4529ddf41c095b539b2fd3d1c0ab23668b /doc/source/admin/drivers/redfish.rst
parent5640860c81f2c172d8ad1e3756546f64825c7ed4 (diff)
downloadironic-bb318008b91da907658678ee93d4ab7ae7576c00.tar.gz
redfish-virtual-media: allow a link to raw configdrive image
For historical reasons we always base64+gzip configdrives, even when accessing them via a URL. This change allows binary images to work for the redfish-virtual-media case. Change-Id: If19144de800b67275e3f8fb297f0a5c4a54b2981
Diffstat (limited to 'doc/source/admin/drivers/redfish.rst')
-rw-r--r--doc/source/admin/drivers/redfish.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/source/admin/drivers/redfish.rst b/doc/source/admin/drivers/redfish.rst
index 80b981984..cc107fd2a 100644
--- a/doc/source/admin/drivers/redfish.rst
+++ b/doc/source/admin/drivers/redfish.rst
@@ -272,7 +272,19 @@ parameter injection, as such the ``[instance_info]/kernel_append_params``
setting is ignored.
Configuration drives are supported starting with the Wallaby release
-for nodes that have a free virtual USB slot.
+for nodes that have a free virtual USB slot:
+
+.. code-block:: bash
+
+ baremetal node deploy <node name or UUID> \
+ --config-drive '{"meta_data": {...}, "user_data": "..."}'
+
+or via a link to a raw image:
+
+.. code-block:: bash
+
+ baremetal node deploy <node name or UUID> \
+ --config-drive http://example.com/config.img
Layer 3 or DHCP-less ramdisk booting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~