[reno] update
Updates several release notes to fix links, address grammatical issues and other minor cleanup. Change-Id: I8ed7206badad49516016d413c074ce12ade2d907
This commit is contained in:
parent
8d65f2e37a
commit
d85d029520
@ -14,10 +14,10 @@ features:
|
||||
|
||||
* ``node.power_interface`` can be set to:
|
||||
|
||||
* ``cimc`` for CIMC API power control (power on/off, reboot etc)
|
||||
* ``ucsm`` for UCSM API power control (power on/off, reboot etc)
|
||||
* ``cimc`` for CIMC API power control (power on/off, reboot, etc.)
|
||||
* ``ucsm`` for UCSM API power control (power on/off, reboot, etc.)
|
||||
|
||||
* ``node.management_interface`` can be set to:
|
||||
|
||||
* ``cimc`` for CIMC API management control (setting the boot device etc)
|
||||
* ``ucsm`` for UCSM API management control (setting the boot device etc)
|
||||
* ``cimc`` for CIMC API management control (setting the boot device, etc.)
|
||||
* ``ucsm`` for UCSM API management control (setting the boot device, etc.)
|
||||
|
@ -2,7 +2,8 @@
|
||||
features:
|
||||
- |
|
||||
Adds support for the `Redfish <https://www.dmtf.org/standards/redfish>`_
|
||||
standard via a new ``redfish`` hardware type. It uses two new interfaces:
|
||||
standard via a new ``redfish`` hardware type. (There is no equivalent
|
||||
"classic" driver for this.) It uses two new interfaces:
|
||||
|
||||
* ``redfish`` power interface supports all hard and soft power operations
|
||||
* ``redfish`` management interface supports:
|
||||
|
@ -6,7 +6,7 @@ fixes:
|
||||
location of the ``ldlinux.c32`` file.
|
||||
features:
|
||||
- |
|
||||
New configuration option ``[DEFAULT]/ldlinux_32`` can used to set the
|
||||
New configuration option ``[DEFAULT]/ldlinux_32`` can be used to set the
|
||||
location of the ``ldlinux.c32`` file (from the syslinux package).
|
||||
The default behavior is to look for it in the following locations:
|
||||
|
||||
|
@ -4,18 +4,14 @@ features:
|
||||
Adds `OSProfiler <https://docs.openstack.org/osprofiler/latest/>`_ support.
|
||||
This cross-project profiling library provides the ability to trace various
|
||||
OpenStack requests through all OpenStack services that support it.
|
||||
|
||||
To initiate OpenStack request tracing, ``--os-profile <HMAC_KEY>`` option
|
||||
needs to be added to an OpenStackClient command. As part of the output,
|
||||
there will be a message with a Trace ID.
|
||||
|
||||
To see the HTML graphs, the following command should be used::
|
||||
|
||||
$ osprofiler trace show <trace_id> --html --out result.html
|
||||
For more information, see
|
||||
https://docs.openstack.org/ironic/latest/contributor/osprofiler-support.html.
|
||||
|
||||
security:
|
||||
- OSProfiler support requires passing of trace information between
|
||||
- |
|
||||
`OSProfiler <https://docs.openstack.org/osprofiler/latest/>`_ support
|
||||
requires passing of trace information between
|
||||
various OpenStack services. This information is securely signed
|
||||
by one of HMAC keys, defined in the ``ironic.conf`` configuration file.
|
||||
by one of the HMAC keys, defined in the ``ironic.conf`` configuration file.
|
||||
To allow cross-project tracing, the same key should be used for all
|
||||
OpenStack services.
|
||||
|
@ -15,7 +15,7 @@ fixes:
|
||||
node if a power change action fails. Additionally, stops retrying power
|
||||
actions and power status polls on receipt of a non-retryable error from
|
||||
ipmitool. For more information, see `bug 1675529
|
||||
<https//bugs.launchpad.net/ironic/+bug/1675529>`_.
|
||||
<https://bugs.launchpad.net/ironic/+bug/1675529>`_.
|
||||
|
||||
A new configuration option ``[conductor]/power_state_change_timeout``
|
||||
can be used to specify how many seconds to wait for a baremetal node
|
||||
|
@ -3,5 +3,6 @@ fixes:
|
||||
- Adds the capability for an operator to explicitly define the permission
|
||||
for created tftpboot folders. This provides the ability for ironic to be
|
||||
utilized with a restrictive umask, where the tftp server may not be able
|
||||
to read the file. Introduced a new config option ``[pxe]/dir_permission``
|
||||
to read the file. Introduces a new configuration option
|
||||
``[pxe]/dir_permission``
|
||||
to specify the permission for the tftpboot directories to be created with.
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixes multi-region issue when region specified in config file
|
||||
was ignored when getting keystone service url.
|
||||
- Fixes a multi-region issue where the region specified in the configuration
|
||||
file was ignored when getting the Identity service's (keystone) URL.
|
||||
|
@ -11,8 +11,8 @@ upgrade:
|
||||
The default value for this option is 0, which means the clean step
|
||||
is disabled.
|
||||
deprecations:
|
||||
- The use of the ``pxe`` boot interface with the ``irmc`` hardware typed has
|
||||
been deprecated. It is recommended for to switch to the new ``irmc-pxe``
|
||||
- The use of the ``pxe`` boot interface with the ``irmc`` hardware type has
|
||||
been deprecated. It is recommended to switch to the new ``irmc-pxe``
|
||||
boot interface as soon as possible.
|
||||
issues:
|
||||
- The ``restore_irmc_bios_config`` clean step does not work for nodes using
|
||||
|
@ -3,5 +3,5 @@ fixes:
|
||||
Fixes a bug which caused boot device changes to be persistent in
|
||||
places where they did not need to be during cleaning and deployment
|
||||
phases, due to the default behavior of PXE interface forcing a persistent
|
||||
change.
|
||||
For more info, see https://bugs.launchpad.net/ironic/+bug/1701721
|
||||
change. For more information, see
|
||||
`bug 1701721 <https://bugs.launchpad.net/ironic/+bug/1701721>`_.
|
||||
|
@ -1,14 +1,13 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add a new hardware type ``oneview`` for HPE OneView supported
|
||||
servers. ``oneview`` hardware type supplies support following
|
||||
driver interfaces:
|
||||
Adds a new hardware type ``oneview`` for HPE OneView supported
|
||||
servers. This hardware type supports the following driver interfaces:
|
||||
|
||||
* boot: ``pxe``
|
||||
* console: ``no-console``
|
||||
* deploy: ``oneview-direct`` and ``oneview-iscsi``
|
||||
(Based on 'direct' and 'iscsi' respectively)
|
||||
(based on "direct" and "iscsi" respectively)
|
||||
* inspect: ``oneview`` and ``no-inspect``
|
||||
* management: ``oneview``
|
||||
* network: ``flat``, ``neutron`` and ``no-op``
|
||||
|
@ -10,7 +10,7 @@ features:
|
||||
when attaching virtual interfaces (VIFs).
|
||||
|
||||
The REST API endpoints related to ports provide support for the
|
||||
``physical_network`` field. The `ironic developer documentation
|
||||
``physical_network`` field. The `multi-tenancy documentation
|
||||
<https://docs.openstack.org/ironic/latest/admin/multitenancy.html>`_
|
||||
provides information on how to configure and use physical networks.
|
||||
upgrade:
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- Adds support for rolling upgrades, starting from upgrading Ocata to Pike.
|
||||
For details, see http://docs.openstack.org/ironic/admin/upgrade-guide.html.
|
||||
For details, see
|
||||
http://docs.openstack.org/ironic/latest/admin/upgrade-guide.html.
|
||||
|
Loading…
Reference in New Issue
Block a user