foreman_discovery 7.0.1 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -2
  3. data/app/controllers/discovered_hosts_controller.rb +2 -5
  4. data/app/models/host/discovered.rb +18 -10
  5. data/app/models/setting/discovered.rb +4 -2
  6. data/app/services/foreman_discovery/host_converter.rb +6 -1
  7. data/app/views/api/v2/discovered_hosts/main.json.rabl +4 -0
  8. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +3 -3
  9. data/app/views/discovery_rules/_form.html.erb +3 -5
  10. data/app/views/discovery_rules/index.html.erb +1 -1
  11. data/db/migrate/20160805104605_rename_lock_template_setting.rb +14 -0
  12. data/db/migrate/20160925213030_change_discovery_widget_names.rb +11 -0
  13. data/db/migrate/20160927164411_define_explicit_length_for_discovery_rule_attributes.rb +7 -0
  14. data/db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb +17 -0
  15. data/lib/foreman_discovery/engine.rb +10 -6
  16. data/lib/foreman_discovery/version.rb +1 -1
  17. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/ca/foreman_discovery.edit.po +120 -163
  19. data/locale/ca/foreman_discovery.po +36 -12
  20. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/de/foreman_discovery.edit.po +123 -163
  22. data/locale/de/foreman_discovery.po +38 -14
  23. data/locale/en/foreman_discovery.edit.po +73 -49
  24. data/locale/en/foreman_discovery.po +23 -5
  25. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/en_GB/foreman_discovery.edit.po +130 -165
  27. data/locale/en_GB/foreman_discovery.po +39 -15
  28. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/es/foreman_discovery.edit.po +120 -163
  30. data/locale/es/foreman_discovery.po +37 -13
  31. data/locale/foreman_discovery.pot +79 -50
  32. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/fr/foreman_discovery.edit.po +128 -164
  34. data/locale/fr/foreman_discovery.po +39 -15
  35. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/gl/foreman_discovery.edit.po +116 -163
  37. data/locale/gl/foreman_discovery.po +36 -12
  38. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/it/foreman_discovery.edit.po +120 -163
  40. data/locale/it/foreman_discovery.po +37 -13
  41. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/ja/foreman_discovery.edit.po +122 -163
  43. data/locale/ja/foreman_discovery.po +37 -13
  44. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ko/foreman_discovery.edit.po +120 -162
  46. data/locale/ko/foreman_discovery.po +37 -13
  47. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/pt_BR/foreman_discovery.edit.po +120 -163
  49. data/locale/pt_BR/foreman_discovery.po +39 -15
  50. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ru/foreman_discovery.edit.po +123 -164
  52. data/locale/ru/foreman_discovery.po +37 -13
  53. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/sv_SE/foreman_discovery.edit.po +116 -163
  55. data/locale/sv_SE/foreman_discovery.po +36 -12
  56. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/zh_CN/foreman_discovery.edit.po +122 -163
  58. data/locale/zh_CN/foreman_discovery.po +37 -13
  59. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_TW/foreman_discovery.edit.po +122 -163
  61. data/locale/zh_TW/foreman_discovery.po +37 -13
  62. data/test/functional/api/v2/discovered_hosts_controller_test.rb +54 -27
  63. data/test/functional/api/v2/discovery_rules_controller_test.rb +1 -9
  64. data/test/functional/discovered_hosts_controller_test.rb +35 -17
  65. data/test/test_helper_discovery.rb +17 -0
  66. data/test/unit/discovered_extensions_test.rb +1 -9
  67. data/test/unit/discovery_rule_test.rb +51 -0
  68. data/test/unit/discovery_taxonomy_extensions_test.rb +1 -8
  69. data/test/unit/host_discovered_test.rb +16 -50
  70. metadata +7 -19
  71. data/app/models/concerns/discovery_subnet.rb +0 -7
  72. data/app/overrides/subnet_form_with_discovery_proxy.rb +0 -9
@@ -9,8 +9,8 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: foreman_discovery 7.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2016-08-22 14:21+0000\n"
13
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
12
+ "PO-Revision-Date: 2016-08-31 08:17+0000\n"
13
+ "Last-Translator: Lukáš Zapletal\n"
14
14
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
15
15
  "\n"
16
16
  "MIME-Version: 1.0\n"
@@ -133,6 +133,12 @@ msgstr ""
133
133
  msgid "Discovered hosts summary"
134
134
  msgstr ""
135
135
 
136
+ msgid "Discovery Proxy"
137
+ msgstr ""
138
+
139
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
140
+ msgstr ""
141
+
136
142
  msgid "Discovery Rules"
137
143
  msgstr "Regola per la scoperta"
138
144
 
@@ -145,9 +151,6 @@ msgstr ""
145
151
  msgid "Discovery rules"
146
152
  msgstr "Regola per la scoperta"
147
153
 
148
- msgid "Discovery widget"
149
- msgstr "Widget per la scoperta"
150
-
151
154
  msgid "DiscoveryRule|Enabled"
152
155
  msgstr "Abilitata"
153
156
 
@@ -229,6 +232,12 @@ msgstr "Impossibile aggiornare gli eventi per %s"
229
232
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
230
233
  msgstr ""
231
234
 
235
+ msgid "Force DNS"
236
+ msgstr ""
237
+
238
+ msgid "Force DNS entries creation when provisioning discovered host"
239
+ msgstr ""
240
+
232
241
  msgid "Foreman discovered hosts summary"
233
242
  msgstr ""
234
243
 
@@ -284,6 +293,9 @@ msgstr "Limite host"
284
293
  msgid "Hosts/limit"
285
294
  msgstr "Host/limite"
286
295
 
296
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
297
+ msgstr ""
298
+
287
299
  msgid "IP Address"
288
300
  msgstr "Indirizzo IP"
289
301
 
@@ -350,7 +362,13 @@ msgstr "Posizioni"
350
362
  msgid "Lock PXE"
351
363
  msgstr ""
352
364
 
353
- msgid "Locked template name"
365
+ msgid "Locked PXEGrub template name"
366
+ msgstr ""
367
+
368
+ msgid "Locked PXEGrub2 template name"
369
+ msgstr ""
370
+
371
+ msgid "Locked PXELinux template name"
354
372
  msgstr ""
355
373
 
356
374
  msgid "MAC address"
@@ -359,9 +377,6 @@ msgstr "Indirizzo MAC"
359
377
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
360
378
  msgstr "Numero di host massimo con provisioning con questa regola (0 = unlimited)"
361
379
 
362
- msgid "Medium not set for host/hostgroup"
363
- msgstr ""
364
-
365
380
  msgid "Memory"
366
381
  msgstr "Memoria"
367
382
 
@@ -425,16 +440,19 @@ msgstr "Nessuna regola trovata per l'host %s"
425
440
  msgid "Not reported in more than 7 days"
426
441
  msgstr ""
427
442
 
428
- msgid "Operating system not set for host/hostgroup"
429
- msgstr ""
430
-
431
443
  msgid "Organization"
432
444
  msgstr "Organizzazione"
433
445
 
434
446
  msgid "Organizations"
435
447
  msgstr "Organizzazioni"
436
448
 
437
- msgid "PXE template to be used when pinning a host to discovery"
449
+ msgid "PXEGrub template to be used when pinning a host to discovery"
450
+ msgstr ""
451
+
452
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
453
+ msgstr ""
454
+
455
+ msgid "PXELinux template to be used when pinning a host to discovery"
438
456
  msgstr ""
439
457
 
440
458
  msgid "Please Confirm"
@@ -470,6 +488,9 @@ msgstr ""
470
488
  msgid "Rebooting host %s"
471
489
  msgstr "Riavvio host %s"
472
490
 
491
+ msgid "Rebuild DNS for %s"
492
+ msgstr ""
493
+
473
494
  msgid "Refresh facts"
474
495
  msgstr "Aggiorna eventi"
475
496
 
@@ -584,6 +605,9 @@ msgstr "I seguenti host non sono stati rilevati: %s"
584
605
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
585
606
  msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
586
607
 
608
+ msgid "Type"
609
+ msgstr ""
610
+
587
611
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
588
612
  msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
589
613
 
@@ -1,17 +1,18 @@
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_discovery 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 7.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2016-08-30 16:48+0200\n"
11
+ "POT-Creation-Date: 2017-01-06 08:26+0100\n"
12
12
  "PO-Revision-Date: 2016-08-31 08:17+0000\n"
13
13
  "Last-Translator: Lukáš Zapletal\n"
14
- "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/)\n"
14
+ "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
15
+ ")\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"
@@ -22,23 +23,19 @@ msgstr ""
22
23
  msgid "List all discovered hosts"
23
24
  msgstr "検出されたすべてのホストを一覧表示"
24
25
 
25
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
26
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
26
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
27
27
  msgid "filter results"
28
28
  msgstr "結果のフィルター"
29
29
 
30
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
31
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
30
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
32
31
  msgid "sort results"
33
32
  msgstr "結果のソート"
34
33
 
35
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
36
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
34
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
37
35
  msgid "paginate results"
38
36
  msgstr "結果のページネーション"
39
37
 
40
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
41
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
38
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
42
39
  msgid "number of entries per request"
43
40
  msgstr "要求ごとのエントリー数"
44
41
 
@@ -63,14 +60,11 @@ msgid "not required if it's a virtual machine"
63
60
  msgstr "仮想マシンの場合は不要です"
64
61
 
65
62
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
66
- msgid ""
67
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
63
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
68
64
  msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
69
65
 
70
66
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
71
- msgid ""
72
- "required if value is not inherited from host group or default password in "
73
- "settings"
67
+ msgid "required if value is not inherited from host group or default password in settings"
74
68
  msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必要です"
75
69
 
76
70
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
@@ -82,18 +76,14 @@ msgid "Upload facts for a host, creating the host if required"
82
76
  msgstr "ホストのファクトをアップロードし、必要な場合はホストを作成します"
83
77
 
84
78
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
85
- msgid ""
86
- "hash containing facts for the host with minimum set of facts: "
87
- "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
88
- "eth0 (example in case primary interface is named eth0)"
79
+ 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)"
89
80
  msgstr "ファクトの最小セットがあるホスト向けファクトを含むハッシュ: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
90
81
 
91
82
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
92
83
  msgid "Execute rules against a discovered host"
93
84
  msgstr "検出されたホストに対してルールを実行"
94
85
 
95
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
96
- #: ../app/controllers/discovered_hosts_controller.rb:165
86
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117 ../app/controllers/discovered_hosts_controller.rb:162
97
87
  msgid "Host %{host} was provisioned with rule %{rule}"
98
88
  msgstr "ルール %{rule} でホスト %{host} がプロビジョニングされました"
99
89
 
@@ -101,8 +91,7 @@ msgstr "ルール %{rule} でホスト %{host} がプロビジョニングされ
101
91
  msgid "Unable to provision %{host}: %{errors}"
102
92
  msgstr "%{host} をプロビジョニングできません: %{errors}"
103
93
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
105
- #: ../app/controllers/discovered_hosts_controller.rb:172
94
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126 ../app/controllers/discovered_hosts_controller.rb:169
106
95
  msgid "No rule found for host %s"
107
96
  msgstr "ホスト %s のルールが見つかりませんでした"
108
97
 
@@ -110,13 +99,11 @@ msgstr "ホスト %s のルールが見つかりませんでした"
110
99
  msgid "Execute rules against all currently discovered hosts"
111
100
  msgstr "現在検出されているすべてのホストに対してルールを実行"
112
101
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
114
- #: ../app/controllers/discovered_hosts_controller.rb:178
102
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137 ../app/controllers/discovered_hosts_controller.rb:175
115
103
  msgid "Errors during auto provisioning: %s"
116
104
  msgstr "自動プロビジョニング時のエラー: %s"
117
105
 
118
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
119
- #: ../app/controllers/discovered_hosts_controller.rb:181
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140 ../app/controllers/discovered_hosts_controller.rb:178
120
107
  msgid "No discovered hosts to provision"
121
108
  msgstr "プロビジョニングする検出されたホストがありません"
122
109
 
@@ -136,8 +123,7 @@ msgstr "検出されたホストを再起動中"
136
123
  msgid "Rebooting all discovered hosts"
137
124
  msgstr "検出されたすべてのホストを再起動中"
138
125
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
140
- #: ../app/controllers/discovered_hosts_controller.rb:123
126
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202 ../app/controllers/discovered_hosts_controller.rb:120
141
127
  msgid "Discovered hosts are rebooting now"
142
128
  msgstr "現在、検出されたホストを再起動中です"
143
129
 
@@ -162,8 +148,7 @@ msgid "the hostgroup that is used to auto provision a host"
162
148
  msgstr "ホストの自動プロビジョニングに使用されるホストグループ"
163
149
 
164
150
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
165
- msgid ""
166
- "defines a pattern to assign human-readable hostnames to the matching hosts"
151
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
167
152
  msgstr "ヒューマンリーダブルなホスト名を一致するホストに割り当てるパターンを定義します"
168
153
 
169
154
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -171,8 +156,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
171
156
  msgstr "ルールによってプロビジョニングされるホストの最大数量の制限を可能にします"
172
157
 
173
158
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
174
- msgid ""
175
- "puts the rules in order, low numbers go first. Must be greater then zero"
159
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
176
160
  msgstr "ルールを順番に配置します。低い数字が先に来ます。数値はゼロより大きくなければなりません"
177
161
 
178
162
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -211,95 +195,95 @@ msgstr "再起動中のエラー: %s"
211
195
  msgid "No discovered hosts to reboot"
212
196
  msgstr "再起動する検出済みホストがありません"
213
197
 
214
- #: ../app/controllers/discovered_hosts_controller.rb:59
198
+ #: ../app/controllers/discovered_hosts_controller.rb:57
215
199
  msgid "Successfully provisioned %s"
216
200
  msgstr ""
217
201
 
218
- #: ../app/controllers/discovered_hosts_controller.rb:91
202
+ #: ../app/controllers/discovered_hosts_controller.rb:88
219
203
  msgid "Facts refreshed for %s"
220
204
  msgstr "%s について更新されたファクト"
221
205
 
222
- #: ../app/controllers/discovered_hosts_controller.rb:93
206
+ #: ../app/controllers/discovered_hosts_controller.rb:90
223
207
  msgid "Failed to refresh facts for %s"
224
208
  msgstr "%s のファクトの更新に失敗しました"
225
209
 
226
- #: ../app/controllers/discovered_hosts_controller.rb:96
210
+ #: ../app/controllers/discovered_hosts_controller.rb:93
227
211
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
228
212
  msgstr "エラー %{error_message} のため、%{hostname} のファクトの更新に失敗しました"
229
213
 
230
- #: ../app/controllers/discovered_hosts_controller.rb:103
214
+ #: ../app/controllers/discovered_hosts_controller.rb:100
231
215
  msgid "Host of type %s can not be rebooted"
232
216
  msgstr "タイプ %s のホストは再起動できません"
233
217
 
234
- #: ../app/controllers/discovered_hosts_controller.rb:107
218
+ #: ../app/controllers/discovered_hosts_controller.rb:104
235
219
  msgid "Rebooting host %s"
236
220
  msgstr "ホスト %s を再起動中"
237
221
 
238
- #: ../app/controllers/discovered_hosts_controller.rb:109
222
+ #: ../app/controllers/discovered_hosts_controller.rb:106
239
223
  msgid "Failed to reboot host %s"
240
224
  msgstr "ホスト %s の再起動に失敗しました"
241
225
 
242
- #: ../app/controllers/discovered_hosts_controller.rb:112
226
+ #: ../app/controllers/discovered_hosts_controller.rb:109
243
227
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
244
228
  msgstr "エラー %{error_message} を出してホスト %{hostname} の再起動に失敗しました。"
245
229
 
246
- #: ../app/controllers/discovered_hosts_controller.rb:126
230
+ #: ../app/controllers/discovered_hosts_controller.rb:123
247
231
  msgid "Failed to reboot hosts with error %s"
248
232
  msgstr " エラー %s のため、ホストの再起動に失敗しました"
249
233
 
250
- #: ../app/controllers/discovered_hosts_controller.rb:140
234
+ #: ../app/controllers/discovered_hosts_controller.rb:137
251
235
  msgid "Destroyed selected hosts"
252
236
  msgstr "破棄された選択ホスト"
253
237
 
254
- #: ../app/controllers/discovered_hosts_controller.rb:142
238
+ #: ../app/controllers/discovered_hosts_controller.rb:139
255
239
  msgid "The following hosts were not deleted: %s"
256
240
  msgstr "以下のホストが削除されました: %s"
257
241
 
258
- #: ../app/controllers/discovered_hosts_controller.rb:169
242
+ #: ../app/controllers/discovered_hosts_controller.rb:166
259
243
  msgid "Failed to auto provision host %s: %s"
260
244
  msgstr "ホスト %s の自動プロビジョニングに失敗しました: %s"
261
245
 
262
- #: ../app/controllers/discovered_hosts_controller.rb:197
246
+ #: ../app/controllers/discovered_hosts_controller.rb:194
263
247
  msgid "Discovered hosts are provisioning now"
264
248
  msgstr "現在、検出されたホストのプロビジョニングが実行されています"
265
249
 
266
- #: ../app/controllers/discovered_hosts_controller.rb:226
250
+ #: ../app/controllers/discovered_hosts_controller.rb:223
267
251
  msgid "Highlights"
268
252
  msgstr ""
269
253
 
270
- #: ../app/controllers/discovered_hosts_controller.rb:226
254
+ #: ../app/controllers/discovered_hosts_controller.rb:223
271
255
  msgid "Storage"
272
256
  msgstr ""
273
257
 
274
- #: ../app/controllers/discovered_hosts_controller.rb:226
258
+ #: ../app/controllers/discovered_hosts_controller.rb:223
275
259
  msgid "Hardware"
276
260
  msgstr ""
277
261
 
278
- #: ../app/controllers/discovered_hosts_controller.rb:226
262
+ #: ../app/controllers/discovered_hosts_controller.rb:223
279
263
  msgid "Network"
280
264
  msgstr ""
281
265
 
282
- #: ../app/controllers/discovered_hosts_controller.rb:226
266
+ #: ../app/controllers/discovered_hosts_controller.rb:223
283
267
  msgid "Software"
284
268
  msgstr ""
285
269
 
286
- #: ../app/controllers/discovered_hosts_controller.rb:226
270
+ #: ../app/controllers/discovered_hosts_controller.rb:223
287
271
  msgid "IPMI"
288
272
  msgstr ""
289
273
 
290
- #: ../app/controllers/discovered_hosts_controller.rb:226
274
+ #: ../app/controllers/discovered_hosts_controller.rb:223
291
275
  msgid "Miscellaneous"
292
276
  msgstr ""
293
277
 
294
- #: ../app/controllers/discovered_hosts_controller.rb:303
278
+ #: ../app/controllers/discovered_hosts_controller.rb:300
295
279
  msgid "No hosts were found with that id or name"
296
280
  msgstr "該当する ID または名前のホストが見つかりませんでした"
297
281
 
298
- #: ../app/controllers/discovered_hosts_controller.rb:307
282
+ #: ../app/controllers/discovered_hosts_controller.rb:304
299
283
  msgid "No hosts selected"
300
284
  msgstr "ホストが選択されていません"
301
285
 
302
- #: ../app/controllers/discovered_hosts_controller.rb:313
286
+ #: ../app/controllers/discovered_hosts_controller.rb:310
303
287
  msgid "Something went wrong while selecting hosts - %s"
304
288
  msgstr "ホストの選択中に問題が発生しました - %s"
305
289
 
@@ -315,19 +299,15 @@ msgstr "ルールの無効化"
315
299
  msgid "%s ago"
316
300
  msgstr "%s 前"
317
301
 
318
- #: ../app/helpers/discovered_hosts_helper.rb:14
319
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
302
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
320
303
  msgid "Auto Provision"
321
304
  msgstr "自動プロビジョニング"
322
305
 
323
- #: ../app/helpers/discovered_hosts_helper.rb:15
324
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
306
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
325
307
  msgid "Refresh facts"
326
308
  msgstr "ファクトの更新"
327
309
 
328
- #: ../app/helpers/discovered_hosts_helper.rb:16
329
- #: ../app/models/setting/discovered.rb:23
330
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
310
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
331
311
  msgid "Reboot"
332
312
  msgstr "再起動"
333
313
 
@@ -335,8 +315,7 @@ msgstr "再起動"
335
315
  msgid "Back"
336
316
  msgstr "戻る"
337
317
 
338
- #: ../app/helpers/discovered_hosts_helper.rb:21
339
- #: ../app/helpers/discovered_hosts_helper.rb:38
318
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:38
340
319
  msgid "Select Action"
341
320
  msgstr "アクションの選択"
342
321
 
@@ -344,8 +323,7 @@ msgstr "アクションの選択"
344
323
  msgid "Expand All"
345
324
  msgstr "すべて展開"
346
325
 
347
- #: ../app/helpers/discovered_hosts_helper.rb:28
348
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
326
+ #: ../app/helpers/discovered_hosts_helper.rb:28 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
349
327
  msgid "Delete %s?"
350
328
  msgstr "%s を削除しますか?"
351
329
 
@@ -385,7 +363,7 @@ msgstr "過去 7 日間以内に報告済み"
385
363
  msgid "Provision"
386
364
  msgstr "プロビジョニング"
387
365
 
388
- #: ../app/helpers/discovery_rules_helper.rb:26
366
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../lib/foreman_discovery/engine.rb:163
389
367
  msgid "Discovered Hosts"
390
368
  msgstr ""
391
369
 
@@ -430,55 +408,50 @@ msgid "must start with a letter or ERB."
430
408
  msgstr "文字または ERB で始まる必要があります。"
431
409
 
432
410
  #: ../app/models/discovery_rule.rb:45
433
- msgid ""
434
- "Host group organization %s must also be associated to the discovery rule"
435
- msgid_plural ""
436
- "Host group organizations %s must also be associated to the discovery rule"
411
+ msgid "Host group organization %s must also be associated to the discovery rule"
412
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
437
413
  msgstr[0] ""
414
+ msgstr[1] ""
438
415
 
439
416
  #: ../app/models/discovery_rule.rb:51
440
417
  msgid "Host group location %s must also be associated to the discovery rule"
441
- msgid_plural ""
442
- "Host group locations %s must also be associated to the discovery rule"
418
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
443
419
  msgstr[0] ""
420
+ msgstr[1] ""
444
421
 
445
- #: ../app/models/host/discovered.rb:33
422
+ #: ../app/models/host/discovered.rb:38
446
423
  msgid "Invalid facts, must be a Hash"
447
424
  msgstr "無効なファクトです。ハッシュにする必要があります"
448
425
 
449
- #: ../app/models/host/discovered.rb:38
450
- msgid ""
451
- "Expected discovery_fact '%s' is missing, unable to detect primary interface "
452
- "and set hostname"
426
+ #: ../app/models/host/discovered.rb:43
427
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
453
428
  msgstr "期待される discovery_fact '%s' が不明です。プライマリーインターフェースを検出し、ホスト名を設定できません"
454
429
 
455
- #: ../app/models/host/discovered.rb:45
456
- msgid ""
457
- "Invalid facts: hash does not contain a valid value for any of the facts in "
458
- "the discovery_hostname setting: %s"
430
+ #: ../app/models/host/discovered.rb:50
431
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
459
432
  msgstr ""
460
433
 
461
- #: ../app/models/host/discovered.rb:62
434
+ #: ../app/models/host/discovered.rb:67
462
435
  msgid "Facts could not be imported"
463
436
  msgstr ""
464
437
 
465
- #: ../app/models/host/discovered.rb:112
438
+ #: ../app/models/host/discovered.rb:117
466
439
  msgid "Unable to assign subnet, primary interface is missing IP address"
467
440
  msgstr "サブネットを割り当てることができません。プライマリーインターフェースに IP アドレスがありません"
468
441
 
469
- #: ../app/models/host/discovered.rb:166
442
+ #: ../app/models/host/discovered.rb:174
470
443
  msgid "Could not get facts from proxy %{url}: %{error}"
471
444
  msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
472
445
 
473
- #: ../app/models/host/discovered.rb:182
446
+ #: ../app/models/host/discovered.rb:190
474
447
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
475
448
  msgstr "%{url} から %{name} を再起動できません: %{msg}"
476
449
 
477
- #: ../app/models/host/discovered.rb:190
450
+ #: ../app/models/host/discovered.rb:198
478
451
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
479
452
  msgstr "%{url} から %{name} で kexec を実行できません: %{msg}"
480
453
 
481
- #: ../app/models/host/discovered.rb:209
454
+ #: ../app/models/host/discovered.rb:217
482
455
  msgid "Invalid hostname: Could not normalize the hostname"
483
456
  msgstr ""
484
457
 
@@ -523,9 +496,7 @@ msgid "Hostname facts"
523
496
  msgstr ""
524
497
 
525
498
  #: ../app/models/setting/discovered.rb:22
526
- msgid ""
527
- "Automatically provision newly discovered hosts, according to the "
528
- "provisioning rules"
499
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
529
500
  msgstr "プロビジョニングルールに基づく新たに検出されたホストの自動プロビジョニング"
530
501
 
531
502
  #: ../app/models/setting/discovered.rb:22
@@ -601,9 +572,7 @@ msgid "IPMI facts"
601
572
  msgstr ""
602
573
 
603
574
  #: ../app/models/setting/discovered.rb:32
604
- msgid ""
605
- "Automatically generate PXE configuration to pin a newly discovered host to "
606
- "discovery"
575
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
607
576
  msgstr ""
608
577
 
609
578
  #: ../app/models/setting/discovered.rb:32
@@ -611,41 +580,55 @@ msgid "Lock PXE"
611
580
  msgstr ""
612
581
 
613
582
  #: ../app/models/setting/discovered.rb:33
614
- msgid "PXE template to be used when pinning a host to discovery"
583
+ msgid "PXELinux template to be used when pinning a host to discovery"
615
584
  msgstr ""
616
585
 
617
586
  #: ../app/models/setting/discovered.rb:33
618
- msgid "Locked template name"
587
+ msgid "Locked PXELinux template name"
619
588
  msgstr ""
620
589
 
621
590
  #: ../app/models/setting/discovered.rb:34
622
- msgid "Force DNS entries creation when provisioning discovered host"
591
+ msgid "PXEGrub template to be used when pinning a host to discovery"
623
592
  msgstr ""
624
593
 
625
594
  #: ../app/models/setting/discovered.rb:34
595
+ msgid "Locked PXEGrub template name"
596
+ msgstr ""
597
+
598
+ #: ../app/models/setting/discovered.rb:35
599
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
600
+ msgstr ""
601
+
602
+ #: ../app/models/setting/discovered.rb:35
603
+ msgid "Locked PXEGrub2 template name"
604
+ msgstr ""
605
+
606
+ #: ../app/models/setting/discovered.rb:36
607
+ msgid "Force DNS entries creation when provisioning discovered host"
608
+ msgstr ""
609
+
610
+ #: ../app/models/setting/discovered.rb:36
626
611
  msgid "Force DNS"
627
612
  msgstr ""
628
613
 
629
- #: ../app/models/setting/discovered.rb:41
614
+ #: ../app/models/setting/discovered.rb:43
630
615
  msgid "The default location to place discovered hosts in"
631
616
  msgstr "検出されたホストを配置するデフォルトのロケーション"
632
617
 
633
- #: ../app/models/setting/discovered.rb:41
618
+ #: ../app/models/setting/discovered.rb:43
634
619
  msgid "Discovery location"
635
620
  msgstr ""
636
621
 
637
- #: ../app/models/setting/discovered.rb:49
622
+ #: ../app/models/setting/discovered.rb:51
638
623
  msgid "The default organization to place discovered hosts in"
639
624
  msgstr "検出されたホストを配置するデフォルトの組織"
640
625
 
641
- #: ../app/models/setting/discovered.rb:49
626
+ #: ../app/models/setting/discovered.rb:51
642
627
  msgid "Discovery organization"
643
628
  msgstr ""
644
629
 
645
630
  #: ../app/services/foreman_discovery/fact_parser.rb:9
646
- msgid ""
647
- "Unable to detect primary interface using MAC '%{mac}' specified by "
648
- "discovery_fact '%{fact}'"
631
+ msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
649
632
  msgstr "discovery_fact '%{fact}' で指定された MAC '%{mac}' を使用してプライマリーインターフェースを検出できません"
650
633
 
651
634
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -664,25 +647,15 @@ msgstr "利用可能な検出されたホストがありません"
664
647
  msgid "Host"
665
648
  msgstr "ホスト"
666
649
 
667
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
668
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
669
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
670
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
671
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
650
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
672
651
  msgid "Model"
673
652
  msgstr "モデル"
674
653
 
675
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
676
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
677
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
678
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
654
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
679
655
  msgid "CPUs"
680
656
  msgstr "CPU"
681
657
 
682
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
683
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
684
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
685
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
658
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
686
659
  msgid "Memory"
687
660
  msgstr "メモリー"
688
661
 
@@ -698,8 +671,7 @@ msgstr ""
698
671
  msgid "Create host"
699
672
  msgstr ""
700
673
 
701
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
702
- #: ../lib/foreman_discovery/engine.rb:147
674
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:148
703
675
  msgid "Discovered hosts"
704
676
  msgstr "検出されたホスト"
705
677
 
@@ -711,38 +683,27 @@ msgstr "このページのすべての項目を選択"
711
683
  msgid "items selected. Uncheck to Clear"
712
684
  msgstr "項目が選択されています。クリアするにはチェックを解除してください"
713
685
 
714
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
715
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
716
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
717
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
686
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
718
687
  msgid "Name"
719
688
  msgstr "名前"
720
689
 
721
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
722
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
723
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
690
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
724
691
  msgid "IP Address"
725
692
  msgstr "IP アドレス"
726
693
 
727
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
728
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
729
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
694
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
730
695
  msgid "Disk count"
731
696
  msgstr "ディスク数"
732
697
 
733
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
734
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
735
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
698
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
736
699
  msgid "Disks size"
737
700
  msgstr "ディスクサイズ"
738
701
 
739
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
740
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
702
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
741
703
  msgid "Location"
742
704
  msgstr "ロケーション"
743
705
 
744
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
745
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
706
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
746
707
  msgid "Organization"
747
708
  msgstr "組織"
748
709
 
@@ -779,9 +740,7 @@ msgid "Warning"
779
740
  msgstr "警告"
780
741
 
781
742
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
782
- msgid ""
783
- "This might take a while, as all hosts, facts and reports will be destroyed "
784
- "as well"
743
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
785
744
  msgstr "ホスト、ファクトおよびレポートがすべて破棄されるため、時間がかかる場合があります。"
786
745
 
787
746
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -824,13 +783,11 @@ msgstr ""
824
783
  msgid "<b>Foreman</b> Discovered hosts summary"
825
784
  msgstr ""
826
785
 
827
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
828
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
786
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
829
787
  msgid "Summary from %{time} ago to %{now}"
830
788
  msgstr ""
831
789
 
832
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
833
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
790
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
834
791
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
835
792
  msgstr ""
836
793
 
@@ -883,33 +840,23 @@ msgid "Rule priority (lower integer means higher priority)"
883
840
  msgstr "ルールの優先度 (整数の値が低いほど優先度が高くなります)"
884
841
 
885
842
  #: ../app/views/discovery_rules/_template_inline.erb:2
886
- msgid ""
887
- "Specify target hostname template pattern in the same syntax as in "
888
- "Provisioning Templates (ERB)."
843
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
889
844
  msgstr "プロビジョニングテンプレート (ERB) の場合と同じ構文のターゲットホスト名のテンプレートパターンを指定します。"
890
845
 
891
846
  #: ../app/views/discovery_rules/_template_inline.erb:4
892
- msgid ""
893
- "Domain will be appended automatically. A hostname based on MAC address will "
894
- "be used when left blank."
847
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
895
848
  msgstr ""
896
849
 
897
850
  #: ../app/views/discovery_rules/_template_inline.erb:5
898
- msgid ""
899
- "In addition to @host attribute function rand for random integers is "
900
- "available. Examples:"
851
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
901
852
  msgstr ""
902
853
 
903
854
  #: ../app/views/discovery_rules/_template_inline.erb:8
904
- msgid ""
905
- "When creating hostname patterns, make sure the resulting host names are "
906
- "unique."
855
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
907
856
  msgstr ""
908
857
 
909
858
  #: ../app/views/discovery_rules/_template_inline.erb:9
910
- msgid ""
911
- "Hostnames must not start with numbers. A good approach is to use unique "
912
- "information provided by facter (MAC address, BIOS or serial ID)."
859
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
913
860
  msgstr ""
914
861
 
915
862
  #: ../app/views/discovery_rules/edit.html.erb:1
@@ -956,10 +903,22 @@ msgstr "新規検出ルール"
956
903
  msgid "A summary of discovered hosts"
957
904
  msgstr ""
958
905
 
959
- #: ../lib/foreman_discovery/engine.rb:152
906
+ #: ../lib/foreman_discovery/engine.rb:153
960
907
  msgid "Discovery rules"
961
908
  msgstr "検出ルール"
962
909
 
910
+ #: ../lib/foreman_discovery/engine.rb:176
911
+ msgid "Discovery Proxy"
912
+ msgstr ""
913
+
914
+ #: ../lib/foreman_discovery/engine.rb:177
915
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
916
+ msgstr ""
917
+
918
+ #: ../lib/foreman_discovery/engine.rb:178
919
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
920
+ msgstr ""
921
+
963
922
  #: ../lib/foreman_discovery/engine.rb:162
964
- msgid "Discovery widget"
965
- msgstr "検出ウィジェット"
923
+ #~ msgid "Discovery widget"
924
+ #~ msgstr "検出ウィジェット"