42c118244a
The direct deploy interface looks promising in the scale tests so far, but it prevent local testing and PoC with nodes with less than 8 GiB RAM because it has to convert the overcloud-full image in memory. This change changes back to the iscsi deploy interface, leaving the direct deploy interface fully configured and opt-in. This patch will likely be reverted in Stein. Change-Id: I5f8126474ab15a310b4ba305c4d537b93e9f0399 Related-Blueprint: ironic-direct-deploy
13 lines
513 B
YAML
13 lines
513 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Ironic in the containerized undercloud now supports the ``direct`` deploy
|
|
interface for better performance and scalability. See
|
|
`the direct deploy documentation
|
|
<https://docs.openstack.org/ironic/latest/admin/interfaces/deploy.html#direct-deploy>`_
|
|
for details.
|
|
|
|
This deploy interface can be enabled per node by setting the node's
|
|
``deploy_interface`` field to ``direct`` or globally by changing the new
|
|
``IronicDefaultDeployInterface`` parameter to ``direct``.
|