tripleo-heat-templates/releasenotes/notes/direct-deploy-by-default-bc78a63f0a0c6e15.yaml
Dmitry Tantsur 89de728acb undercloud: switch to the "direct" deploy interface by default
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
2018-05-02 11:58:41 +02:00

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.