Merge "Add release notes for the Mitaka cycle"
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add support for deploying Ceilometer behind Apache with WSGI.
|
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Do not enable RabbitMQ repo during installation, Packstack does not retrieve
|
||||||
|
it from there in any case.
|
11
releasenotes/notes/gnocchi-and-aodh-00da52a4c45588fd.yaml
Normal file
11
releasenotes/notes/gnocchi-and-aodh-00da52a4c45588fd.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
prelude: >
|
||||||
|
Packstack now provides support for installing and configuring both the
|
||||||
|
Gnocchi and the Aodh telemetry projects.
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add support for installing and configuring the Telemetry Alarming Service
|
||||||
|
(Aodh)
|
||||||
|
- |
|
||||||
|
Add support for installing and configuring the Telemetry Time Series
|
||||||
|
Database as a Service (Gnocchi)
|
16
releasenotes/notes/integration-tests-d5f86a29cc037329.yaml
Normal file
16
releasenotes/notes/integration-tests-d5f86a29cc037329.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
prelude: >
|
||||||
|
The Tempest implementation in Packstack has been refactored and improved in
|
||||||
|
order to be able to install, configure and run Tempest against itself.
|
||||||
|
We have leveraged these new features to have Packstack gate patch reviews
|
||||||
|
against integration jobs where the patch is tested automatically against a
|
||||||
|
wide range of configuration scenarios.
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Implemented test scenarios and tools to troubleshoot failed installations
|
||||||
|
|
||||||
|
- |
|
||||||
|
Implemented gate jobs which install Packstack and run tempest against itself
|
||||||
|
|
||||||
|
- |
|
||||||
|
Tempest installation and configuration has been vastly improved
|
4
releasenotes/notes/move-to-pymysql-b5f1a40ededa8fb2.yaml
Normal file
4
releasenotes/notes/move-to-pymysql-b5f1a40ededa8fb2.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Transition to the new PyMySQL driver for database access.
|
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
OVS bridges are no longer created on compute nodes, they should only be
|
||||||
|
created on network nodes.
|
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add neutron plugin option ``CONFIG_NEUTRON_OVS_TUNNEL_SUBNETS`` to configure
|
||||||
|
IP filtering to accept tunneling packets from these subnets instead of
|
||||||
|
specific IP addresses of peer nodes.
|
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- |
|
||||||
|
The Packstack project repository was moved from https://github.com/stackforge/packstack to
|
||||||
|
https://github.com/openstack/packstack
|
5
releasenotes/notes/qpid-removal-f754f589e335ae0c.yaml
Normal file
5
releasenotes/notes/qpid-removal-f754f589e335ae0c.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
qpid support has been dropped from oslo.messaging and as such, support for
|
||||||
|
it has been removed from Packstack.
|
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Allow registering to a Satellite 6 server
|
@@ -1,10 +1,5 @@
|
|||||||
---
|
---
|
||||||
prelude: >
|
|
||||||
Release notes are generated by Reno.
|
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Release notes are no longer maintained by hand, we now use the Reno tool to
|
Release notes are no longer maintained by hand, we now use the Reno tool to
|
||||||
manage them.
|
manage them.
|
||||||
|
|
||||||
* `I0d44c418ec8702958dc64016698c9764d3527fdd <https://review.openstack.org/#q,I0d44c418ec8702958dc64016698c9764d3527fdd,n,z>`_
|
|
||||||
* `Iaa9cb0745bc671702c48f7953daed95b3f60f683 <https://review.openstack.org/#q,Iaa9cb0745bc671702c48f7953daed95b3f60f683,n,z>`_
|
|
||||||
|
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add ``--service-workers`` parameter to configure the amount of
|
||||||
|
workers/threads per process to scale up or down as necessary. Defaults to
|
||||||
|
the amount of cores on the system.
|
||||||
|
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
MariaDB max_connections is no longer hardcoded to 1024 and now scales
|
||||||
|
automatically according to the --service-workers parameter.
|
||||||
|
( Service Workers * 128 ).
|
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Removed the configuration of the Swift S3 endpoint. Swift S3 is not yet
|
||||||
|
supported in Packstack.
|
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Several updates to Packstack to keep up with supported upstream projects
|
||||||
|
new features, deprecations or removals throughout the cycle.
|
Reference in New Issue
Block a user