diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index ee1f6ed15..1f7df41f5 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -4,11 +4,11 @@ msgid "" msgstr "" "Project-Id-Version: watcher\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-19 11:46+0000\n" +"POT-Creation-Date: 2018-01-26 00:18+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-01-19 07:16+0000\n" +"PO-Revision-Date: 2018-01-27 12:50+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" @@ -42,8 +42,8 @@ msgstr "1.5.0" msgid "1.6.0" msgstr "1.6.0" -msgid "1.6.0-32" -msgstr "1.6.0-32" +msgid "1.7.0" +msgstr "1.7.0" msgid "Add a service supervisor to watch Watcher deamons." msgstr "Add a service supervisor to watch Watcher daemons." @@ -136,6 +136,17 @@ msgstr "" "Added a way to add a new action without having to amend the source code of " "the default planner." +msgid "" +"Added a way to check state of strategy before audit's execution. " +"Administrator can use \"watcher strategy state \" command to " +"get information about metrics' availability, datasource's availability and " +"CDM's availability." +msgstr "" +"Added a way to check state of strategy before audit's execution. " +"Administrator can use \"watcher strategy state \" command to " +"get information about metrics' availability, datasource's availability and " +"CDM's availability." + msgid "" "Added a way to compare the efficacy of different strategies for a give " "optimization goal." @@ -186,6 +197,18 @@ msgstr "" msgid "Added policies to handle user rights to access Watcher API." msgstr "Added policies to handle user rights to access Watcher API." +msgid "Added storage capacity balance strategy." +msgstr "Added storage capacity balance strategy." + +msgid "" +"Added strategy \"Zone migration\" and it's goal \"Hardware maintenance\". " +"The strategy migrates many instances and volumes efficiently with minimum " +"downtime automatically." +msgstr "" +"Added strategy \"Zone migration\" and it's goal \"Hardware maintenance\". " +"The strategy migrates many instances and volumes efficiently with minimum " +"downtime automatically." + msgid "" "Added strategy to identify and migrate a Noisy Neighbor - a low priority VM " "that negatively affects peformance of a high priority VM by over utilizing " @@ -212,6 +235,13 @@ msgstr "Added using of JSONSchema instead of voluptuous to validate Actions." msgid "Added volume migrate action" msgstr "Added volume migrate action" +msgid "" +"Adds audit scoper for storage data model, now watcher users can specify " +"audit scope for storage CDM in the same manner as compute scope." +msgstr "" +"Adds audit scoper for storage data model, now watcher users can specify " +"audit scope for storage CDM in the same manner as compute scope." + msgid "Adds baremetal data model in Watcher" msgstr "Adds baremetal data model in Watcher" diff --git a/watcher/locale/en_GB/LC_MESSAGES/watcher.po b/watcher/locale/en_GB/LC_MESSAGES/watcher.po index 8863491d2..04391944f 100644 --- a/watcher/locale/en_GB/LC_MESSAGES/watcher.po +++ b/watcher/locale/en_GB/LC_MESSAGES/watcher.po @@ -4,11 +4,11 @@ msgid "" msgstr "" "Project-Id-Version: watcher VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-01-19 11:46+0000\n" +"POT-Creation-Date: 2018-01-26 00:18+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-01-19 08:01+0000\n" +"PO-Revision-Date: 2018-01-27 12:51+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" @@ -280,6 +280,10 @@ msgstr "Couldn't apply patch '%(patch)s'. Reason: %(reason)s" msgid "Couldn't delete when state is '%(state)s'." msgstr "Couldn't delete when state is '%(state)s'." +#, python-format +msgid "Datasource %(datasource)s is not available." +msgstr "Datasource %(datasource)s is not available." + #, python-format msgid "Datasource %(datasource)s is not supported by strategy %(strategy)s" msgstr "Datasource %(datasource)s is not supported by strategy %(strategy)s" @@ -369,6 +373,9 @@ msgstr "Goal %(goal)s is invalid" msgid "Goals" msgstr "Goals" +msgid "Hardware Maintenance" +msgstr "Hardware Maintenance" + #, python-format msgid "Here below is a table containing the objects that can be purged%s:" msgstr "Here below is a table containing the objects that can be purged%s:" @@ -506,6 +513,30 @@ msgstr "Provided cron is invalid: %(message)s" msgid "Purge results summary%s:" msgstr "Purge results summary%s:" +msgid "" +"Ratio of actual attached volumes migrated to planned attached volumes " +"migrate." +msgstr "" +"Ratio of actual attached volumes migrated to planned attached volumes " +"migrate." + +msgid "" +"Ratio of actual cold migrated instances to planned cold migrate instances." +msgstr "" +"Ratio of actual cold migrated instances to planned cold migrate instances." + +msgid "" +"Ratio of actual detached volumes migrated to planned detached volumes " +"migrate." +msgstr "" +"Ratio of actual detached volumes migrated to planned detached volumes " +"migrate." + +msgid "" +"Ratio of actual live migrated instances to planned live migrate instances." +msgstr "" +"Ratio of actual live migrated instances to planned live migrate instances." + msgid "" "Ratio of released compute nodes divided by the total number of enabled " "compute nodes." @@ -561,6 +592,9 @@ msgstr "" msgid "State transition not allowed: (%(initial_state)s -> %(new_state)s)" msgstr "State transition not allowed: (%(initial_state)s -> %(new_state)s)" +msgid "Storage Capacity Balance Strategy" +msgstr "Storage Capacity Balance Strategy" + msgid "Strategies" msgstr "Strategies" @@ -644,15 +678,42 @@ msgstr "The Ironic node %(uuid)s could not be found" msgid "The list of compute node(s) in the cluster is empty" msgstr "The list of compute node(s) in the cluster is empty" +msgid "The list of storage node(s) in the cluster is empty" +msgstr "The list of storage node(s) in the cluster is empty" + msgid "The metrics resource collector is not defined" msgstr "The metrics resource collector is not defined" msgid "The number of VM migrations to be performed." msgstr "The number of VM migrations to be performed." +msgid "The number of attached volumes actually migrated." +msgstr "The number of attached volumes actually migrated." + +msgid "The number of attached volumes planned to migrate." +msgstr "The number of attached volumes planned to migrate." + msgid "The number of compute nodes to be released." msgstr "The number of compute nodes to be released." +msgid "The number of detached volumes actually migrated." +msgstr "The number of detached volumes actually migrated." + +msgid "The number of detached volumes planned to migrate." +msgstr "The number of detached volumes planned to migrate." + +msgid "The number of instances actually cold migrated." +msgstr "The number of instances actually cold migrated." + +msgid "The number of instances actually live migrated." +msgstr "The number of instances actually live migrated." + +msgid "The number of instances planned to cold migrate." +msgstr "The number of instances planned to cold migrate." + +msgid "The number of instances planned to live migrate." +msgstr "The number of instances planned to live migrate." + #, python-format msgid "" "The number of objects (%(num)s) to delete from the database exceeds the " @@ -766,6 +827,9 @@ msgstr "" "You shouldn't use any other IDs of %(resource)s if you use wildcard " "character." +msgid "Zone migration" +msgstr "Zone migration" + msgid "destination type is required when migration type is swap" msgstr "destination type is required when migration type is swap"