deploy.rst (ironic-17.0.2) | : | deploy.rst (ironic-17.0.3) | ||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
You can specify this deploy interface when creating or updating a node:: | You can specify this deploy interface when creating or updating a node:: | |||
baremetal node create --driver ipmi --deploy-interface direct | baremetal node create --driver ipmi --deploy-interface direct | |||
baremetal node set <NODE> --deploy-interface direct | baremetal node set <NODE> --deploy-interface direct | |||
.. note:: | .. note:: | |||
For historical reasons the ``direct`` deploy interface is sometimes called | For historical reasons the ``direct`` deploy interface is sometimes called | |||
``agent``. This is because before the Kilo release **ironic-python-agent** | ``agent``. This is because before the Kilo release **ironic-python-agent** | |||
used to only support this deploy interface. | used to only support this deploy interface. | |||
.. _image_download_source: | ||||
Deploy with custom HTTP servers | Deploy with custom HTTP servers | |||
------------------------------- | ------------------------------- | |||
The ``direct`` deploy interface can also be configured to use with custom HTTP | The ``direct`` deploy interface can also be configured to use with custom HTTP | |||
servers set up at ironic conductor nodes, images will be cached locally and | servers set up at ironic conductor nodes, images will be cached locally and | |||
made accessible by the HTTP server. | made accessible by the HTTP server. | |||
To use this deploy interface with a custom HTTP server, set | To use this deploy interface with a custom HTTP server, set | |||
``image_download_source`` to ``http`` in the ``[agent]`` section. | ``image_download_source`` to ``http`` in the ``[agent]`` section. | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |