Tidy up release notes for Train
Change-Id: If72fd2c060c8ecd014a61338a3506d93578804b2
This commit is contained in:
parent
21babd3f9d
commit
99f1096986
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Added parameters ``horizon_wsgi_processes`` and ``horizon_wsgi_threads`` to configure
|
Adds variables ``horizon_wsgi_processes`` and ``horizon_wsgi_threads`` to
|
||||||
the number of processes and threads of WSGI in the Horizon container.
|
configure the number of processes and threads for WSGI in the Horizon
|
||||||
|
container.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Added configuration parameters ``kolla_enable_tls_internal``,
|
Adds configuration variables ``kolla_enable_tls_internal``,
|
||||||
``kolla_internal_fqdn_cert``, and ``kolla_internal_fqdn_cacert`` to
|
``kolla_internal_fqdn_cert``, and ``kolla_internal_fqdn_cacert`` to
|
||||||
optionally enable TLS encryption for openstack endpoints on the internal
|
optionally enable TLS encryption for OpenStack endpoints on the internal
|
||||||
network.
|
API network.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
The ``dnsmasq.conf`` configuration file used by the Neutron DHCP agent can be
|
Adds support for overriding the ``dnsmasq.conf`` configuration file used by
|
||||||
overwritten by ``{{ node_custom_config}}/neutron/dnsmasq.conf`` or
|
the Neutron DHCP agent via
|
||||||
|
``{{ node_custom_config}}/neutron/dnsmasq.conf`` or
|
||||||
``{{ node_custom_config }}/neutron/{{ inventory_hostname }}/dnsmasq.conf``.
|
``{{ node_custom_config }}/neutron/{{ inventory_hostname }}/dnsmasq.conf``.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Adds Qinling Ansible role. Qinling is an OpenStack project
|
- Adds support for deploying Qinling. Qinling is an OpenStack project to
|
||||||
to provide "Function as a Service". This project aims to
|
provide "Function as a Service". This project aims to provide a platform to
|
||||||
provide a platform to support serverless functions.
|
support serverless functions.
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
upgrade:
|
|
||||||
- |
|
|
||||||
Updates the minimum required version of Ansible to 2.5.
|
|
@ -1,18 +1,17 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Add custom option for docker daemon by altering "docker_custom_config"
|
Adds support for providing custom configuration options for the Docker
|
||||||
variable (json formatted).
|
daemon via the ``docker_custom_config`` variable (JSON formatted).
|
||||||
|
|
||||||
upgrade:
|
upgrade:
|
||||||
- |
|
- |
|
||||||
Docker engine configuration changes are now done in
|
Docker engine configuration changes are now applied in
|
||||||
"/etc/docker/daemon.json" file instead of altering systemd unit (which
|
``/etc/docker/daemon.json`` file instead of altering the systemd unit
|
||||||
gets removed if present). Also "docker_custom_option" got replaced by
|
(which gets removed if present).
|
||||||
"docker_custom_config" variable (json formatted).
|
|
||||||
|
|
||||||
deprecations:
|
deprecations:
|
||||||
- |
|
- |
|
||||||
Configuring Docker daemon by "docker_custom_option" (used in systemd unit
|
Configuring Docker daemon via ``docker_custom_option`` (used in systemd
|
||||||
file) is deprecated in favour of "docker_custom_config" variable (stored in
|
unit file) is deprecated in favour of ``docker_custom_config`` variable
|
||||||
"daemon.json" config file.
|
which adds options to ``/etc/docker/daemon.json``.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- InfluxDB TSI has been enabled by default. It is recommended for all
|
- InfluxDB TSI is now enabled by default. It is recommended for all
|
||||||
customers by InfluxData. If you do not want to enable it you can set
|
customers by InfluxData. If you do not want to enable it you can set
|
||||||
the variable 'influxdb_enable_tsi' to 'False' in 'globals.yml'.
|
the variable ``influxdb_enable_tsi`` to ``False`` in ``globals.yml``.
|
||||||
Instructions to migrate existing data to the new, disk based format
|
Instructions to migrate existing data to the new, disk based format
|
||||||
can be found at
|
can be found at
|
||||||
https://docs.influxdata.com/influxdb/v1.7/administration/upgrading/
|
https://docs.influxdata.com/influxdb/v1.7/administration/upgrading/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- |
|
- |
|
||||||
Freezer now use MariaDB as default backend for database.
|
Freezer now uses MariaDB as the default database backend.
|
||||||
|
|
||||||
Elasticsearch remains as an optional backend due to the requirement of
|
Elasticsearch remains as an optional backend due to the requirement of
|
||||||
Freezer to use Elasticsearch version 2.3.0. Elasticsearch in kolla-ansible
|
Freezer to use Elasticsearch version 2.3.0. Elasticsearch in kolla-ansible
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Ansible role and shared configuration to deploy
|
- Adds support for deploying Masakari, the instance high availability service.
|
||||||
Masakari with Kolla-ansible.
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Designate coordination backend can now be configured via the
|
Adds support for configuring a coordination backend for Designate via the
|
||||||
designate_coordination_backend variable. Coordination is mandatory
|
``designate_coordination_backend`` variable. Coordination is mandatory
|
||||||
when multiple workers are deployed as in a multinode environment.
|
when multiple workers are deployed as in a multinode environment.
|
||||||
Possible values are redis or etcd.
|
Possible values are ``redis`` or ``etcd``.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Prometheus blackbox exporter
|
Adds support for deploying Prometheus blackbox exporter
|
||||||
|
|
||||||
An example blackbox-exporter module has been added (disabled by default)
|
An example blackbox-exporter module has been added (disabled by default)
|
||||||
called os_endpoint. This allows for the probing of endpoints over HTTP
|
called os_endpoint. This allows for the probing of endpoints over HTTP
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
deprecations:
|
deprecations:
|
||||||
- |
|
- |
|
||||||
Remove the ``hnas_iscsi`` cinder backend. The Hitachi NAS Platform
|
Removes the ``hnas_iscsi`` cinder backend. The Hitachi NAS Platform
|
||||||
iSCSI driver was `marked as not supported by Cinder
|
iSCSI driver was `marked as not supported by Cinder
|
||||||
<https://docs.openstack.org/releasenotes/cinder/ocata.html#deprecation-notes>`_
|
<https://docs.openstack.org/releasenotes/cinder/ocata.html#deprecation-notes>`_
|
||||||
in the Ocata release.
|
in the Ocata release.
|
||||||
|
@ -3,5 +3,5 @@ upgrade:
|
|||||||
- |
|
- |
|
||||||
The Heat role has stopped disabling deprecated plugins. To apply this
|
The Heat role has stopped disabling deprecated plugins. To apply this
|
||||||
change to existing deployments, the file
|
change to existing deployments, the file
|
||||||
```/etc/kolla/heat-engine/_deprecated.yaml`` is automatically removed
|
``/etc/kolla/heat-engine/_deprecated.yaml`` is automatically removed
|
||||||
during the upgrade.
|
during the upgrade.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- |
|
- |
|
||||||
Removes support for using the legacy Docker packages, and the variable
|
Removes support for installing Docker using the legacy Docker packages, and
|
||||||
``docker_legacy_packages``. Docker is now always installed using the
|
the variable ``docker_legacy_packages``. Docker is now always installed
|
||||||
Community Edition (CE) packages.
|
using the Community Edition (CE) packages.
|
||||||
|
@ -1,13 +1,7 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Standard method to execute the configuration of "oslo_messaging" sections
|
Adds a standardised method to configure notifications for different services.
|
||||||
upgrade:
|
|
||||||
- |
|
|
||||||
The ``enable_cadf_notifications`` variable is deprecated. CADF is the default
|
|
||||||
notification format in keystone. To enable keystone notifications, users should
|
|
||||||
now set ``keystone_default_notifications_topic_enabled`` to ``yes`` or enable
|
|
||||||
Ceilometer via ``enable_ceilometer``.
|
|
||||||
deprecations:
|
deprecations:
|
||||||
- |
|
- |
|
||||||
The ``enable_cadf_notifications`` variable is deprecated. CADF is the default
|
The ``enable_cadf_notifications`` variable is deprecated. CADF is the default
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Adds support for configuring the extra volumes.
|
Adds support for configuring additional Docker volumes for Kolla
|
||||||
Split container volumes into `<service_name>_default_volumes` and `<service_name>_extra_volumes`.
|
containers. These are configured via ``<service_name>_extra_volumes``.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Add a new variable to be used by the swift role, ``swift_extra_ring_files``.
|
Adds a new variable to be used by the swift role, ``swift_extra_ring_files``.
|
||||||
It allows to pass additional ring files to be deployed in the context of
|
It allows to pass additional ring files to be deployed in the context of
|
||||||
a multi-policy setup.
|
a multi-policy setup.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Enable Swift Recon
|
Adds support for Swift Recon.
|
||||||
|
|
||||||
Adds the necessary configuration to the Swift account, container
|
Adds the necessary configuration to the Swift account, container
|
||||||
and object configuration files to enable the Swift recon cli.
|
and object configuration files to enable the Swift recon cli.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Add support for configuration of trusted CA certificate file.
|
Adds support for configuration of a trusted CA certificate file.
|
||||||
CA bundle file must be added to both the Horizon and Kolla Toolbox
|
CA bundle file must be added to both the Horizon and Kolla Toolbox
|
||||||
containers for this to work correctly.
|
containers for this to work correctly.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user