89de728acb
Instead of serving images via slow and somewhat unreliable iSCSI protocol, this deploy method makes IPA download them from the undercloud Swift. Change-Id: Ic569358b781337ec6ba8ba802ada1f940917bd61 Implements: blueprint ironic-direct-deploy
13 lines
516 B
YAML
13 lines
516 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Ironic in the containerized undercloud now uses the ``direct`` deploy
|
|
interface by default for better performance and scalability. See
|
|
`the direct deploy documentation
|
|
<https://docs.openstack.org/ironic/latest/admin/interfaces/deploy.html#direct-deploy>`_
|
|
for details.
|
|
|
|
If undesired, this change can be reverted per node by setting the node's
|
|
``deploy_interface`` field to ``iscsi`` or globally by changing the new
|
|
``IronicDefaultDeployInterface`` to empty string.
|