summaryrefslogtreecommitdiff
path: root/ironic/locale/ironic-log-info.pot
blob: 3d68c88eecfaeb4ec46cdcefbe3ea32863056a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
# Translations template for ironic.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the ironic project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 4.1.0.106.gecf6fc1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-09-24 21:22+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n"

#: ironic/cmd/api.py:58
#, python-format
msgid "Serving on http://%(host)s:%(port)s"
msgstr ""

#: ironic/common/driver_factory.py:139
#, python-format
msgid "Loaded the following drivers: %s"
msgstr ""

#: ironic/common/service.py:82
#, python-format
msgid "Created RPC server for service %(service)s on host %(host)s."
msgstr ""

#: ironic/common/service.py:100
#, python-format
msgid "Stopped RPC server for service %(service)s on host %(host)s."
msgstr ""

#: ironic/common/service.py:105
#, python-format
msgid ""
"Got signal SIGUSR1. Not deregistering on next shutdown of service "
"%(service)s on host %(host)s."
msgstr ""

#: ironic/conductor/manager.py:316
#, python-format
msgid "Successfully started conductor with hostname %(hostname)s."
msgstr ""

#: ironic/conductor/manager.py:337
#, python-format
msgid "Successfully stopped conductor with hostname %(hostname)s."
msgstr ""

#: ironic/conductor/manager.py:343
#, python-format
msgid "Not deregistering conductor with hostname %(hostname)s."
msgstr ""

#: ironic/conductor/manager.py:810
#, python-format
msgid "Successfully unprovisioned node %(node)s with instance %(instance)s."
msgstr ""

#: ironic/conductor/manager.py:947
#, python-format
msgid ""
"Cleaning is disabled, node %s has been successfully moved to AVAILABLE "
"state."
msgstr ""

#: ironic/conductor/manager.py:1000
#, python-format
msgid "Executing %(state)s on node %(node)s, remaining steps: %(steps)s"
msgstr ""

#: ironic/conductor/manager.py:1010
#, python-format
msgid "Executing %(step)s on node %(node)s"
msgstr ""

#: ironic/conductor/manager.py:1037
#, python-format
msgid ""
"Clean step %(step)s on node %(node)s being executed asynchronously, "
"waiting for driver."
msgstr ""

#: ironic/conductor/manager.py:1048
#, python-format
msgid "Node %(node)s finished clean step %(step)s"
msgstr ""

#: ironic/conductor/manager.py:1064
#, python-format
msgid "Node %s cleaning complete"
msgstr ""

#: ironic/conductor/manager.py:1174
#, python-format
msgid ""
"The current clean step \"%(clean_step)s\" for node %(node)s is not "
"abortable. Adding a flag to abort the cleaning after the clean step is "
"completed."
msgstr ""

#: ironic/conductor/manager.py:1264
#, python-format
msgid ""
"During sync_power_state, node %(node)s was not found and presumed deleted"
" by another process."
msgstr ""

#: ironic/conductor/manager.py:1268
#, python-format
msgid ""
"During sync_power_state, node %(node)s was already locked by another "
"process. Skip."
msgstr ""

#: ironic/conductor/manager.py:1573
#, python-format
msgid "Successfully deleted node %(node)s."
msgstr ""

#: ironic/conductor/manager.py:1593
#, python-format
msgid ""
"Successfully deleted port %(port)s. The node associated with the port was"
" %(node)s"
msgstr ""

#: ironic/conductor/manager.py:1667
#, python-format
msgid "No console action was triggered because the console is already %s"
msgstr ""

#: ironic/conductor/manager.py:2397
#, python-format
msgid "Successfully deployed node %(node)s with instance %(instance)s."
msgstr ""

#: ironic/conductor/manager.py:2506
#, python-format
msgid ""
"During sync_power_state, node %(node)s has no previous known state. "
"Recording current state '%(state)s'."
msgstr ""

#: ironic/conductor/manager.py:2576
#, python-format
msgid "Successfully inspected node %(node)s"
msgstr ""

#: ironic/conductor/utils.py:124
#, python-format
msgid "Successfully set node %(node)s power state to %(state)s."
msgstr ""

#: ironic/drivers/modules/agent.py:417
#, python-format
msgid "Image successfully written to node %s"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:255
#, python-format
msgid ""
"Node %s detected a clean version mismatch, resetting clean steps and "
"rebooting the node."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:291
#, python-format
msgid ""
"Agent on node %s returned cleaning command success, moving to next clean "
"step"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:436
#, python-format
msgid ""
"Initial lookup for node %s succeeded, agent is running and waiting for "
"commands"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:620
#: ironic/drivers/modules/iscsi_deploy.py:642
#, python-format
msgid "Deployment to node %s done"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:667
#, python-format
msgid "Local boot successfully configured for node %s"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:520
#, python-format
msgid "Disk metadata on %(dev)s successfully destroyed for node %(node)s"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:633
#, python-format
msgid ""
"Successfully completed the disk device %(dev)s partitioning for node "
"%(node)s"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:666
#, python-format
msgid ""
"Configdrive for node %(node)s successfully copied onto partition "
"%(partition)s"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:677
#, python-format
msgid "Image for %(node)s successfully populated"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:682
#, python-format
msgid "Swap partition %(swap)s successfully formatted for node %(node)s"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:688
#, python-format
msgid "Ephemeral partition %(ephemeral)s successfully formatted for node %(node)s"
msgstr ""

#: ironic/drivers/modules/image_cache.py:143
#, python-format
msgid "Master cache miss for image %(href)s, starting download"
msgstr ""

#: ironic/drivers/modules/image_cache.py:279
#, python-format
msgid ""
"After cleaning up cache dir %(dir)s cache size %(actual)d is still larger"
" than threshold %(expected)d"
msgstr ""

#: ironic/drivers/modules/image_cache.py:413
#, python-format
msgid ""
"Image %(href)s was last modified at %(remote_time)s. Deleting the cached "
"copy since it was last modified at %(local_time)s and may be outdated."
msgstr ""

#: ironic/drivers/modules/inspector.py:75
#, python-format
msgid ""
"Inspection via ironic-inspector is disabled in configuration for driver "
"%s. To enable, change [inspector] enabled = True."
msgstr ""

#: ironic/drivers/modules/inspector.py:167
#, python-format
msgid "Node %s was sent to inspection to ironic-inspector"
msgstr ""

#: ironic/drivers/modules/inspector.py:214
#, python-format
msgid "Inspection finished successfully for node %s"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:158
#, python-format
msgid "Option %(opt)s is not supported by ipmitool"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:162
#, python-format
msgid "Option %(opt)s is supported by ipmitool"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:607
#, python-format
msgid "Bootloader successfully installed on node %s"
msgstr ""

#: ironic/drivers/modules/wol.py:158
#, python-format
msgid ""
"Power off called for node %s. Wake-On-Lan does not support this "
"operation. Manual intervention required to perform this action."
msgstr ""

#: ironic/drivers/modules/wol.py:181
#, python-format
msgid ""
"Reboot called for node %s. Wake-On-Lan does not fully support this "
"operation. Trying to power on the node."
msgstr ""

#: ironic/drivers/modules/amt/management.py:94
#, python-format
msgid "Successfully set boot device %(boot_device)s for node %(node_id)s"
msgstr ""

#: ironic/drivers/modules/amt/management.py:146
#, python-format
msgid "Successfully enabled boot config for node %(node_id)s."
msgstr ""

#: ironic/drivers/modules/amt/power.py:117
#, python-format
msgid "Power state set to %(state)s for node %(node_id)s"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:345
#, python-format
msgid "Attached virtual media %s successfully."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:363
#, python-format
msgid "Node %(uuid)s pending boot mode is %(boot_mode)s."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:375
#, python-format
msgid "Node %(uuid)s boot mode is set to %(boot_mode)s."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:455
#: ironic/drivers/modules/irmc/deploy.py:370
#, python-format
msgid "Setting up node %s to boot from virtual media"
msgstr ""

#: ironic/drivers/modules/ilo/deploy.py:432
#, python-format
msgid "Changed secure boot to %(mode)s for node %(node)s"
msgstr ""

#: ironic/drivers/modules/ilo/inspect.py:56
#, python-format
msgid "Port created for MAC address %(address)s for node %(node)s"
msgstr ""

#: ironic/drivers/modules/ilo/inspect.py:207
#, python-format
msgid "The node %s is not powered on. Powering on the node for inspection."
msgstr ""

#: ironic/drivers/modules/ilo/inspect.py:247
#, python-format
msgid "Node %s inspected."
msgstr ""

#: ironic/drivers/modules/ilo/inspect.py:250
#, python-format
msgid ""
"The node %s was powered on for inspection. Powered off the node as "
"inspection completed."
msgstr ""

#: ironic/drivers/modules/ilo/management.py:257
#, python-format
msgid ""
"Missing 'ilo_change_password' parameter in driver_info. Clean step "
"'reset_ilo_credential' is not performed on node %s."
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:444
#, python-format
msgid "Attached virtual cdrom successfully for node %s"
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:467
#, python-format
msgid "Detached virtual cdrom successfully for node %s"
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:500
#, python-format
msgid "Attached virtual floppy successfully for node %s"
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:523
#, python-format
msgid "Detached virtual floppy successfully for node %s"
msgstr ""