Release notes cleanup for 13.0.0 (mk2)
Several release notes have been added since the initial cleanup for 13.0.0. This patch tidies them. Change-Id: I83772c28c4f135ef8c0a8eb10130a3937db765d1
This commit is contained in:
parent
0450c4f2fd
commit
2fad52eced
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Adds support for deploy steps to ``raid`` interface of ``idrac``
|
Adds support for deploy steps to the ``idrac-wsman`` ``raid`` interface.
|
||||||
hardware type. The methods ``apply_configuration`` and
|
The methods ``apply_configuration`` and ``delete_configuration`` can be
|
||||||
``delete_configuration`` can be used as deploy steps.
|
used as deploy steps.
|
||||||
- |
|
- |
|
||||||
Adds a new ``delete_existing`` argument to the ``create_configuration``
|
Adds a new ``delete_existing`` argument to the ``create_configuration``
|
||||||
clean step on the ``idrac`` ``raid`` interface which can be used to
|
clean step on the ``idrac-wsman`` ``raid`` interface which can be used to
|
||||||
delete existing virtual disks. The default for this argument is ``False``.
|
delete existing virtual disks. The default for this argument is ``False``.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Adds support for deploy steps to ``management`` interface of ``ilo``
|
Adds support for deploy steps to the ``management`` interface of the
|
||||||
hardware type. The methods ``reset_ilo``, ``reset_ilo_credential``,
|
``ilo`` hardware type. The methods ``reset_ilo``, ``reset_ilo_credential``,
|
||||||
``reset_bios_to_default``, ``reset_secure_boot_keys_to_default``,
|
``reset_bios_to_default``, ``reset_secure_boot_keys_to_default``,
|
||||||
``clear_secure_boot_keys`` and ``update_firmware`` can be used as
|
``clear_secure_boot_keys`` and ``update_firmware`` can be used as
|
||||||
deploy steps.
|
deploy steps.
|
||||||
|
@ -5,9 +5,9 @@ features:
|
|||||||
virtual media boot. The ``redfish-virtual-media`` boot interface operates
|
virtual media boot. The ``redfish-virtual-media`` boot interface operates
|
||||||
on the same kernel/ramdisk as, for example, PXE boot interface does, however
|
on the same kernel/ramdisk as, for example, PXE boot interface does, however
|
||||||
``redfish-virtual-media`` boot interface can additionally require EFI
|
``redfish-virtual-media`` boot interface can additionally require EFI
|
||||||
system partition image (ESP) when performing UEFI boot. New configuration
|
system partition image (ESP) when performing UEFI boot. Either the
|
||||||
option ``bootloader`` or ``[driver_info]/bootloader`` property can be used
|
``[conductor]bootloader`` configuration option or the
|
||||||
to convey ESP location to ironic. Bootable ISO images can be served to
|
``[driver_info]/bootloader`` node attribute can be used to convey ESP
|
||||||
BMC either from Swift or from a HTTP server running on ironic conductor
|
location to ironic. Bootable ISO images can be served to BMCs either from
|
||||||
machine. This is controlled by the ``[redfish]use_swift`` ironic
|
Swift or from an HTTP server running on an ironic conductor machine. This
|
||||||
configuration option.
|
is controlled by the ``[redfish]use_swift`` ironic configuration option.
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Adds ``clear_job_queue`` cleaning step to hardware type ``idrac``.
|
Adds a ``clear_job_queue`` cleaning step to the ``idrac-wsman`` management
|
||||||
``clear_job_queue`` cleaning step clears the Lifecycle Controller
|
interface. The ``clear_job_queue`` cleaning step clears the Lifecycle
|
||||||
job queue including any pending jobs.
|
Controller job queue including any pending jobs.
|
||||||
fixes:
|
fixes:
|
||||||
- |
|
- |
|
||||||
Fixes an issue where if there is a pending bios config job in job queue,
|
Fixes an issue where if there is a pending BIOS config job in job queue,
|
||||||
then ironic will abandon the introspection attempt for the node,
|
then ironic will abandon an introspection attempt for the node, which will
|
||||||
which will cause overall introspection to fail.
|
cause overall introspection to fail.
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
upgrade:
|
upgrade:
|
||||||
- |
|
- |
|
||||||
The Cisco ``cisco-ucs-managed`` and ``cisco-ucs-standalone`` hardware types
|
The Cisco ``cisco-ucs-managed`` and ``cisco-ucs-standalone`` hardware types
|
||||||
and ``cimc`` and ``ucsm`` hardware interfaces were deprecated in Stein.
|
and ``cimc`` and ``ucsm`` hardware interfaces which were deprecated in
|
||||||
They have been removed in Train.
|
the 12.1.0 release have now been removed.
|
||||||
|
|
||||||
After upgrading, if any of these hardware types or interfaces are specified
|
After upgrading, if any of these hardware types or interfaces are specified
|
||||||
in ironic's configuration options, the ironic-conductor service will fail
|
in ironic's configuration options, the ironic-conductor service will fail
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- |
|
- |
|
||||||
Currently ironic allows entering deployment or cleaning for nodes in
|
Currently Ironic allows entering deployment or cleaning for nodes in
|
||||||
maintenance mode. However, heartbeats do not cause any actions for such
|
maintenance mode. However, heartbeats do not cause any actions for such
|
||||||
nodes, thus deployment or cleaning never finish if the nodes are not moved
|
nodes, thus deployment or cleaning will never finish if the nodes are not
|
||||||
out of maintenance. A new configuration option
|
moved out of maintenance. A new configuration option
|
||||||
``[conductor]allow_provisioning_in_maintenance`` (defaulting to ``True``)
|
``[conductor]allow_provisioning_in_maintenance`` (defaulting to ``True``)
|
||||||
is added to configure this behavior. If it is set to ``False``, deployment
|
is added to configure this behavior. If it is set to ``False``, deployment
|
||||||
and cleaning will be prevented from nodes in maintenance mode.
|
and cleaning will be prevented from nodes in maintenance mode.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- Fixes a bug in the iLO UEFI iSCSI Boot, where it fails if server has
|
- Fixes a bug in iLO UEFI iSCSI Boot, where it fails if a server has
|
||||||
multiple nic adapters, since Proliant Servers has a limitation of
|
multiple NIC adapters, since Proliant Servers have a limitation of
|
||||||
creating only four iSCSI nic sources and existing implementation
|
creating only four iSCSI NIC sources and the existing implementation
|
||||||
would try to create for more and failed accordingly.
|
would try to create for more and failed accordingly.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- |
|
- |
|
||||||
The explicit support for CoreOS ironic-python-agent images have been
|
Explicit support for CoreOS Ironic Python Agent images has been
|
||||||
removed. If you use a ramdisk based on CoreOS, you may want to re-add
|
removed. If you use a ramdisk based on CoreOS, you may want to re-add
|
||||||
``coreos.configdrive=0`` to your PXE templates, see `story 1433812
|
``coreos.configdrive=0`` to your PXE templates, see `story 1433812
|
||||||
<https://storyboard.openstack.org/#!/story/1433812>`_ for the background.
|
<https://storyboard.openstack.org/#!/story/1433812>`_ for the background.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user