Merge "undercloud: revert to using the iscsi deploy interface by default"
This commit is contained in:
commit
4a7b37f01b
@ -69,7 +69,6 @@ parameter_defaults:
|
||||
HeatReauthenticationAuthMethod: 'trusts'
|
||||
IronicCleaningDiskErase: 'metadata'
|
||||
IronicCorsAllowedOrigin: '*'
|
||||
IronicDefaultDeployInterface: 'direct'
|
||||
IronicDefaultInspectInterface: 'inspector'
|
||||
IronicDefaultResourceClass: 'baremetal'
|
||||
IronicEnabledHardwareTypes: ['ipmi', 'redfish', 'idrac', 'ilo']
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Ironic in the containerized undercloud now uses the ``direct`` deploy
|
||||
interface by default for better performance and scalability. See
|
||||
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.
|
||||
|
||||
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.
|
||||
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``.
|
||||
|
Loading…
Reference in New Issue
Block a user