enable_cinder
option was fixed to not imply
that booting from Cinder volumes is implemented in the undercloud.IRONIC_API_VERSION
in stackrc
is now set to the same
value as OS_BAREMETAL_API_VERSION
for consistency between two clients.OS_BAREMETAL_API_VERSION
in stackrc
was bumped to 1.29,
which corresponds to Ocata final and allows using all recent features
without specifying and explicit version.Previously, when an IP value was provided for the undercloud_public_host or undercloud_admin_host config value, it was validated to ensure it fell within the network_cidr. This was to avoid problems when the CIDR was changed but the IPs were not. However, this validation was broken for a time in the case where generate_service_certificate was used. During this time, the UI began to depend on the broken validation as it needs to listen on a routable network, which the provisioning network often is not. When the validation was fixed, the user was no longer able to configure the host values to listen on a different routable network.
To enable this UI functionality again, the host validation has been disabled when enable_ui is true. This means the user is responsible for selecting functional host values, but the UI can once again be configured to listen on a separate network.
6.0.0 is the final release for Ocata. It’s the first release where release notes are added.
lldp_basic
) and switch
port link information (local_link_connection
) to
processing_hooks
in inspector.conf.enable_node_discovery=True
in the undercloud.conf
. When enabled,
adds unknown nodes that boot the introspection ramdisk to ironic in the
enroll
provisioning state and the driver set to the value of
discovery_default_driver
configuration option (pxe_ipmitool
by
default). See ironic-inspector documentation for more details:
http://docs.openstack.org/developer/ironic-inspector/usage.html#discovery.Network configuration changes are no longer allowed during undercloud upgrades. Changing the local_ip of a deployed undercloud causes problems with some of the services, so a pre-deployment check was added to prevent such changes.
Because the default CIDR was changed in this release, the check also prevents accidental reconfiguration of the ctlplane network if the old default is still in use, but not explicitly configured.
enable_setting_ipmi_credentials
ironic-inspector option to true
. Deployers still needing it should
set it explicitly via a hieradata override.Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.