Tidy up release notes for Train
Change-Id: If72fd2c060c8ecd014a61338a3506d93578804b2
This commit is contained in:
parent
21babd3f9d
commit
99f1096986
@ -1,5 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added parameters ``horizon_wsgi_processes`` and ``horizon_wsgi_threads`` to configure
|
||||
the number of processes and threads of WSGI in the Horizon container.
|
||||
Adds variables ``horizon_wsgi_processes`` and ``horizon_wsgi_threads`` to
|
||||
configure the number of processes and threads for WSGI in the Horizon
|
||||
container.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
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
|
||||
optionally enable TLS encryption for openstack endpoints on the internal
|
||||
network.
|
||||
optionally enable TLS encryption for OpenStack endpoints on the internal
|
||||
API network.
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
The ``dnsmasq.conf`` configuration file used by the Neutron DHCP agent can be
|
||||
overwritten by ``{{ node_custom_config}}/neutron/dnsmasq.conf`` or
|
||||
Adds support for overriding the ``dnsmasq.conf`` configuration file used by
|
||||
the Neutron DHCP agent via
|
||||
``{{ node_custom_config}}/neutron/dnsmasq.conf`` or
|
||||
``{{ node_custom_config }}/neutron/{{ inventory_hostname }}/dnsmasq.conf``.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- Adds Qinling Ansible role. Qinling is an OpenStack project
|
||||
to provide "Function as a Service". This project aims to
|
||||
provide a platform to support serverless functions.
|
||||
- Adds support for deploying Qinling. Qinling is an OpenStack project to
|
||||
provide "Function as a Service". This project aims to provide a platform to
|
||||
support serverless functions.
|
||||
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Updates the minimum required version of Ansible to 2.5.
|
@ -1,18 +1,17 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add custom option for docker daemon by altering "docker_custom_config"
|
||||
variable (json formatted).
|
||||
Adds support for providing custom configuration options for the Docker
|
||||
daemon via the ``docker_custom_config`` variable (JSON formatted).
|
||||
|
||||
upgrade:
|
||||
- |
|
||||
Docker engine configuration changes are now done in
|
||||
"/etc/docker/daemon.json" file instead of altering systemd unit (which
|
||||
gets removed if present). Also "docker_custom_option" got replaced by
|
||||
"docker_custom_config" variable (json formatted).
|
||||
Docker engine configuration changes are now applied in
|
||||
``/etc/docker/daemon.json`` file instead of altering the systemd unit
|
||||
(which gets removed if present).
|
||||
|
||||
deprecations:
|
||||
- |
|
||||
Configuring Docker daemon by "docker_custom_option" (used in systemd unit
|
||||
file) is deprecated in favour of "docker_custom_config" variable (stored in
|
||||
"daemon.json" config file.
|
||||
Configuring Docker daemon via ``docker_custom_option`` (used in systemd
|
||||
unit file) is deprecated in favour of ``docker_custom_config`` variable
|
||||
which adds options to ``/etc/docker/daemon.json``.
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
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
|
||||
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
|
||||
can be found at
|
||||
https://docs.influxdata.com/influxdb/v1.7/administration/upgrading/
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
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
|
||||
Freezer to use Elasticsearch version 2.3.0. Elasticsearch in kolla-ansible
|
||||
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Ansible role and shared configuration to deploy
|
||||
Masakari with Kolla-ansible.
|
||||
- Adds support for deploying Masakari, the instance high availability service.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Designate coordination backend can now be configured via the
|
||||
designate_coordination_backend variable. Coordination is mandatory
|
||||
Adds support for configuring a coordination backend for Designate via the
|
||||
``designate_coordination_backend`` variable. Coordination is mandatory
|
||||
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:
|
||||
- |
|
||||
Prometheus blackbox exporter
|
||||
Adds support for deploying Prometheus blackbox exporter
|
||||
|
||||
An example blackbox-exporter module has been added (disabled by default)
|
||||
called os_endpoint. This allows for the probing of endpoints over HTTP
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
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
|
||||
<https://docs.openstack.org/releasenotes/cinder/ocata.html#deprecation-notes>`_
|
||||
in the Ocata release.
|
||||
|
@ -3,5 +3,5 @@ upgrade:
|
||||
- |
|
||||
The Heat role has stopped disabling deprecated plugins. To apply this
|
||||
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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Removes support for using the legacy Docker packages, and the variable
|
||||
``docker_legacy_packages``. Docker is now always installed using the
|
||||
Community Edition (CE) packages.
|
||||
Removes support for installing Docker using the legacy Docker packages, and
|
||||
the variable ``docker_legacy_packages``. Docker is now always installed
|
||||
using the Community Edition (CE) packages.
|
||||
|
@ -1,13 +1,7 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Standard method to execute the configuration of "oslo_messaging" sections
|
||||
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``.
|
||||
Adds a standardised method to configure notifications for different services.
|
||||
deprecations:
|
||||
- |
|
||||
The ``enable_cadf_notifications`` variable is deprecated. CADF is the default
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Adds support for configuring the extra volumes.
|
||||
Split container volumes into `<service_name>_default_volumes` and `<service_name>_extra_volumes`.
|
||||
Adds support for configuring additional Docker volumes for Kolla
|
||||
containers. These are configured via ``<service_name>_extra_volumes``.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
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
|
||||
a multi-policy setup.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Enable Swift Recon
|
||||
Adds support for Swift Recon.
|
||||
|
||||
Adds the necessary configuration to the Swift account, container
|
||||
and object configuration files to enable the Swift recon cli.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
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
|
||||
containers for this to work correctly.
|
||||
|
Loading…
Reference in New Issue
Block a user