From 06f66ad26282b89ffba8ed59bddc671c90297ec1 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 15 May 2019 18:54:24 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I6f0ef04614c6e4bd69923033005745c9ad323fa8 --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 87 ++++++++++++++++++- 1 file changed, 86 insertions(+), 1 deletion(-) diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index f54276d7bb..c34c3aa412 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: ceilometer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-05-11 03:05+0000\n" +"POT-Creation-Date: 2019-05-15 02:16+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -92,6 +92,10 @@ msgstr "" "maximum number of parallel requests that can be executed by the agents. This " "option also replaces the `poolsize` option of the HTTP publisher." +msgid "A new pulisher have been added to push data to Prometheus Pushgateway." +msgstr "" +"A new publisher have been added to push data to Prometheus Pushgateway." + msgid "" "Add `disk.device.read.latency` and `disk.device.write.latency` meters to " "capture total time used by read or write operations." @@ -224,6 +228,17 @@ msgstr "" "Any existing commands utilising `image` meter should be switched to `image." "size` meter which will provide equivalent functionality" +msgid "" +"Archive policies can now be configured per metrics in gnocchi_resources." +"yaml. A default list of archive policies is now created by Ceilometer. They " +"are called \"ceilometer-low-rate\" for all IOs metrics and \"ceilometer-low" +"\" for others." +msgstr "" +"Archive policies can now be configured per metrics in gnocchi_resources." +"yaml. A default list of archive policies is now created by Ceilometer. They " +"are called \"ceilometer-low-rate\" for all IO metrics and \"ceilometer-low\" " +"for others." + msgid "" "As the collector service is being deprecated, the duplication of publishers " "and dispatchers is being addressed. The http dispatcher is now marked as " @@ -293,6 +308,15 @@ msgstr "" "upgrade like ceilometer-dbsync does, but it also handle any changes needed " "in configured Ceilometer backends like Gnocchi." +msgid "" +"Ceilometer created metrics that could never get measures depending on the " +"polling configuration. Metrics are now created only if Ceilometer gets at " +"least a measure for them." +msgstr "" +"Ceilometer created metrics that could never get measures depending on the " +"polling configuration. Metrics are now created only if Ceilometer gets at " +"least a measure for them." + msgid "" "Ceilometer legacy backends and Ceilometer API are now deprecated. Polling " "all nova instances from compute agent is no more required with Gnocchi. So " @@ -304,6 +328,19 @@ msgstr "" "we switch the [compute]instance_discovery_method to libvirt_metadata. To " "switch back to the old deprecated behaviour you can set it back to 'naive'." +msgid "" +"Ceilometer now creates it own archive policies in Gnocchi and use them to " +"create metrics in Gnocchi. Old metrics kept their current archive policies " +"and will not be updated with ceilometer-upgrade. Only newly created metrics " +"will be impacted. Archive policy can still be overridden with the publisher " +"url (e.g: gnocchi://archive_policy=high)." +msgstr "" +"Ceilometer now creates it own archive policies in Gnocchi and uses them to " +"create metrics in Gnocchi. Old metrics keep their current archive policies " +"and will not be updated with ceilometer-upgrade. Only newly created metrics " +"will be impacted. Archive policy can still be overridden with the publisher " +"URL (e.g: gnocchi://archive_policy=high)." + msgid "" "Ceilometer now leverages the latest distribution mechanism provided by the " "tooz library. Therefore the options `coordination.retry_backoff` and " @@ -313,6 +350,13 @@ msgstr "" "tooz library. Therefore the options `coordination.retry_backoff` and " "`coordination.max_retry_interval` do not exist any more." +msgid "" +"Ceilometer previously did not create IPMI sensor data from IPMI agent or " +"Ironic in Gnocchi. This data is now pushed to Gnocchi." +msgstr "" +"Ceilometer previously did not create IPMI sensor data from IPMI agent or " +"Ironic in Gnocchi. This data is now pushed to Gnocchi." + msgid "" "Ceilometer sets up the HTTPProxyToWSGI middleware in front of Ceilometer. " "The purpose of this middleware is to set up the request URL correctly in " @@ -384,6 +428,9 @@ msgstr "Critical Issues" msgid "Current Series Release Notes" msgstr "Current Series Release Notes" +msgid "Deprecated `rgw.*` meters have been removed. Use `radosgw.*` instead." +msgstr "Deprecated `rgw.*` meters have been removed. Use `radosgw.*` instead." + msgid "" "Deprecating support for enabling pollsters via command line. Meter and " "pollster enablement should be configured via polling.yaml file." @@ -552,6 +599,13 @@ msgstr "Other Notes" msgid "Pike Series Release Notes" msgstr "Pike Series Release Notes" +msgid "" +"Pipeline Partitioning is also deprecated. This was only useful to workaround " +"of some issues that tranformers has." +msgstr "" +"Pipeline Partitioning is also deprecated. This was only useful to workaround " +"some issues that transformers had." + msgid "" "Pipeline processing in polling agents was removed in Liberty cycle. A new " "polling specific definition file is created to handle polling functionality " @@ -812,6 +866,9 @@ msgstr "" "The deprecated `disk.*` meters have been removed. Use the `disk.device.*` " "meters instead." +msgid "The deprecated `gnocchi_dispatcher` option group has been removed." +msgstr "The deprecated `gnocchi_dispatcher` option group has been removed." + msgid "The deprecated `meter_definitions_cfg_file` option has been removed." msgstr "The deprecated `meter_definitions_cfg_file` option has been removed." @@ -983,6 +1040,19 @@ msgstr "" "Usage of pipeline.yaml for polling configuration is now deprecated. The " "dedicated polling.yaml should be used instead." +msgid "" +"Usage of transformers in Ceilometer pipelines is deprecated. Transformers in " +"Ceilometer have never computed samples correctly when you have multiple " +"workers. This functionality can be done by the storage backend easily " +"without all issues that Ceilometer has. For example, the rating is already " +"computed in Gnocchi today." +msgstr "" +"Usage of transformers in Ceilometer pipelines is deprecated. Transformers in " +"Ceilometer have never computed samples correctly when you have multiple " +"workers. This functionality can be done by the storage backend easily " +"without all issues that Ceilometer has. For example, the rating is already " +"computed in Gnocchi today." + msgid "" "Use `radosgw.*` to enable/disable radosgw meters explicitly rather than `rgw." "*`" @@ -1243,6 +1313,11 @@ msgstr "" "caching support in Gnocchi dispatcher. Added better locking support to " "enable smoother cache access." +msgid "" +"`ceilometer-upgrade` must be run to build IPMI sensor resource in Gnocchi." +msgstr "" +"`ceilometer-upgrade` must be run to build IPMI sensor resource in Gnocchi." + msgid "" "`launched_at`/`created_at`/`deleted_at` of Nova instances are now tracked." msgstr "" @@ -1266,6 +1341,13 @@ msgstr "" "controls the number of messages to grab before processing. Similarly, the " "batch_timeout defines the wait time before processing." +msgid "" +"cpu_util and \\*.rate meters are deprecated and will be removed in future " +"release in favor of the Gnocchi rate calculation equivalent." +msgstr "" +"cpu_util and \\*.rate meters are deprecated and will be removed in future " +"release in favour of the Gnocchi rate calculation equivalent." + msgid "" "disk.* aggregated metrics for instance are deprecated, in favor of the per " "disk metrics (disk.device.*). Now, it's up to the backend to provide such " @@ -1323,3 +1405,6 @@ msgstr "" "nice, hardware.cpu.system, hardware.cpu.idle, hardware.cpu.wait, hardware." "cpu.kernel, hardware.cpu.interrupt. They replace deprecated hardware.cpu." "util and hardware.system_stats.cpu.idle." + +msgid "use memory usable metric from libvirt memoryStats if available." +msgstr "use memory usable metric from libvirt memoryStats if available."