From b19ec2f6b0793537847d6dac7a5a8255fe57b423 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 18 Mar 2016 14:36:38 -0400 Subject: [PATCH] Add release notes for the Mitaka cycle Change-Id: Ie31af2b8405e4f5d04f32f2eb64ce344678fb795 --- .../ceilometer-with-wsgi-a46d2ff0ceabaaf8.yaml | 4 ++++ ...e-rabbitmq-repositories-d5cb9dc8f1246a39.yaml | 5 +++++ .../notes/gnocchi-and-aodh-00da52a4c45588fd.yaml | 11 +++++++++++ .../integration-tests-d5f86a29cc037329.yaml | 16 ++++++++++++++++ .../notes/move-to-pymysql-b5f1a40ededa8fb2.yaml | 4 ++++ ...ridges-on-network-nodes-890c51cbbddf8f1c.yaml | 5 +++++ .../ovs-tunnel-subnets-8955593d3004852e.yaml | 6 ++++++ ...k-moved-from-stackforge-766c35141b5480c3.yaml | 5 +++++ .../notes/qpid-removal-f754f589e335ae0c.yaml | 5 +++++ ...ister-satellite6-server-796a5f89b39386a4.yaml | 4 ++++ .../reno-for-release-notes-66c17b84c946591f.yaml | 5 ----- ...ice-workers-and-mariadb-c2a6ba903f36b57e.yaml | 12 ++++++++++++ .../notes/swift-s3-removal-ee3ddc2ee21a56cf.yaml | 5 +++++ ...ate-puppet-module-usage-4ed869e87e67caaf.yaml | 5 +++++ 14 files changed, 87 insertions(+), 5 deletions(-) create mode 100644 releasenotes/notes/ceilometer-with-wsgi-a46d2ff0ceabaaf8.yaml create mode 100644 releasenotes/notes/disable-rabbitmq-repositories-d5cb9dc8f1246a39.yaml create mode 100644 releasenotes/notes/gnocchi-and-aodh-00da52a4c45588fd.yaml create mode 100644 releasenotes/notes/integration-tests-d5f86a29cc037329.yaml create mode 100644 releasenotes/notes/move-to-pymysql-b5f1a40ededa8fb2.yaml create mode 100644 releasenotes/notes/ovs-bridges-on-network-nodes-890c51cbbddf8f1c.yaml create mode 100644 releasenotes/notes/ovs-tunnel-subnets-8955593d3004852e.yaml create mode 100644 releasenotes/notes/packstack-moved-from-stackforge-766c35141b5480c3.yaml create mode 100644 releasenotes/notes/qpid-removal-f754f589e335ae0c.yaml create mode 100644 releasenotes/notes/register-satellite6-server-796a5f89b39386a4.yaml create mode 100644 releasenotes/notes/service-workers-and-mariadb-c2a6ba903f36b57e.yaml create mode 100644 releasenotes/notes/swift-s3-removal-ee3ddc2ee21a56cf.yaml create mode 100644 releasenotes/notes/update-puppet-module-usage-4ed869e87e67caaf.yaml diff --git a/releasenotes/notes/ceilometer-with-wsgi-a46d2ff0ceabaaf8.yaml b/releasenotes/notes/ceilometer-with-wsgi-a46d2ff0ceabaaf8.yaml new file mode 100644 index 000000000..ee6eafe78 --- /dev/null +++ b/releasenotes/notes/ceilometer-with-wsgi-a46d2ff0ceabaaf8.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Add support for deploying Ceilometer behind Apache with WSGI. diff --git a/releasenotes/notes/disable-rabbitmq-repositories-d5cb9dc8f1246a39.yaml b/releasenotes/notes/disable-rabbitmq-repositories-d5cb9dc8f1246a39.yaml new file mode 100644 index 000000000..10b30ba58 --- /dev/null +++ b/releasenotes/notes/disable-rabbitmq-repositories-d5cb9dc8f1246a39.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Do not enable RabbitMQ repo during installation, Packstack does not retrieve + it from there in any case. diff --git a/releasenotes/notes/gnocchi-and-aodh-00da52a4c45588fd.yaml b/releasenotes/notes/gnocchi-and-aodh-00da52a4c45588fd.yaml new file mode 100644 index 000000000..5ed25ae1a --- /dev/null +++ b/releasenotes/notes/gnocchi-and-aodh-00da52a4c45588fd.yaml @@ -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) diff --git a/releasenotes/notes/integration-tests-d5f86a29cc037329.yaml b/releasenotes/notes/integration-tests-d5f86a29cc037329.yaml new file mode 100644 index 000000000..a832ca517 --- /dev/null +++ b/releasenotes/notes/integration-tests-d5f86a29cc037329.yaml @@ -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 diff --git a/releasenotes/notes/move-to-pymysql-b5f1a40ededa8fb2.yaml b/releasenotes/notes/move-to-pymysql-b5f1a40ededa8fb2.yaml new file mode 100644 index 000000000..bfd11f0db --- /dev/null +++ b/releasenotes/notes/move-to-pymysql-b5f1a40ededa8fb2.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Transition to the new PyMySQL driver for database access. diff --git a/releasenotes/notes/ovs-bridges-on-network-nodes-890c51cbbddf8f1c.yaml b/releasenotes/notes/ovs-bridges-on-network-nodes-890c51cbbddf8f1c.yaml new file mode 100644 index 000000000..59f640252 --- /dev/null +++ b/releasenotes/notes/ovs-bridges-on-network-nodes-890c51cbbddf8f1c.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + OVS bridges are no longer created on compute nodes, they should only be + created on network nodes. diff --git a/releasenotes/notes/ovs-tunnel-subnets-8955593d3004852e.yaml b/releasenotes/notes/ovs-tunnel-subnets-8955593d3004852e.yaml new file mode 100644 index 000000000..58643a89c --- /dev/null +++ b/releasenotes/notes/ovs-tunnel-subnets-8955593d3004852e.yaml @@ -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. diff --git a/releasenotes/notes/packstack-moved-from-stackforge-766c35141b5480c3.yaml b/releasenotes/notes/packstack-moved-from-stackforge-766c35141b5480c3.yaml new file mode 100644 index 000000000..41d98e377 --- /dev/null +++ b/releasenotes/notes/packstack-moved-from-stackforge-766c35141b5480c3.yaml @@ -0,0 +1,5 @@ +--- +other: + - | + The Packstack project repository was moved from https://github.com/stackforge/packstack to + https://github.com/openstack/packstack diff --git a/releasenotes/notes/qpid-removal-f754f589e335ae0c.yaml b/releasenotes/notes/qpid-removal-f754f589e335ae0c.yaml new file mode 100644 index 000000000..2255df57b --- /dev/null +++ b/releasenotes/notes/qpid-removal-f754f589e335ae0c.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + qpid support has been dropped from oslo.messaging and as such, support for + it has been removed from Packstack. diff --git a/releasenotes/notes/register-satellite6-server-796a5f89b39386a4.yaml b/releasenotes/notes/register-satellite6-server-796a5f89b39386a4.yaml new file mode 100644 index 000000000..67d07908c --- /dev/null +++ b/releasenotes/notes/register-satellite6-server-796a5f89b39386a4.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Allow registering to a Satellite 6 server diff --git a/releasenotes/notes/reno-for-release-notes-66c17b84c946591f.yaml b/releasenotes/notes/reno-for-release-notes-66c17b84c946591f.yaml index 384193143..ed2b37a26 100644 --- a/releasenotes/notes/reno-for-release-notes-66c17b84c946591f.yaml +++ b/releasenotes/notes/reno-for-release-notes-66c17b84c946591f.yaml @@ -1,10 +1,5 @@ --- -prelude: > - Release notes are generated by Reno. features: - | Release notes are no longer maintained by hand, we now use the Reno tool to manage them. - - * `I0d44c418ec8702958dc64016698c9764d3527fdd `_ - * `Iaa9cb0745bc671702c48f7953daed95b3f60f683 `_ diff --git a/releasenotes/notes/service-workers-and-mariadb-c2a6ba903f36b57e.yaml b/releasenotes/notes/service-workers-and-mariadb-c2a6ba903f36b57e.yaml new file mode 100644 index 000000000..f6ac25212 --- /dev/null +++ b/releasenotes/notes/service-workers-and-mariadb-c2a6ba903f36b57e.yaml @@ -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 ). diff --git a/releasenotes/notes/swift-s3-removal-ee3ddc2ee21a56cf.yaml b/releasenotes/notes/swift-s3-removal-ee3ddc2ee21a56cf.yaml new file mode 100644 index 000000000..35d69fdeb --- /dev/null +++ b/releasenotes/notes/swift-s3-removal-ee3ddc2ee21a56cf.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + Removed the configuration of the Swift S3 endpoint. Swift S3 is not yet + supported in Packstack. diff --git a/releasenotes/notes/update-puppet-module-usage-4ed869e87e67caaf.yaml b/releasenotes/notes/update-puppet-module-usage-4ed869e87e67caaf.yaml new file mode 100644 index 000000000..7775fac03 --- /dev/null +++ b/releasenotes/notes/update-puppet-module-usage-4ed869e87e67caaf.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Several updates to Packstack to keep up with supported upstream projects + new features, deprecations or removals throughout the cycle.