#, fuzzy msgid "" msgstr "" "Project-Id-Version: watcher VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2024-03-27 15:17+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: watcher/api/controllers/v1/action.py:374 msgid "Cannot create an action directly" msgstr "" #: watcher/api/controllers/v1/action.py:398 msgid "Cannot modify an action directly" msgstr "" #: watcher/api/controllers/v1/action.py:434 msgid "Cannot delete an action directly" msgstr "" #: watcher/api/controllers/v1/action_plan.py:104 #, python-format msgid "Invalid state: %(state)s" msgstr "" #: watcher/api/controllers/v1/action_plan.py:531 #: watcher/api/controllers/v1/audit.py:686 #, python-format msgid "State transition not allowed: (%(initial_state)s -> %(new_state)s)" msgstr "" #: watcher/api/controllers/v1/audit.py:150 msgid "The audit template UUID or name specified is invalid" msgstr "" #: watcher/api/controllers/v1/audit.py:221 #, python-format msgid "%(field)s can't be updated." msgstr "" #: watcher/api/controllers/v1/audit.py:616 msgid "A valid goal_id or audit_template_id must be provided" msgstr "" #: watcher/api/controllers/v1/audit.py:633 msgid "" "Specify parameters but no predefined strategy for audit, or no parameter " "spec in predefined strategy" msgstr "" #: watcher/api/controllers/v1/audit_template.py:160 msgid "host_aggregates can't be included and excluded together" msgstr "" #: watcher/api/controllers/v1/audit_template.py:185 #, python-format msgid "" "'%(strategy)s' strategy does relate to the '%(goal)s' goal. Possible choices:" " %(choices)s" msgstr "" #: watcher/api/controllers/v1/audit_template.py:213 msgid "Cannot remove 'goal' attribute from an audit template" msgstr "" #: watcher/api/controllers/v1/types.py:142 #, python-format msgid "%s is not JSON serializable" msgstr "" #: watcher/api/controllers/v1/types.py:178 #, python-format msgid "Wrong type. Expected '%(type)s', got '%(value)s'" msgstr "" #: watcher/api/controllers/v1/types.py:217 #, python-format msgid "'%s' is an internal attribute and can not be updated" msgstr "" #: watcher/api/controllers/v1/types.py:221 #, python-format msgid "'%s' is a mandatory attribute and can not be removed" msgstr "" #: watcher/api/controllers/v1/types.py:226 msgid "'add' and 'replace' operations needs value" msgstr "" #: watcher/api/controllers/v1/utils.py:44 msgid "Limit must be positive" msgstr "" #: watcher/api/controllers/v1/utils.py:55 #, python-format msgid "Invalid sort direction: %s. Acceptable values are 'asc' or 'desc'" msgstr "" #: watcher/api/controllers/v1/utils.py:64 #, python-format msgid "Invalid sort key: %s" msgstr "" #: watcher/api/controllers/v1/utils.py:73 #, python-format msgid "Invalid filter: %s" msgstr "" #: watcher/api/controllers/v1/utils.py:93 #, python-format msgid "" "Adding a new attribute (%s) to the root of the resource is not allowed" msgstr "" #: watcher/api/middleware/auth_token.py:45 msgid "Cannot compile public API routes" msgstr "" #: watcher/api/middleware/parsable_error.py:51 #, python-format msgid "ErrorDocumentMiddleware received an invalid status %s" msgstr "" #: watcher/applier/actions/change_node_power_state.py:98 #: watcher/applier/actions/change_nova_service_state.py:115 msgid "The target state is not defined" msgstr "" #: watcher/applier/actions/migration.py:179 #: watcher/applier/actions/volume_migration.py:216 #, python-format msgid "Migration of type '%(migration_type)s' is not supported." msgstr "" #: watcher/applier/actions/volume_migration.py:172 msgid "destination type is required when migration type is swap" msgstr "" #: watcher/applier/actions/volume_migration.py:177 msgid "Invalid state for swapping volume" msgstr "" #: watcher/cmd/status.py:46 msgid "Minimum Nova API Version" msgstr "" #: watcher/cmd/status.py:48 msgid "Policy File JSON to YAML Migration" msgstr "" #: watcher/common/cinder_helper.py:193 msgid "Volume type must be same for migrating" msgstr "" #: watcher/common/cinder_helper.py:209 msgid "Volume type must be different for retyping" msgstr "" #: watcher/common/cinder_helper.py:239 #, python-format msgid "Failed to create volume '%(volume)s. " msgstr "" #: watcher/common/cinder_helper.py:252 #, python-format msgid "Failed to delete volume '%(volume)s. " msgstr "" #: watcher/common/exception.py:52 #, python-format msgid "Unexpected keystone client error occurred: %s" msgstr "" #: watcher/common/exception.py:65 msgid "An unknown exception occurred" msgstr "" #: watcher/common/exception.py:113 msgid "Not supported" msgstr "" #: watcher/common/exception.py:117 msgid "Not authorized" msgstr "" #: watcher/common/exception.py:122 msgid "Request not acceptable." msgstr "" #: watcher/common/exception.py:127 #, python-format msgid "Policy doesn't allow %(action)s to be performed." msgstr "" #: watcher/common/exception.py:131 msgid "Operation not permitted" msgstr "" #: watcher/common/exception.py:135 msgid "Unacceptable parameters" msgstr "" #: watcher/common/exception.py:140 #, python-format msgid "The %(name)s %(id)s could not be found" msgstr "" #: watcher/common/exception.py:144 msgid "Conflict" msgstr "" #: watcher/common/exception.py:149 #, python-format msgid "The %(name)s resource %(id)s could not be found" msgstr "" #: watcher/common/exception.py:154 #, python-format msgid "%(parameter)s has to be of type %(parameter_type)s" msgstr "" #: watcher/common/exception.py:158 #, python-format msgid "Expected a uuid or int but received %(identity)s" msgstr "" #: watcher/common/exception.py:162 #, python-format msgid "Filter operator is not valid: %(operator)s not in %(valid_operators)s" msgstr "" #: watcher/common/exception.py:167 #, python-format msgid "Goal %(goal)s is invalid" msgstr "" #: watcher/common/exception.py:171 #, python-format msgid "Strategy %(strategy)s is invalid" msgstr "" #: watcher/common/exception.py:175 #, python-format msgid "Audit %(audit)s is invalid" msgstr "" #: watcher/common/exception.py:179 #, python-format msgid "Audit %(audit)s was not eagerly loaded" msgstr "" #: watcher/common/exception.py:183 #, python-format msgid "Action plan %(action_plan)s is invalid" msgstr "" #: watcher/common/exception.py:187 #, python-format msgid "Action plan %(action_plan)s was not eagerly loaded" msgstr "" #: watcher/common/exception.py:191 #, python-format msgid "Action %(action)s was not eagerly loaded" msgstr "" #: watcher/common/exception.py:195 #, python-format msgid "Expected a uuid but received %(uuid)s" msgstr "" #: watcher/common/exception.py:199 #, python-format msgid "Expected a logical name but received %(name)s" msgstr "" #: watcher/common/exception.py:203 #, python-format msgid "Expected a logical name or uuid but received %(name)s" msgstr "" #: watcher/common/exception.py:207 #, python-format msgid "Expected an interval or cron syntax but received %(name)s" msgstr "" #: watcher/common/exception.py:211 #, python-format msgid "The %(data_model_type)s data model could not be found" msgstr "" #: watcher/common/exception.py:215 #, python-format msgid "Goal %(goal)s could not be found" msgstr "" #: watcher/common/exception.py:219 #, python-format msgid "A goal with UUID %(uuid)s already exists" msgstr "" #: watcher/common/exception.py:223 #, python-format msgid "Strategy %(strategy)s could not be found" msgstr "" #: watcher/common/exception.py:227 #, python-format msgid "A strategy with UUID %(uuid)s already exists" msgstr "" #: watcher/common/exception.py:231 #, python-format msgid "AuditTemplate %(audit_template)s could not be found" msgstr "" #: watcher/common/exception.py:235 #, python-format msgid "An audit_template with UUID or name %(audit_template)s already exists" msgstr "" #: watcher/common/exception.py:240 #, python-format msgid "Audit type %(audit_type)s could not be found" msgstr "" #: watcher/common/exception.py:244 #, python-format msgid "Audit type %(audit_type)s is disallowed." msgstr "" #: watcher/common/exception.py:248 #, python-format msgid "Audit state %(state)s is disallowed." msgstr "" #: watcher/common/exception.py:252 #, python-format msgid "Audit parameter %(parameter)s are not allowed" msgstr "" #: watcher/common/exception.py:256 #, python-format msgid "Audit %(audit)s could not be found" msgstr "" #: watcher/common/exception.py:260 #, python-format msgid "An audit with UUID or name %(audit)s already exists" msgstr "" #: watcher/common/exception.py:264 #, python-format msgid "Interval of audit must be specified for %(audit_type)s." msgstr "" #: watcher/common/exception.py:268 #, python-format msgid "Interval of audit must not be set for %(audit_type)s." msgstr "" #: watcher/common/exception.py:272 #, python-format msgid "Start or End time of audit must not be set for %(audit_type)s." msgstr "" #: watcher/common/exception.py:277 #, python-format msgid "Audit %(audit)s is referenced by one or multiple action plans" msgstr "" #: watcher/common/exception.py:282 #, python-format msgid "ActionPlan %(action_plan)s could not be found" msgstr "" #: watcher/common/exception.py:286 #, python-format msgid "An action plan with UUID %(uuid)s already exists" msgstr "" #: watcher/common/exception.py:290 #, python-format msgid "Action Plan %(action_plan)s is referenced by one or multiple actions" msgstr "" #: watcher/common/exception.py:295 #, python-format msgid "Action Plan with UUID %(uuid)s is cancelled by user" msgstr "" #: watcher/common/exception.py:299 #, python-format msgid "Action Plan %(action_plan)s is currently running." msgstr "" #: watcher/common/exception.py:303 #, python-format msgid "Action %(action)s could not be found" msgstr "" #: watcher/common/exception.py:307 watcher/common/exception.py:329 #, python-format msgid "An action with UUID %(uuid)s already exists" msgstr "" #: watcher/common/exception.py:311 #, python-format msgid "Action plan %(action_plan)s is referenced by one or multiple goals" msgstr "" #: watcher/common/exception.py:316 msgid "Filtering actions on both audit and action-plan is prohibited" msgstr "" #: watcher/common/exception.py:321 #, python-format msgid "Provided %(action_type)s is not supported yet" msgstr "" #: watcher/common/exception.py:325 #, python-format msgid "Efficacy indicator %(efficacy_indicator)s could not be found" msgstr "" #: watcher/common/exception.py:333 #, python-format msgid "A scoring engine with UUID %(uuid)s already exists" msgstr "" #: watcher/common/exception.py:337 #, python-format msgid "ScoringEngine %(scoring_engine)s could not be found" msgstr "" #: watcher/common/exception.py:345 #, python-format msgid "Couldn't apply patch '%(patch)s'. Reason: %(reason)s" msgstr "" #: watcher/common/exception.py:349 #, python-format msgid "Couldn't delete when state is '%(state)s'." msgstr "" #: watcher/common/exception.py:353 #, python-format msgid "Couldn't start when state is '%(state)s'." msgstr "" #: watcher/common/exception.py:359 #, python-format msgid "Workflow execution error: %(error)s" msgstr "" #: watcher/common/exception.py:363 msgid "Illegal argument" msgstr "" #: watcher/common/exception.py:367 #, python-format msgid "%(client)s connection failed. Reason: %(reason)s" msgstr "" #: watcher/common/exception.py:371 msgid "The cluster state is stale" msgstr "" #: watcher/common/exception.py:375 #, python-format msgid "The cluster data model '%(cdm)s' could not be built" msgstr "" #: watcher/common/exception.py:379 msgid "The cluster state is not defined" msgstr "" #: watcher/common/exception.py:383 #, python-format msgid "No strategy could be found to achieve the '%(goal)s' goal." msgstr "" #: watcher/common/exception.py:387 #, python-format msgid "" "The indicator '%(name)s' with value '%(value)s' and spec type " "'%(spec_type)s' is invalid." msgstr "" #: watcher/common/exception.py:392 #, python-format msgid "" "Could not compute the global efficacy for the '%(goal)s' goal using the " "'%(strategy)s' strategy." msgstr "" #: watcher/common/exception.py:397 #, python-format msgid "Datasource %(datasource)s is not supported by strategy %(strategy)s" msgstr "" #: watcher/common/exception.py:402 #, python-format msgid "Datasource %(datasource)s is not available." msgstr "" #: watcher/common/exception.py:407 #, python-format msgid "Metric: %(metric)s not available" msgstr "" #: watcher/common/exception.py:412 msgid "No datasources available" msgstr "" #: watcher/common/exception.py:416 #, python-format msgid "No %(metric)s metric for %(host)s found." msgstr "" #: watcher/common/exception.py:420 #, python-format msgid "A service with name %(name)s is already working on %(host)s." msgstr "" #: watcher/common/exception.py:424 #, python-format msgid "The service %(service)s cannot be found." msgstr "" #: watcher/common/exception.py:428 #, python-format msgid "" "You shouldn't use any other IDs of %(resource)s if you use wildcard " "character." msgstr "" #: watcher/common/exception.py:433 #, python-format msgid "Provided cron is invalid: %(message)s" msgstr "" #: watcher/common/exception.py:437 #, python-format msgid "An action description with type %(action_type)s is already exist." msgstr "" #: watcher/common/exception.py:442 #, python-format msgid "The action description %(action_id)s cannot be found." msgstr "" #: watcher/common/exception.py:446 #, python-format msgid "The action %(action_id)s execution failed." msgstr "" #: watcher/common/exception.py:452 #, python-format msgid "The compute resource '%(name)s' could not be found" msgstr "" #: watcher/common/exception.py:456 #, python-format msgid "The instance '%(name)s' could not be found" msgstr "" #: watcher/common/exception.py:460 #, python-format msgid "The mapped compute node for instance '%(uuid)s' could not be found." msgstr "" #: watcher/common/exception.py:465 #, python-format msgid "The compute node %(name)s could not be found" msgstr "" #: watcher/common/exception.py:469 #, python-format msgid "The storage resource '%(name)s' could not be found" msgstr "" #: watcher/common/exception.py:473 #, python-format msgid "The storage node %(name)s could not be found" msgstr "" #: watcher/common/exception.py:477 #, python-format msgid "The pool %(name)s could not be found" msgstr "" #: watcher/common/exception.py:481 #, python-format msgid "The volume '%(name)s' could not be found" msgstr "" #: watcher/common/exception.py:485 #, python-format msgid "The baremetal resource '%(name)s' could not be found" msgstr "" #: watcher/common/exception.py:489 #, python-format msgid "The ironic node %(uuid)s could not be found" msgstr "" #: watcher/common/exception.py:493 #, python-format msgid "Error loading plugin '%(name)s'" msgstr "" #: watcher/common/exception.py:497 #, python-format msgid "The identifier '%(name)s' is a reserved word" msgstr "" #: watcher/common/exception.py:501 #, python-format msgid "The %(name)s resource %(id)s is not soft deleted" msgstr "" #: watcher/common/exception.py:505 msgid "Limit should be positive" msgstr "" #: watcher/common/exception.py:509 #, python-format msgid "" "Payload not populated when trying to send notification \"%(class_name)s\"" msgstr "" #: watcher/common/exception.py:514 #, python-format msgid "The %(name)s pool %(attribute)s is not integer" msgstr "" #: watcher/common/keystone_helper.py:44 #, python-format msgid "Role not Found: %s" msgstr "" #: watcher/common/keystone_helper.py:47 #, python-format msgid "Role name seems ambiguous: %s" msgstr "" #: watcher/common/keystone_helper.py:58 #, python-format msgid "User not Found: %s" msgstr "" #: watcher/common/keystone_helper.py:61 #, python-format msgid "User name seems ambiguous: %s" msgstr "" #: watcher/common/keystone_helper.py:72 #, python-format msgid "Project not Found: %s" msgstr "" #: watcher/common/keystone_helper.py:75 #, python-format msgid "Project name seems ambiguous: %s" msgstr "" #: watcher/common/keystone_helper.py:87 #, python-format msgid "Domain not Found: %s" msgstr "" #: watcher/common/keystone_helper.py:90 #, python-format msgid "Domain name seems ambiguous: %s" msgstr "" #: watcher/common/service.py:47 msgid "" "Specifies the minimum level for which to send notifications. If not set, no " "notifications will be sent. The default is for this option to be at the " "`INFO` level." msgstr "" #: watcher/common/service.py:288 msgid "Plugins" msgstr "" #: watcher/conf/service.py:29 msgid "Seconds between running periodic tasks." msgstr "" #: watcher/conf/service.py:32 msgid "" "Name of this node. This can be an opaque identifier. It is not necessarily a " "hostname, FQDN, or IP address. However, the node name must be valid within " "an AMQP key." msgstr "" #: watcher/conf/service.py:39 msgid "Maximum time since last check-in for up service." msgstr "" #: watcher/db/purge.py:48 msgid "Goals" msgstr "" #: watcher/db/purge.py:49 msgid "Strategies" msgstr "" #: watcher/db/purge.py:50 msgid "Audit Templates" msgstr "" #: watcher/db/purge.py:51 msgid "Audits" msgstr "" #: watcher/db/purge.py:52 msgid "Action Plans" msgstr "" #: watcher/db/purge.py:53 msgid "Actions" msgstr "" #: watcher/db/purge.py:100 msgid "Total" msgstr "" #: watcher/db/purge.py:163 msgid "Goal" msgstr "" #: watcher/db/purge.py:304 #, python-format msgid "There are %(count)d objects set for deletion. Continue? [y/N]" msgstr "" #: watcher/db/purge.py:311 #, python-format msgid "" "The number of objects (%(num)s) to delete from the database exceeds the " "maximum number of objects (%(max_number)s) specified." msgstr "" #: watcher/db/purge.py:316 msgid "" "Do you want to delete objects up to the specified maximum number? [y/N]" msgstr "" #: watcher/db/purge.py:419 msgid " (orphans excluded)" msgstr "" #: watcher/db/purge.py:420 msgid " (may include orphans)" msgstr "" #: watcher/db/purge.py:423 #, python-format msgid "Purge results summary%s:" msgstr "" #: watcher/db/purge.py:427 #, python-format msgid "Here below is a table containing the objects that can be purged%s:" msgstr "" #: watcher/db/sqlalchemy/api.py:525 msgid "Cannot overwrite UUID for an existing Goal." msgstr "" #: watcher/db/sqlalchemy/api.py:584 msgid "Cannot overwrite UUID for an existing Strategy." msgstr "" #: watcher/db/sqlalchemy/api.py:656 msgid "Cannot overwrite UUID for an existing Audit Template." msgstr "" #: watcher/db/sqlalchemy/api.py:749 msgid "Cannot overwrite UUID for an existing Audit." msgstr "" #: watcher/db/sqlalchemy/api.py:812 msgid "Cannot overwrite UUID for an existing Action." msgstr "" #: watcher/db/sqlalchemy/api.py:896 msgid "Cannot overwrite UUID for an existing Action Plan." msgstr "" #: watcher/db/sqlalchemy/api.py:967 msgid "Cannot overwrite UUID for an existing efficacy indicator." msgstr "" #: watcher/db/sqlalchemy/api.py:1043 msgid "Cannot overwrite UUID for an existing Scoring Engine." msgstr "" #: watcher/db/sqlalchemy/migration.py:73 msgid "" "Watcher database schema is already under version control; use upgrade() " "instead" msgstr "" #: watcher/decision_engine/gmr.py:27 msgid "CDMCs" msgstr "" #: watcher/decision_engine/datasources/ceilometer.py:97 #, python-format msgid "Invalid query: %(start_time)s > %(end_time)s" msgstr "" #: watcher/decision_engine/datasources/ceilometer.py:199 msgid "Ceilometer helper does not support statistic series method" msgstr "" #: watcher/decision_engine/datasources/grafana.py:198 msgid "Grafana helper does not support statistic series method" msgstr "" #: watcher/decision_engine/datasources/grafana_translator/base.py:83 #, python-format msgid "The value %(value)s for parameter %(parameter)s is invalid" msgstr "" #: watcher/decision_engine/goal/goals.py:34 msgid "Dummy goal" msgstr "" #: watcher/decision_engine/goal/goals.py:62 msgid "Unclassified" msgstr "" #: watcher/decision_engine/goal/goals.py:87 msgid "Server Consolidation" msgstr "" #: watcher/decision_engine/goal/goals.py:111 msgid "Thermal Optimization" msgstr "" #: watcher/decision_engine/goal/goals.py:135 msgid "Workload Balancing" msgstr "" #: watcher/decision_engine/goal/goals.py:159 msgid "Airflow Optimization" msgstr "" #: watcher/decision_engine/goal/goals.py:185 #: watcher/decision_engine/strategy/strategies/noisy_neighbor.py:69 msgid "Noisy Neighbor" msgstr "" #: watcher/decision_engine/goal/goals.py:209 msgid "Saving Energy" msgstr "" #: watcher/decision_engine/goal/goals.py:234 msgid "Hardware Maintenance" msgstr "" #: watcher/decision_engine/goal/goals.py:259 msgid "Cluster Maintaining" msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:82 msgid "The total number of enabled compute nodes." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:98 msgid "The number of compute nodes to be released." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:114 msgid "The total number of audited instances in strategy." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:132 msgid "The number of VM migrations to be performed." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:148 msgid "The number of instances actually live migrated." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:164 msgid "The number of instances planned to live migrate." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:180 msgid "The number of instances actually cold migrated." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:196 msgid "The number of instances planned to cold migrate." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:212 msgid "The number of detached volumes actually migrated." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:228 msgid "The number of detached volumes planned to migrate." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:245 msgid "The number of attached volumes actually migrated." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:262 msgid "The number of attached volumes planned to migrate." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:279 msgid "The value of resulted standard deviation." msgstr "" #: watcher/decision_engine/goal/efficacy/indicators.py:296 msgid "The value of original standard deviation." msgstr "" #: watcher/decision_engine/goal/efficacy/specs.py:49 msgid "" "Ratio of released compute nodes divided by the total number of enabled " "compute nodes." msgstr "" #: watcher/decision_engine/goal/efficacy/specs.py:77 msgid "Ratio of migrated virtual machines to audited virtual machines" msgstr "" #: watcher/decision_engine/goal/efficacy/specs.py:110 msgid "" "Ratio of actual live migrated instances to planned live migrate instances." msgstr "" #: watcher/decision_engine/goal/efficacy/specs.py:126 msgid "" "Ratio of actual cold migrated instances to planned cold migrate instances." msgstr "" #: watcher/decision_engine/goal/efficacy/specs.py:141 msgid "" "Ratio of actual detached volumes migrated to planned detached volumes " "migrate." msgstr "" #: watcher/decision_engine/goal/efficacy/specs.py:156 msgid "" "Ratio of actual attached volumes migrated to planned attached volumes " "migrate." msgstr "" #: watcher/decision_engine/model/model_root.py:49 #: watcher/decision_engine/model/model_root.py:320 #: watcher/decision_engine/model/model_root.py:326 #: watcher/decision_engine/model/model_root.py:332 #: watcher/decision_engine/model/model_root.py:620 #, python-format msgid "'obj' argument type is not valid: %s" msgstr "" #: watcher/decision_engine/model/model_root.py:55 msgid "'obj' argument type is not valid" msgstr "" #: watcher/decision_engine/scoring/dummy_scorer.py:142 msgid "Unable to parse features: " msgstr "" #: watcher/decision_engine/scoring/dummy_scorer.py:144 #: watcher/decision_engine/scoring/dummy_scoring_container.py:90 msgid "JSON list expected in feature argument" msgstr "" #: watcher/decision_engine/scoring/dummy_scorer.py:146 msgid "Invalid number of features, expected 9" msgstr "" #: watcher/decision_engine/scoring/dummy_scoring_container.py:88 #, python-format msgid "Unable to parse features: %s" msgstr "" #: watcher/decision_engine/scoring/dummy_scoring_container.py:92 msgid "At least one feature is required" msgstr "" #: watcher/decision_engine/scoring/scoring_factory.py:52 #, python-format msgid "Scoring Engine with name=%s not found" msgstr "" #: watcher/decision_engine/solution/efficacy.py:41 msgid "An indicator value should be a number" msgstr "" #: watcher/decision_engine/strategy/selection/default.py:72 #, python-format msgid "Could not load any strategy for goal %(goal)s" msgstr "" #: watcher/decision_engine/strategy/strategies/actuation.py:41 msgid "Actuator" msgstr "" #: watcher/decision_engine/strategy/strategies/basic_consolidation.py:107 msgid "Basic offline consolidation" msgstr "" #: watcher/decision_engine/strategy/strategies/dummy_strategy.py:79 msgid "Dummy strategy" msgstr "" #: watcher/decision_engine/strategy/strategies/dummy_with_resize.py:97 msgid "Dummy strategy with resize" msgstr "" #: watcher/decision_engine/strategy/strategies/dummy_with_scorer.py:126 msgid "Dummy Strategy using sample Scoring Engines" msgstr "" #: watcher/decision_engine/strategy/strategies/host_maintenance.py:67 msgid "Host Maintenance Strategy" msgstr "" #: watcher/decision_engine/strategy/strategies/host_maintenance.py:270 msgid "Executing Host Maintenance Migration Strategy" msgstr "" #: watcher/decision_engine/strategy/strategies/node_resource_consolidation.py:77 msgid "Node Resource Consolidation strategy" msgstr "" #: watcher/decision_engine/strategy/strategies/node_resource_consolidation.py:167 msgid "The node status is not defined" msgstr "" #: watcher/decision_engine/strategy/strategies/outlet_temp_control.py:97 msgid "Outlet temperature based strategy" msgstr "" #: watcher/decision_engine/strategy/strategies/saving_energy.py:113 msgid "Saving Energy Strategy" msgstr "" #: watcher/decision_engine/strategy/strategies/storage_capacity_balance.py:81 msgid "Storage Capacity Balance Strategy" msgstr "" #: watcher/decision_engine/strategy/strategies/uniform_airflow.py:78 msgid "Uniform airflow migration strategy" msgstr "" #: watcher/decision_engine/strategy/strategies/vm_workload_consolidation.py:96 msgid "VM Workload Consolidation Strategy" msgstr "" #: watcher/decision_engine/strategy/strategies/workload_balance.py:85 msgid "Workload Balance Migration Strategy" msgstr "" #: watcher/decision_engine/strategy/strategies/workload_stabilization.py:92 msgid "Workload stabilization" msgstr "" #: watcher/decision_engine/strategy/strategies/workload_stabilization.py:361 #, python-format msgid "" "Incorrect mapping: could not find associated weight for %s in weight dict." msgstr "" #: watcher/decision_engine/strategy/strategies/zone_migration.py:69 msgid "Zone migration" msgstr ""