foreman_discovery 4.0.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +12 -3
  3. data/app/models/host/discovered.rb +28 -25
  4. data/app/models/host/managed_extensions.rb +24 -3
  5. data/app/services/foreman_discovery/host_converter.rb +16 -2
  6. data/app/services/foreman_discovery/node_api/node_resource.rb +117 -0
  7. data/app/services/foreman_discovery/node_api/power.rb +57 -0
  8. data/{lib → app/services}/foreman_discovery/proxy_operations.rb +0 -0
  9. data/app/views/foreman_discovery/redhat_kexec.erb +44 -0
  10. data/db/seeds.d/50_discovery_templates.rb +18 -0
  11. data/lib/foreman_discovery/engine.rb +1 -1
  12. data/lib/foreman_discovery/version.rb +1 -1
  13. data/locale/de/foreman_discovery.po +146 -64
  14. data/locale/en_GB/foreman_discovery.po +146 -64
  15. data/locale/es/foreman_discovery.po +146 -64
  16. data/locale/foreman_discovery.pot +97 -41
  17. data/locale/fr/foreman_discovery.po +146 -64
  18. data/locale/gl/foreman_discovery.po +100 -59
  19. data/locale/it/foreman_discovery.po +106 -59
  20. data/locale/ja/foreman_discovery.po +132 -61
  21. data/locale/ko/foreman_discovery.po +104 -58
  22. data/locale/pt_BR/foreman_discovery.po +106 -59
  23. data/locale/ru/foreman_discovery.po +152 -66
  24. data/locale/sv_SE/foreman_discovery.po +103 -59
  25. data/locale/zh_CN/foreman_discovery.po +104 -58
  26. data/locale/zh_TW/foreman_discovery.po +104 -58
  27. data/test/functional/api/v2/discovered_hosts_controller_test.rb +30 -11
  28. data/test/functional/discovered_hosts_controller_test.rb +30 -26
  29. data/test/unit/discovered_extensions_test.rb +8 -8
  30. metadata +10 -34
  31. data/app/views/api/v2/discovered_hosts/auto_provision.json.rabl +0 -3
  32. data/app/views/api/v2/discovered_hosts/auto_provision_all.json.rabl +0 -3
  33. data/locale/Makefile +0 -62
  34. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/de/foreman_discovery.pox +0 -40
  36. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/en_GB/foreman_discovery.pox +0 -0
  38. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/es/foreman_discovery.pox +0 -41
  40. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/fr/foreman_discovery.pox +0 -69
  42. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/gl/foreman_discovery.pox +0 -21
  44. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/it/foreman_discovery.pox +0 -0
  46. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/ja/foreman_discovery.pox +0 -29
  48. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/ko/foreman_discovery.pox +0 -189
  50. data/locale/messages.mo +0 -0
  51. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/pt_BR/foreman_discovery.pox +0 -0
  53. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/ru/foreman_discovery.pox +0 -0
  55. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/zanata.xml +0 -28
  57. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/zh_CN/foreman_discovery.pox +0 -33
  59. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_TW/foreman_discovery.pox +0 -23
@@ -1,21 +1,21 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # caifti <caifti@gmail.com>, 2014
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_discovery 3.0.0\n"
10
- "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2015-01-28 17:53+0100\n"
10
+ "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
11
+ "POT-Creation-Date: 2015-08-13 16:23+0200\n"
12
12
  "PO-Revision-Date: 2015-03-21 22:54+0000\n"
13
13
  "Last-Translator: Lukáš Zapletal\n"
14
14
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
15
+ "Language: it\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
17
18
  "Content-Transfer-Encoding: 8bit\n"
18
- "Language: it\n"
19
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
20
 
21
21
  msgid "%s - The following hosts are about to be changed"
@@ -39,9 +39,10 @@ msgstr ""
39
39
  msgid "Auto Provision All"
40
40
  msgstr ""
41
41
 
42
- msgid ""
43
- "Automatically provision newly discovered hosts, according to the "
44
- "provisioning rules"
42
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
43
+ msgstr ""
44
+
45
+ msgid "Automatically reboot discovered host during provisioning"
45
46
  msgstr ""
46
47
 
47
48
  msgid "CPUs"
@@ -53,7 +54,7 @@ msgstr "Annulla"
53
54
  msgid "Could not get facts from proxy %{url}: %{error}"
54
55
  msgstr ""
55
56
 
56
- msgid "Create a discovered host"
57
+ msgid "Create a discovered host for testing (use /facts to create new hosts)"
57
58
  msgstr ""
58
59
 
59
60
  msgid "Create a discovery rule"
@@ -83,9 +84,6 @@ msgstr ""
83
84
  msgid "Disable rule?"
84
85
  msgstr ""
85
86
 
86
- msgid "Discovered Host Pool"
87
- msgstr ""
88
-
89
87
  msgid "Discovered host: %s"
90
88
  msgstr "Host trovati: %s"
91
89
 
@@ -95,13 +93,10 @@ msgstr "Host trovati"
95
93
  msgid "Discovered hosts are provisioning now"
96
94
  msgstr ""
97
95
 
98
- msgid "Discovery Rules"
96
+ msgid "Discovered hosts are rebooting now"
99
97
  msgstr ""
100
98
 
101
- msgid "Discovery rules"
102
- msgstr ""
103
-
104
- msgid "Discovery widget"
99
+ msgid "Discovery Rules"
105
100
  msgstr ""
106
101
 
107
102
  msgid "DiscoveryRule|Enabled"
@@ -122,10 +117,7 @@ msgstr ""
122
117
  msgid "Disks size"
123
118
  msgstr ""
124
119
 
125
- msgid ""
126
- "Domain will be appended automatically. A hostname based on MAC address will "
127
- "be used when left blank. In addition to @host attribute function rand for "
128
- "random integers is available. Examples:"
120
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
129
121
  msgstr ""
130
122
 
131
123
  msgid "Edit Discovery Rule"
@@ -140,15 +132,27 @@ msgstr ""
140
132
  msgid "Errors during auto provisioning: %s"
141
133
  msgstr ""
142
134
 
135
+ msgid "Errors during reboot: %s"
136
+ msgstr ""
137
+
143
138
  msgid "Execute rules against a discovered host"
144
139
  msgstr ""
145
140
 
146
141
  msgid "Execute rules against all currently discovered hosts"
147
142
  msgstr ""
148
143
 
144
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
145
+ msgstr ""
146
+
147
+ msgid "Extra facter columns to show in host lists (separate by comma)"
148
+ msgstr ""
149
+
149
150
  msgid "Fact"
150
151
  msgstr "Evento"
151
152
 
153
+ msgid "Fact name to use for primary interface detection and hostname"
154
+ msgstr ""
155
+
152
156
  msgid "Facts discovered on this host"
153
157
  msgstr "Eventi trovati su questo host"
154
158
 
@@ -158,12 +162,6 @@ msgstr "Eventi aggiornati per %s"
158
162
  msgid "Failed to auto provision host %s: %s"
159
163
  msgstr ""
160
164
 
161
- msgid "Failed to import facts for discovered host"
162
- msgstr ""
163
-
164
- msgid "Failed to import facts for discovered host: %s"
165
- msgstr ""
166
-
167
165
  msgid "Failed to reboot host %s"
168
166
  msgstr ""
169
167
 
@@ -182,6 +180,16 @@ msgstr ""
182
180
  msgid "Host group"
183
181
  msgstr "Gruppo di host"
184
182
 
183
+ msgid "Host group location %s must also be associated to the discovery rule"
184
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
185
+ msgstr[0] ""
186
+ msgstr[1] ""
187
+
188
+ msgid "Host group organization %s must also be associated to the discovery rule"
189
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
190
+ msgstr[0] ""
191
+ msgstr[1] ""
192
+
185
193
  msgid "Host of type %s can not be rebooted"
186
194
  msgstr ""
187
195
 
@@ -197,18 +205,12 @@ msgstr ""
197
205
  msgid "IP Address"
198
206
  msgstr "IP Address"
199
207
 
200
- msgid "Imported discovered host"
208
+ msgid "Incompatible version of puppet fact parser"
201
209
  msgstr ""
202
210
 
203
211
  msgid "Invalid facts, must be a Hash"
204
212
  msgstr "Eventi non validi, deve essere un Hash"
205
213
 
206
- msgid "Invalid facts: hash does not contain IP address"
207
- msgstr ""
208
-
209
- msgid "Invalid facts: hash does not contain the required fact '%s'"
210
- msgstr "Eventi non validi: hash deve avere l'evento '%s' necessario"
211
-
212
214
  msgid "Last facts upload"
213
215
  msgstr "Ultimo caricamento eventi"
214
216
 
@@ -221,6 +223,9 @@ msgstr ""
221
223
  msgid "Location"
222
224
  msgstr "Posizione"
223
225
 
226
+ msgid "Locations"
227
+ msgstr ""
228
+
224
229
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
225
230
  msgstr ""
226
231
 
@@ -242,12 +247,18 @@ msgstr ""
242
247
  msgid "New Rule"
243
248
  msgstr ""
244
249
 
250
+ msgid "New in the last 24 hours"
251
+ msgstr ""
252
+
245
253
  msgid "No discovered hosts available"
246
254
  msgstr ""
247
255
 
248
256
  msgid "No discovered hosts to provision"
249
257
  msgstr ""
250
258
 
259
+ msgid "No discovered hosts to reboot"
260
+ msgstr ""
261
+
251
262
  msgid "No hosts selected"
252
263
  msgstr "Nessun host selezionato"
253
264
 
@@ -257,12 +268,21 @@ msgstr "Nessun host trovato con l'id o nome indicato"
257
268
  msgid "No rule found for host %s"
258
269
  msgstr ""
259
270
 
271
+ msgid "Not reported in more than 7 days"
272
+ msgstr ""
273
+
260
274
  msgid "Organization"
261
275
  msgstr "Organizzazione"
262
276
 
277
+ msgid "Organizations"
278
+ msgstr ""
279
+
263
280
  msgid "Please Confirm"
264
281
  msgstr "Conferma"
265
282
 
283
+ msgid "Primary"
284
+ msgstr ""
285
+
266
286
  msgid "Provision"
267
287
  msgstr "Provisioning"
268
288
 
@@ -272,12 +292,18 @@ msgstr ""
272
292
  msgid "Reboot"
273
293
  msgstr ""
274
294
 
295
+ msgid "Reboot All"
296
+ msgstr ""
297
+
275
298
  msgid "Rebooting %s"
276
299
  msgstr "Riavvio di %s"
277
300
 
278
301
  msgid "Rebooting a discovered host"
279
302
  msgstr ""
280
303
 
304
+ msgid "Rebooting all discovered hosts"
305
+ msgstr ""
306
+
281
307
  msgid "Rebooting host %s"
282
308
  msgstr ""
283
309
 
@@ -287,6 +313,9 @@ msgstr "Aggiorna eventi"
287
313
  msgid "Refreshing the facts of a discovered host"
288
314
  msgstr ""
289
315
 
316
+ msgid "Reported in the last 7 days"
317
+ msgstr ""
318
+
290
319
  msgid "Rule disabled"
291
320
  msgstr ""
292
321
 
@@ -314,15 +343,10 @@ msgstr ""
314
343
  msgid "Show a discovery rule"
315
344
  msgstr ""
316
345
 
317
- msgid "Show fact as an extra column in the discovered hosts list"
318
- msgstr ""
319
-
320
346
  msgid "Something went wrong while selecting hosts - %s"
321
347
  msgstr "Si è verificato un errore durante la selezione degli host - %s"
322
348
 
323
- msgid ""
324
- "Specify target hostname template pattern in the same syntax as in "
325
- "Provisioning Templates (ERB)."
349
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
326
350
  msgstr ""
327
351
 
328
352
  msgid "Submit"
@@ -337,9 +361,6 @@ msgstr ""
337
361
  msgid "Template"
338
362
  msgstr "Modello"
339
363
 
340
- msgid "The default fact name to use for the MAC of the system"
341
- msgstr "Il nome dell'evento predefinito da usare per il MAC del sistema"
342
-
343
364
  msgid "The default location to place discovered hosts in"
344
365
  msgstr "La posizione predefinita nella quale posizionare gli host trovati"
345
366
 
@@ -352,18 +373,22 @@ msgstr ""
352
373
  msgid "The following hosts were not deleted: %s"
353
374
  msgstr "I seguenti host non sono stati rilevati: %s"
354
375
 
355
- msgid ""
356
- "This might take a while, as all hosts, facts and reports will be destroyed "
357
- "as well"
376
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
358
377
  msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
359
378
 
360
- msgid "Total pool size"
361
- msgid_plural "Total pool size"
362
- msgstr[0] ""
363
- msgstr[1] ""
379
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
380
+ msgstr ""
364
381
 
365
- msgid ""
366
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
382
+ msgid "Unable to assign subnet, primary interface is missing IP address"
383
+ msgstr ""
384
+
385
+ msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
386
+ msgstr ""
387
+
388
+ msgid "Unable to find a discovery rule, no host provided (check permissions)"
389
+ msgstr ""
390
+
391
+ msgid "Unable to reboot %{name}: %{msg}"
367
392
  msgstr ""
368
393
 
369
394
  msgid "Update a rule"
@@ -378,19 +403,25 @@ msgstr "Valore"
378
403
  msgid "Warning"
379
404
  msgstr "Avvertenza"
380
405
 
381
- msgid ""
382
- "When creating hostname patterns, make sure the resulting host names are "
383
- "unique. Hostnames must not start with numbers. A good approach is to use "
384
- "unique information provided by facter (MAC address, BIOS or serial ID)."
406
+ msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
385
407
  msgstr ""
386
408
 
387
409
  msgid "can't contain white spaces."
388
410
  msgstr ""
389
411
 
412
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
413
+ msgstr ""
414
+
415
+ msgid "enables to limit maximum amount of provisioned hosts per rule"
416
+ msgstr ""
417
+
390
418
  msgid "filter results"
391
419
  msgstr ""
392
420
 
393
- msgid "hash containing facts for the host"
421
+ msgid "flag is used for temporary shutdown of rules"
422
+ msgstr ""
423
+
424
+ msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
394
425
  msgstr ""
395
426
 
396
427
  msgid "items selected. Uncheck to Clear"
@@ -411,10 +442,26 @@ msgstr ""
411
442
  msgid "paginate results"
412
443
  msgstr ""
413
444
 
414
- msgid ""
415
- "required if value is not inherited from host group or default password in "
416
- "settings"
445
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
446
+ msgstr ""
447
+
448
+ msgid "query to match discovered hosts for the particular rule"
449
+ msgstr ""
450
+
451
+ msgid "represents rule name shown to the users"
452
+ msgstr ""
453
+
454
+ msgid "required if value is not inherited from host group or default password in settings"
417
455
  msgstr ""
418
456
 
419
457
  msgid "sort results"
420
458
  msgstr ""
459
+
460
+ msgid "the hostgroup that is used to auto provision a host"
461
+ msgstr ""
462
+
463
+ #~ msgid "Invalid facts: hash does not contain the required fact '%s'"
464
+ #~ msgstr "Eventi non validi: hash deve avere l'evento '%s' necessario"
465
+
466
+ #~ msgid "The default fact name to use for the MAC of the system"
467
+ #~ msgstr "Il nome dell'evento predefinito da usare per il MAC del sistema"
@@ -1,21 +1,21 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_discovery 3.0.0\n"
10
- "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2015-01-28 17:53+0100\n"
10
+ "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
11
+ "POT-Creation-Date: 2015-08-13 16:23+0200\n"
12
12
  "PO-Revision-Date: 2015-04-05 12:23+0000\n"
13
13
  "Last-Translator: Shuji Yamada <uzy.exe@gmail.com>\n"
14
14
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/)\n"
15
+ "Language: ja\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
17
18
  "Content-Transfer-Encoding: 8bit\n"
18
- "Language: ja\n"
19
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
20
 
21
21
  msgid "%s - The following hosts are about to be changed"
@@ -39,11 +39,12 @@ msgstr "自動プロビジョン"
39
39
  msgid "Auto Provision All"
40
40
  msgstr "全自動プロビジョン"
41
41
 
42
- msgid ""
43
- "Automatically provision newly discovered hosts, according to the "
44
- "provisioning rules"
42
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
45
43
  msgstr "プロビジョニングルールに従って、新しく発見されたホストを自動プロビジョニングする"
46
44
 
45
+ msgid "Automatically reboot discovered host during provisioning"
46
+ msgstr ""
47
+
47
48
  msgid "CPUs"
48
49
  msgstr "CPU"
49
50
 
@@ -53,8 +54,8 @@ msgstr "取り消し"
53
54
  msgid "Could not get facts from proxy %{url}: %{error}"
54
55
  msgstr "プロキシーからファクトを取得できませんでした: %{url}: %{error}"
55
56
 
56
- msgid "Create a discovered host"
57
- msgstr "検出されたホストを作成します"
57
+ msgid "Create a discovered host for testing (use /facts to create new hosts)"
58
+ msgstr ""
58
59
 
59
60
  msgid "Create a discovery rule"
60
61
  msgstr "検出ルールを作成します"
@@ -83,9 +84,6 @@ msgstr "無効"
83
84
  msgid "Disable rule?"
84
85
  msgstr "ルールを無効にしますか?"
85
86
 
86
- msgid "Discovered Host Pool"
87
- msgstr "検出されたホストのプール"
88
-
89
87
  msgid "Discovered host: %s"
90
88
  msgstr "検出されたホスト: %s"
91
89
 
@@ -95,15 +93,12 @@ msgstr "検出されたホスト"
95
93
  msgid "Discovered hosts are provisioning now"
96
94
  msgstr "現在、検出されたホストはプロビジョニング中です"
97
95
 
98
- msgid "Discovery Rules"
99
- msgstr "検出ルール"
96
+ msgid "Discovered hosts are rebooting now"
97
+ msgstr ""
100
98
 
101
- msgid "Discovery rules"
99
+ msgid "Discovery Rules"
102
100
  msgstr "検出ルール"
103
101
 
104
- msgid "Discovery widget"
105
- msgstr "検出ウィジット"
106
-
107
102
  msgid "DiscoveryRule|Enabled"
108
103
  msgstr "有効"
109
104
 
@@ -122,10 +117,7 @@ msgstr "ディスク数"
122
117
  msgid "Disks size"
123
118
  msgstr "ディスク容量"
124
119
 
125
- msgid ""
126
- "Domain will be appended automatically. A hostname based on MAC address will "
127
- "be used when left blank. In addition to @host attribute function rand for "
128
- "random integers is available. Examples:"
120
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
129
121
  msgstr ""
130
122
 
131
123
  msgid "Edit Discovery Rule"
@@ -140,15 +132,27 @@ msgstr "ルールを有効化しますか?"
140
132
  msgid "Errors during auto provisioning: %s"
141
133
  msgstr "自動プロビジョニング中のエラー: %s"
142
134
 
135
+ msgid "Errors during reboot: %s"
136
+ msgstr ""
137
+
143
138
  msgid "Execute rules against a discovered host"
144
139
  msgstr "検出されたホストに対してルールを実行"
145
140
 
146
141
  msgid "Execute rules against all currently discovered hosts"
147
142
  msgstr "すべての検出されているホストに対してルールを実行"
148
143
 
144
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
145
+ msgstr ""
146
+
147
+ msgid "Extra facter columns to show in host lists (separate by comma)"
148
+ msgstr ""
149
+
149
150
  msgid "Fact"
150
151
  msgstr "ファクト"
151
152
 
153
+ msgid "Fact name to use for primary interface detection and hostname"
154
+ msgstr ""
155
+
152
156
  msgid "Facts discovered on this host"
153
157
  msgstr "このホストで検出されたファクト"
154
158
 
@@ -158,12 +162,6 @@ msgstr "%s について更新されたファクト"
158
162
  msgid "Failed to auto provision host %s: %s"
159
163
  msgstr "ホスト %s の自動プロビジョニングに失敗しました: %s"
160
164
 
161
- msgid "Failed to import facts for discovered host"
162
- msgstr "検出されたホストのファクトをインポートできませんでした"
163
-
164
- msgid "Failed to import facts for discovered host: %s"
165
- msgstr ""
166
-
167
165
  msgid "Failed to reboot host %s"
168
166
  msgstr "ホスト %s の再起動に失敗しました"
169
167
 
@@ -182,6 +180,14 @@ msgstr ""
182
180
  msgid "Host group"
183
181
  msgstr "ホストグループ"
184
182
 
183
+ msgid "Host group location %s must also be associated to the discovery rule"
184
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
185
+ msgstr[0] ""
186
+
187
+ msgid "Host group organization %s must also be associated to the discovery rule"
188
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
189
+ msgstr[0] ""
190
+
185
191
  msgid "Host of type %s can not be rebooted"
186
192
  msgstr "タイプ %s のホストを再起動することができません"
187
193
 
@@ -197,18 +203,12 @@ msgstr "ホスト/制限"
197
203
  msgid "IP Address"
198
204
  msgstr "IP アドレス"
199
205
 
200
- msgid "Imported discovered host"
201
- msgstr "検出されたホストのインポート"
206
+ msgid "Incompatible version of puppet fact parser"
207
+ msgstr ""
202
208
 
203
209
  msgid "Invalid facts, must be a Hash"
204
210
  msgstr "無効なファクトです。ハッシュにする必要があります"
205
211
 
206
- msgid "Invalid facts: hash does not contain IP address"
207
- msgstr "無効なファクト : ハッシュは IP アドレスが含まれていません"
208
-
209
- msgid "Invalid facts: hash does not contain the required fact '%s'"
210
- msgstr "無効なファクト: ハッシュには必要なファクト '%s' が含まれていません"
211
-
212
212
  msgid "Last facts upload"
213
213
  msgstr "最終ファクトのアップロード"
214
214
 
@@ -221,6 +221,9 @@ msgstr "すべての検出ルールを一覧表示"
221
221
  msgid "Location"
222
222
  msgstr "ロケーション"
223
223
 
224
+ msgid "Locations"
225
+ msgstr ""
226
+
224
227
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
225
228
  msgstr ""
226
229
 
@@ -242,12 +245,18 @@ msgstr "新規検出ルール"
242
245
  msgid "New Rule"
243
246
  msgstr "新規ルール"
244
247
 
248
+ msgid "New in the last 24 hours"
249
+ msgstr ""
250
+
245
251
  msgid "No discovered hosts available"
246
252
  msgstr ""
247
253
 
248
254
  msgid "No discovered hosts to provision"
249
255
  msgstr ""
250
256
 
257
+ msgid "No discovered hosts to reboot"
258
+ msgstr ""
259
+
251
260
  msgid "No hosts selected"
252
261
  msgstr "ホストが選択されていません"
253
262
 
@@ -257,12 +266,21 @@ msgstr "該当する ID または名前のホストが見つかりませんで
257
266
  msgid "No rule found for host %s"
258
267
  msgstr "ホスト %s のルールが見つかりません"
259
268
 
269
+ msgid "Not reported in more than 7 days"
270
+ msgstr ""
271
+
260
272
  msgid "Organization"
261
273
  msgstr "組織"
262
274
 
275
+ msgid "Organizations"
276
+ msgstr ""
277
+
263
278
  msgid "Please Confirm"
264
279
  msgstr "確認してください"
265
280
 
281
+ msgid "Primary"
282
+ msgstr ""
283
+
266
284
  msgid "Provision"
267
285
  msgstr "プロビジョニング"
268
286
 
@@ -272,12 +290,18 @@ msgstr "検出されたホストのプロビジョン"
272
290
  msgid "Reboot"
273
291
  msgstr "再起動"
274
292
 
293
+ msgid "Reboot All"
294
+ msgstr ""
295
+
275
296
  msgid "Rebooting %s"
276
297
  msgstr "%s の再起動中"
277
298
 
278
299
  msgid "Rebooting a discovered host"
279
300
  msgstr "検出されたホストの再起動"
280
301
 
302
+ msgid "Rebooting all discovered hosts"
303
+ msgstr ""
304
+
281
305
  msgid "Rebooting host %s"
282
306
  msgstr "ホスト %s の再起動中"
283
307
 
@@ -287,6 +311,9 @@ msgstr "ファクトの更新"
287
311
  msgid "Refreshing the facts of a discovered host"
288
312
  msgstr "検出されたホストのファクト更新"
289
313
 
314
+ msgid "Reported in the last 7 days"
315
+ msgstr ""
316
+
290
317
  msgid "Rule disabled"
291
318
  msgstr "ルールの無効化"
292
319
 
@@ -314,15 +341,10 @@ msgstr "検出されたホストを表示"
314
341
  msgid "Show a discovery rule"
315
342
  msgstr "検出ルールを表示"
316
343
 
317
- msgid "Show fact as an extra column in the discovered hosts list"
318
- msgstr ""
319
-
320
344
  msgid "Something went wrong while selecting hosts - %s"
321
345
  msgstr "ホストの選択中に問題が発生しました - %s"
322
346
 
323
- msgid ""
324
- "Specify target hostname template pattern in the same syntax as in "
325
- "Provisioning Templates (ERB)."
347
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
326
348
  msgstr ""
327
349
 
328
350
  msgid "Submit"
@@ -337,9 +359,6 @@ msgstr ""
337
359
  msgid "Template"
338
360
  msgstr "テンプレート"
339
361
 
340
- msgid "The default fact name to use for the MAC of the system"
341
- msgstr "システムの MAC に使用するデフォルトのファクト名"
342
-
343
362
  msgid "The default location to place discovered hosts in"
344
363
  msgstr "検出されたホストを配置するデフォルトのロケーション"
345
364
 
@@ -352,17 +371,22 @@ msgstr "ホスト名に使用するデフォルトの接頭辞は、文字で始
352
371
  msgid "The following hosts were not deleted: %s"
353
372
  msgstr "以下のホストが削除されました: %s"
354
373
 
355
- msgid ""
356
- "This might take a while, as all hosts, facts and reports will be destroyed "
357
- "as well"
374
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
358
375
  msgstr "ホスト、ファクトおよびレポートがすべて破棄されるため、時間がかかる場合があります。"
359
376
 
360
- msgid "Total pool size"
361
- msgid_plural "Total pool size"
362
- msgstr[0] "合計プールサイズ"
377
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
378
+ msgstr ""
363
379
 
364
- msgid ""
365
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
380
+ msgid "Unable to assign subnet, primary interface is missing IP address"
381
+ msgstr ""
382
+
383
+ msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
384
+ msgstr ""
385
+
386
+ msgid "Unable to find a discovery rule, no host provided (check permissions)"
387
+ msgstr ""
388
+
389
+ msgid "Unable to reboot %{name}: %{msg}"
366
390
  msgstr ""
367
391
 
368
392
  msgid "Update a rule"
@@ -377,19 +401,25 @@ msgstr "値"
377
401
  msgid "Warning"
378
402
  msgstr "警告"
379
403
 
380
- msgid ""
381
- "When creating hostname patterns, make sure the resulting host names are "
382
- "unique. Hostnames must not start with numbers. A good approach is to use "
383
- "unique information provided by facter (MAC address, BIOS or serial ID)."
404
+ msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
384
405
  msgstr ""
385
406
 
386
407
  msgid "can't contain white spaces."
387
408
  msgstr "空白を含めることはできません."
388
409
 
410
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
411
+ msgstr ""
412
+
413
+ msgid "enables to limit maximum amount of provisioned hosts per rule"
414
+ msgstr ""
415
+
389
416
  msgid "filter results"
390
417
  msgstr "結果をフィルタ"
391
418
 
392
- msgid "hash containing facts for the host"
419
+ msgid "flag is used for temporary shutdown of rules"
420
+ msgstr ""
421
+
422
+ msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
393
423
  msgstr ""
394
424
 
395
425
  msgid "items selected. Uncheck to Clear"
@@ -410,10 +440,51 @@ msgstr "リクエストあたりのエントリ数"
410
440
  msgid "paginate results"
411
441
  msgstr "結果をページ分割"
412
442
 
413
- msgid ""
414
- "required if value is not inherited from host group or default password in "
415
- "settings"
443
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
444
+ msgstr ""
445
+
446
+ msgid "query to match discovered hosts for the particular rule"
447
+ msgstr ""
448
+
449
+ msgid "represents rule name shown to the users"
450
+ msgstr ""
451
+
452
+ msgid "required if value is not inherited from host group or default password in settings"
416
453
  msgstr ""
417
454
 
418
455
  msgid "sort results"
419
456
  msgstr "結果をソート"
457
+
458
+ msgid "the hostgroup that is used to auto provision a host"
459
+ msgstr ""
460
+
461
+ #~ msgid "Create a discovered host"
462
+ #~ msgstr "検出されたホストを作成します"
463
+
464
+ #~ msgid "Discovered Host Pool"
465
+ #~ msgstr "検出されたホストのプール"
466
+
467
+ #~ msgid "Discovery rules"
468
+ #~ msgstr "検出ルール"
469
+
470
+ #~ msgid "Discovery widget"
471
+ #~ msgstr "検出ウィジット"
472
+
473
+ #~ msgid "Failed to import facts for discovered host"
474
+ #~ msgstr "検出されたホストのファクトをインポートできませんでした"
475
+
476
+ #~ msgid "Imported discovered host"
477
+ #~ msgstr "検出されたホストのインポート"
478
+
479
+ #~ msgid "Invalid facts: hash does not contain IP address"
480
+ #~ msgstr "無効なファクト : ハッシュは IP アドレスが含まれていません"
481
+
482
+ #~ msgid "Invalid facts: hash does not contain the required fact '%s'"
483
+ #~ msgstr "無効なファクト: ハッシュには必要なファクト '%s' が含まれていません"
484
+
485
+ #~ msgid "The default fact name to use for the MAC of the system"
486
+ #~ msgstr "システムの MAC に使用するデフォルトのファクト名"
487
+
488
+ #~ msgid "Total pool size"
489
+ #~ msgid_plural "Total pool size"
490
+ #~ msgstr[0] "合計プールサイズ"