Pike Series Release Notes

11.6.0

New Features

  • Adds the kombu_failover_strategy option for configuring oslo.messaging.rabbit. This will determines how the next RabbitMQ node is chosen in case the one we are currently connected to becomes unavailable.

  • Add openstack-db tag to Exec that run db-sync.

11.4.0

New Features

  • Add parameter to apacher_wsgi to allow overwrite and/or add additional wsgi process options.

Bug Fixes

  • Add cpu_l3_cache meter in polling yaml for cache monitoring feature to work out of the box.

  • Add support to override host param in ceilometer config. Without this sometimes fqdn wont match and some nova metrics will be skipped.

11.3.0

Deprecation Notes

  • ceilometer::rpc_backend is deprecated and will be removed in a future release. Please use ceilometer::default_transport_url instead.

11.2.0

Upgrade Notes

  • Deprecated keystone authtoken signing_dir option is removed in Pike.

Deprecation Notes

  • Deprecate store_events option. This option has been removed from ceilometer since Newton.

11.1.0

Upgrade Notes

  • When ceilometer::expirer::enable_cron is set to False, Puppet will try to remove the crontab. It’s useful when you upgrade from Ocata to Pike and you want the crontab to be removed (the service is deprecated).

Deprecation Notes

  • Deprecate ceilometer::client as api is deprecated. Instead use gnocchi, aodh and panko clients directly to query data.

  • memcached_servers option is now deprecated and will be removed in the future release, please use memcache_servers instead.

Bug Fixes

  • Add ability to configure pipeline yaml publishers. The default is gnocchi. If you are using collector, override this param to publisher:// instead.

11.0.0

New Features

  • Add new parameter “notification_driver”, driver or drivers to handle sending notifications. Value can be a string or a list.

Deprecation Notes

  • Ceilometer collector is deprecated in pike release. Configure the publisher directly instead to decide where the data should be sent in pipeline.yaml. For example, set publisher to gnocchi:// to send the data from ceilometer to gnocchi and bypass collector completely.

  • meter_dispatcher and event_dispatcher options are now deprecated, please use meter_dispatchers and event_dispatchers options instead.

  • url option of ceilometer::dispatcher::gnocchi is now deprecated for removal, the parameter has no effect.

Bug Fixes

  • Fix dispatcher params to not convert the array into string. This way its compatible with service defaults.

  • Replace ceilometer dbsync with upgrade command. dbsync has been deprecated. Also remove the skip gnocchi opts as gnocchi is default now.

  • Update the default event publisher to be gnocchi://. This is the default upstream.

Other Notes

  • Switch meter_dispatchers and event_dispatchers parameters to $::os_service_default fact.