From 67abde86d53969329bce37725627c2c661e49765 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 21 Nov 2014 15:49:05 -0800 Subject: [PATCH] Release 5.0.0 - Juno Changes in this release: * Added neutron::policy to control policy.json * Added parameter allow_automatic_l3agent_failover to neutron::agents::l3 * Added parameter metadata_memory_cache_ttl to neutron::agents::metadata * Added l3_ext as a provider_network_type property for neutron_network type * Changed user_group parameter in neutron::agents::lbaas to have different defaults depending on operating system * Changed openswan package to libreswan for RHEL 7 for vpnaas * Ensured neutron package was installed before nova_admin_tenant_id_setter is called * Added api_extensions_path parameter to neutron class * Added database tuning parameters * Changed management of file lines in /etc/default/neutron-server only for Ubuntu * Add parameters to enable DVR and HA support in neutron::agents::l3 for Juno * Fixed meaning of manage_service parameter in neutron::agents::ovs * Made keystone user creation optional when creating a service * Fixed the enable_dhcp property of neutron_subnet * Added the ability to override the keystone service name in neutron::keystone::auth * Fixed bug in parsing allocation pools in neutron_subnet type * Added relationship to refresh neutron-server when nova_admin_tenant_id_setter changes * Migrated the neutron::db::mysql class to use openstacklib::db::mysql and deprecated the mysql_module parameter * Fixed the relationship between the HA proxy package and the neutron-lbaas-agent package * Added kombu_reconnect_delay parameter to neutron class * Fixed plugin.ini error when cisco class is used * Fixed relationship between vs_pridge types and the neutron-plugin-ovs service * Added neutron::agents::n1kv_vem to deploy N1KV VEM * Added SSL support for nova_admin_tenant_id_setter * Fixed relationship between neutron-server package and neutron_plugin_ml2 types * Stopped puppet from trying to manage the ovs cleanup service * Deprecated the network_device_mtu parameter in neutron::agents::l3 and moved it to the neutron class * Added vpnaas_agent_package parameter to neutron::services::fwaas to install the vpnaas agent package Change-Id: Ia9c491db751cce07c67236ed5ccfe2fb73e782ba --- README.md | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b574af1f..7fedc8c15 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ neutron =================================== -4.0.0 - 2014.1.0 - Icehouse +5.0.0 - 2014.2.0 - Juno #### Table of Contents @@ -123,6 +123,68 @@ The github [contributor graph](https://github.com/stackforge/puppet-neutron/grap Release Notes ------------- +**5.0.0** + +* Stable Juno release +* Added neutron::policy to control policy.json +* Added parameter allow_automatic_l3agent_failover to neutron::agents::l3 +* Added parameter metadata_memory_cache_ttl to neutron::agents::metadata +* Added l3_ext as a provider_network_type property for neutron_network type +* Changed user_group parameter in neutron::agents::lbaas to have different defaults depending on operating system +* Changed openswan package to libreswan for RHEL 7 for vpnaas +* Ensured neutron package was installed before nova_admin_tenant_id_setter is called +* Added api_extensions_path parameter to neutron class +* Added database tuning parameters +* Changed management of file lines in /etc/default/neutron-server only for Ubuntu +* Add parameters to enable DVR and HA support in neutron::agents::l3 for Juno +* Fixed meaning of manage_service parameter in neutron::agents::ovs +* Made keystone user creation optional when creating a service +* Fixed the enable_dhcp property of neutron_subnet +* Added the ability to override the keystone service name in neutron::keystone::auth +* Fixed bug in parsing allocation pools in neutron_subnet type +* Added relationship to refresh neutron-server when nova_admin_tenant_id_setter changes +* Migrated the neutron::db::mysql class to use openstacklib::db::mysql and deprecated the mysql_module parameter +* Fixed the relationship between the HA proxy package and the neutron-lbaas-agent package +* Added kombu_reconnect_delay parameter to neutron class +* Fixed plugin.ini error when cisco class is used +* Fixed relationship between vs_pridge types and the neutron-plugin-ovs service +* Added neutron::agents::n1kv_vem to deploy N1KV VEM +* Added SSL support for nova_admin_tenant_id_setter +* Fixed relationship between neutron-server package and neutron_plugin_ml2 types +* Stopped puppet from trying to manage the ovs cleanup service +* Deprecated the network_device_mtu parameter in neutron::agents::l3 and moved it to the neutron class +* Added vpnaas_agent_package parameter to neutron::services::fwaas to install the vpnaas agent package + +**4.3.0** + +* Added parameter to specify number of RPC workers to spawn +* Added ability to manage Neutron ML2 plugin +* Fixed ssl parameter requirements when using kombu and rabbit +* Added ability to hide secret neutron configs from logs and fixed password leaking +* Added neutron plugin config file specification in neutron-server config +* Fixed installation of ML2 plugin on Ubuntu +* Added support for Cisco ML2 Mech Driver +* Fixed quotas parameters in neutron config +* Added parameter to configure dhcp_agent_notification in neutron config +* Added class for linuxbridge support +* Fixed neutron-server restart +* Undeprecated enable_security_group parameter + +**4.2.0** + +* Added ml2/ovs support. +* Added multi-region support. +* Set default metadata backlog to 4096. +* Fixed neutron-server refresh bug. + +**4.1.0** + +* Added parameter to set veth MTU. +* Added RabbitMQ SSL support. +* Added support for '' as a valid value for gateway_ip. +* Fixed potential OVS resource duplication. +* Pinned major gems. + **4.0.0** * Stable Icehouse release.