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
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: foreman_discovery 7.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2016-07-28 09:01+0000\n"
10
+ "PO-Revision-Date: 2016-08-31 08:17+0000\n"
11
11
  "Last-Translator: Lukáš Zapletal\n"
12
12
  "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
13
13
  ")\n"
@@ -131,6 +131,12 @@ msgstr ""
131
131
  msgid "Discovered hosts summary"
132
132
  msgstr ""
133
133
 
134
+ msgid "Discovery Proxy"
135
+ msgstr ""
136
+
137
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
138
+ msgstr ""
139
+
134
140
  msgid "Discovery Rules"
135
141
  msgstr ""
136
142
 
@@ -143,9 +149,6 @@ msgstr ""
143
149
  msgid "Discovery rules"
144
150
  msgstr ""
145
151
 
146
- msgid "Discovery widget"
147
- msgstr ""
148
-
149
152
  msgid "DiscoveryRule|Enabled"
150
153
  msgstr ""
151
154
 
@@ -227,6 +230,12 @@ msgstr ""
227
230
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
228
231
  msgstr ""
229
232
 
233
+ msgid "Force DNS"
234
+ msgstr ""
235
+
236
+ msgid "Force DNS entries creation when provisioning discovered host"
237
+ msgstr ""
238
+
230
239
  msgid "Foreman discovered hosts summary"
231
240
  msgstr ""
232
241
 
@@ -282,6 +291,9 @@ msgstr ""
282
291
  msgid "Hosts/limit"
283
292
  msgstr ""
284
293
 
294
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
295
+ msgstr ""
296
+
285
297
  msgid "IP Address"
286
298
  msgstr "Dirección IP"
287
299
 
@@ -348,16 +360,19 @@ msgstr ""
348
360
  msgid "Lock PXE"
349
361
  msgstr ""
350
362
 
351
- msgid "Locked template name"
363
+ msgid "Locked PXEGrub template name"
352
364
  msgstr ""
353
365
 
354
- msgid "MAC address"
366
+ msgid "Locked PXEGrub2 template name"
355
367
  msgstr ""
356
368
 
357
- msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
369
+ msgid "Locked PXELinux template name"
358
370
  msgstr ""
359
371
 
360
- msgid "Medium not set for host/hostgroup"
372
+ msgid "MAC address"
373
+ msgstr ""
374
+
375
+ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
361
376
  msgstr ""
362
377
 
363
378
  msgid "Memory"
@@ -423,16 +438,19 @@ msgstr ""
423
438
  msgid "Not reported in more than 7 days"
424
439
  msgstr ""
425
440
 
426
- msgid "Operating system not set for host/hostgroup"
427
- msgstr ""
428
-
429
441
  msgid "Organization"
430
442
  msgstr "Organización"
431
443
 
432
444
  msgid "Organizations"
433
445
  msgstr ""
434
446
 
435
- msgid "PXE template to be used when pinning a host to discovery"
447
+ msgid "PXEGrub template to be used when pinning a host to discovery"
448
+ msgstr ""
449
+
450
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
451
+ msgstr ""
452
+
453
+ msgid "PXELinux template to be used when pinning a host to discovery"
436
454
  msgstr ""
437
455
 
438
456
  msgid "Please Confirm"
@@ -468,6 +486,9 @@ msgstr ""
468
486
  msgid "Rebooting host %s"
469
487
  msgstr ""
470
488
 
489
+ msgid "Rebuild DNS for %s"
490
+ msgstr ""
491
+
471
492
  msgid "Refresh facts"
472
493
  msgstr ""
473
494
 
@@ -582,6 +603,9 @@ msgstr "Os seguintes equipos non foron eliminados: %s"
582
603
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
583
604
  msgstr "Esta acción pode tardar un anaco, xa que se eliminarán tódolos equipos, datos e informes."
584
605
 
606
+ msgid "Type"
607
+ msgstr ""
608
+
585
609
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
586
610
  msgstr ""
587
611
 
@@ -1,7 +1,7 @@
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
  # caifti <caifti@gmail.com>, 2014
7
7
  # caifti <caifti@gmail.com>, 2014
@@ -9,10 +9,11 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: foreman_discovery 7.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2016-08-30 16:48+0200\n"
12
+ "POT-Creation-Date: 2017-01-06 08:26+0100\n"
13
13
  "PO-Revision-Date: 2016-08-31 08:17+0000\n"
14
14
  "Last-Translator: Lukáš Zapletal\n"
15
- "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
15
+ "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
16
+ "\n"
16
17
  "MIME-Version: 1.0\n"
17
18
  "Content-Type: text/plain; charset=UTF-8\n"
18
19
  "Content-Transfer-Encoding: 8bit\n"
@@ -23,23 +24,19 @@ msgstr ""
23
24
  msgid "List all discovered hosts"
24
25
  msgstr "Elenca tutti gli host rilevati"
25
26
 
26
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
27
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
27
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
28
28
  msgid "filter results"
29
29
  msgstr "filtra i risultati"
30
30
 
31
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
32
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
31
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
33
32
  msgid "sort results"
34
33
  msgstr "ordina risultati"
35
34
 
36
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
37
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
35
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
38
36
  msgid "paginate results"
39
37
  msgstr "paginazione risultati"
40
38
 
41
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
42
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
43
40
  msgid "number of entries per request"
44
41
  msgstr "numero di voci per richiesta"
45
42
 
@@ -64,14 +61,11 @@ msgid "not required if it's a virtual machine"
64
61
  msgstr "non necessario se è una macchina virtuale"
65
62
 
66
63
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
67
- msgid ""
68
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
64
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
69
65
  msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
70
66
 
71
67
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
72
- msgid ""
73
- "required if value is not inherited from host group or default password in "
74
- "settings"
68
+ msgid "required if value is not inherited from host group or default password in settings"
75
69
  msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
76
70
 
77
71
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
@@ -83,18 +77,14 @@ msgid "Upload facts for a host, creating the host if required"
83
77
  msgstr "Carica gli eventi per un host creando, se necessario, un host"
84
78
 
85
79
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
86
- msgid ""
87
- "hash containing facts for the host with minimum set of facts: "
88
- "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
89
- "eth0 (example in case primary interface is named eth0)"
80
+ 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)"
90
81
  msgstr ""
91
82
 
92
83
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
93
84
  msgid "Execute rules against a discovered host"
94
85
  msgstr "Esegui le regole nei confronti di un host rilevato"
95
86
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
97
- #: ../app/controllers/discovered_hosts_controller.rb:165
87
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117 ../app/controllers/discovered_hosts_controller.rb:162
98
88
  msgid "Host %{host} was provisioned with rule %{rule}"
99
89
  msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
100
90
 
@@ -102,8 +92,7 @@ msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule
102
92
  msgid "Unable to provision %{host}: %{errors}"
103
93
  msgstr ""
104
94
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
106
- #: ../app/controllers/discovered_hosts_controller.rb:172
95
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126 ../app/controllers/discovered_hosts_controller.rb:169
107
96
  msgid "No rule found for host %s"
108
97
  msgstr "Nessuna regola trovata per l'host %s"
109
98
 
@@ -111,13 +100,11 @@ msgstr "Nessuna regola trovata per l'host %s"
111
100
  msgid "Execute rules against all currently discovered hosts"
112
101
  msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
113
102
 
114
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
115
- #: ../app/controllers/discovered_hosts_controller.rb:178
103
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137 ../app/controllers/discovered_hosts_controller.rb:175
116
104
  msgid "Errors during auto provisioning: %s"
117
105
  msgstr "Errore durante auto provisioning: %s"
118
106
 
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
120
- #: ../app/controllers/discovered_hosts_controller.rb:181
107
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140 ../app/controllers/discovered_hosts_controller.rb:178
121
108
  msgid "No discovered hosts to provision"
122
109
  msgstr "Nessun host rilevato per il provisioning"
123
110
 
@@ -137,8 +124,7 @@ msgstr "Riavvio di un host rilevato"
137
124
  msgid "Rebooting all discovered hosts"
138
125
  msgstr ""
139
126
 
140
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
141
- #: ../app/controllers/discovered_hosts_controller.rb:123
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202 ../app/controllers/discovered_hosts_controller.rb:120
142
128
  msgid "Discovered hosts are rebooting now"
143
129
  msgstr ""
144
130
 
@@ -163,8 +149,7 @@ msgid "the hostgroup that is used to auto provision a host"
163
149
  msgstr "gruppo di host usato per l'auto provision di un host"
164
150
 
165
151
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
166
- msgid ""
167
- "defines a pattern to assign human-readable hostnames to the matching hosts"
152
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
168
153
  msgstr "definisce uno schema per assegnare gli hostname leggibili dall'utente agli host corrispondenti"
169
154
 
170
155
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -172,8 +157,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
172
157
  msgstr "permette di limitare la quantità massima di host con provisioning per regola"
173
158
 
174
159
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
175
- msgid ""
176
- "puts the rules in order, low numbers go first. Must be greater then zero"
160
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
177
161
  msgstr "ordina le regole, i numeri più piccoli hanno maggiore priorità. Deve essere maggiore di zero."
178
162
 
179
163
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -212,95 +196,95 @@ msgstr ""
212
196
  msgid "No discovered hosts to reboot"
213
197
  msgstr ""
214
198
 
215
- #: ../app/controllers/discovered_hosts_controller.rb:59
199
+ #: ../app/controllers/discovered_hosts_controller.rb:57
216
200
  msgid "Successfully provisioned %s"
217
201
  msgstr ""
218
202
 
219
- #: ../app/controllers/discovered_hosts_controller.rb:91
203
+ #: ../app/controllers/discovered_hosts_controller.rb:88
220
204
  msgid "Facts refreshed for %s"
221
205
  msgstr "Eventi aggiornati per %s"
222
206
 
223
- #: ../app/controllers/discovered_hosts_controller.rb:93
207
+ #: ../app/controllers/discovered_hosts_controller.rb:90
224
208
  msgid "Failed to refresh facts for %s"
225
209
  msgstr "Impossibile aggiornare gli eventi per %s"
226
210
 
227
- #: ../app/controllers/discovered_hosts_controller.rb:96
211
+ #: ../app/controllers/discovered_hosts_controller.rb:93
228
212
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
229
213
  msgstr ""
230
214
 
231
- #: ../app/controllers/discovered_hosts_controller.rb:103
215
+ #: ../app/controllers/discovered_hosts_controller.rb:100
232
216
  msgid "Host of type %s can not be rebooted"
233
217
  msgstr "Impossibile eseguire il riavvio sul tipo di host %s "
234
218
 
235
- #: ../app/controllers/discovered_hosts_controller.rb:107
219
+ #: ../app/controllers/discovered_hosts_controller.rb:104
236
220
  msgid "Rebooting host %s"
237
221
  msgstr "Riavvio host %s"
238
222
 
239
- #: ../app/controllers/discovered_hosts_controller.rb:109
223
+ #: ../app/controllers/discovered_hosts_controller.rb:106
240
224
  msgid "Failed to reboot host %s"
241
225
  msgstr "Impossibile eseguire il riavvio dell'host: %s"
242
226
 
243
- #: ../app/controllers/discovered_hosts_controller.rb:112
227
+ #: ../app/controllers/discovered_hosts_controller.rb:109
244
228
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
245
229
  msgstr "Impossibile eseguire il riavvio dell'host %{hostname} con errore %{error_message}"
246
230
 
247
- #: ../app/controllers/discovered_hosts_controller.rb:126
231
+ #: ../app/controllers/discovered_hosts_controller.rb:123
248
232
  msgid "Failed to reboot hosts with error %s"
249
233
  msgstr ""
250
234
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:140
235
+ #: ../app/controllers/discovered_hosts_controller.rb:137
252
236
  msgid "Destroyed selected hosts"
253
237
  msgstr "Host selezionati annullati"
254
238
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:142
239
+ #: ../app/controllers/discovered_hosts_controller.rb:139
256
240
  msgid "The following hosts were not deleted: %s"
257
241
  msgstr "I seguenti host non sono stati rilevati: %s"
258
242
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:169
243
+ #: ../app/controllers/discovered_hosts_controller.rb:166
260
244
  msgid "Failed to auto provision host %s: %s"
261
245
  msgstr "Impossibile eseguire auto provision dell'host %s: %s"
262
246
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:197
247
+ #: ../app/controllers/discovered_hosts_controller.rb:194
264
248
  msgid "Discovered hosts are provisioning now"
265
249
  msgstr "Gli host rilevati stanno eseguendo ora il provisioning"
266
250
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:226
251
+ #: ../app/controllers/discovered_hosts_controller.rb:223
268
252
  msgid "Highlights"
269
253
  msgstr ""
270
254
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:226
255
+ #: ../app/controllers/discovered_hosts_controller.rb:223
272
256
  msgid "Storage"
273
257
  msgstr ""
274
258
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:226
259
+ #: ../app/controllers/discovered_hosts_controller.rb:223
276
260
  msgid "Hardware"
277
261
  msgstr ""
278
262
 
279
- #: ../app/controllers/discovered_hosts_controller.rb:226
263
+ #: ../app/controllers/discovered_hosts_controller.rb:223
280
264
  msgid "Network"
281
265
  msgstr ""
282
266
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:226
267
+ #: ../app/controllers/discovered_hosts_controller.rb:223
284
268
  msgid "Software"
285
269
  msgstr ""
286
270
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:226
271
+ #: ../app/controllers/discovered_hosts_controller.rb:223
288
272
  msgid "IPMI"
289
273
  msgstr ""
290
274
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:226
275
+ #: ../app/controllers/discovered_hosts_controller.rb:223
292
276
  msgid "Miscellaneous"
293
277
  msgstr ""
294
278
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:303
279
+ #: ../app/controllers/discovered_hosts_controller.rb:300
296
280
  msgid "No hosts were found with that id or name"
297
281
  msgstr "Nessun host trovato con l'id o nome indicato"
298
282
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:307
283
+ #: ../app/controllers/discovered_hosts_controller.rb:304
300
284
  msgid "No hosts selected"
301
285
  msgstr "Nessun host selezionato"
302
286
 
303
- #: ../app/controllers/discovered_hosts_controller.rb:313
287
+ #: ../app/controllers/discovered_hosts_controller.rb:310
304
288
  msgid "Something went wrong while selecting hosts - %s"
305
289
  msgstr "Si è verificato un errore durante la selezione degli host - %s"
306
290
 
@@ -316,19 +300,15 @@ msgstr "Regola disabilitata"
316
300
  msgid "%s ago"
317
301
  msgstr "%s fa"
318
302
 
319
- #: ../app/helpers/discovered_hosts_helper.rb:14
320
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
303
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
321
304
  msgid "Auto Provision"
322
305
  msgstr "Auto Provision"
323
306
 
324
- #: ../app/helpers/discovered_hosts_helper.rb:15
325
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
307
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
326
308
  msgid "Refresh facts"
327
309
  msgstr "Aggiorna eventi"
328
310
 
329
- #: ../app/helpers/discovered_hosts_helper.rb:16
330
- #: ../app/models/setting/discovered.rb:23
331
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
311
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
332
312
  msgid "Reboot"
333
313
  msgstr "Riavvia"
334
314
 
@@ -336,8 +316,7 @@ msgstr "Riavvia"
336
316
  msgid "Back"
337
317
  msgstr "Indietro"
338
318
 
339
- #: ../app/helpers/discovered_hosts_helper.rb:21
340
- #: ../app/helpers/discovered_hosts_helper.rb:38
319
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:38
341
320
  msgid "Select Action"
342
321
  msgstr "Seleziona azione"
343
322
 
@@ -345,8 +324,7 @@ msgstr "Seleziona azione"
345
324
  msgid "Expand All"
346
325
  msgstr "Espandi tutti"
347
326
 
348
- #: ../app/helpers/discovered_hosts_helper.rb:28
349
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
327
+ #: ../app/helpers/discovered_hosts_helper.rb:28 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
350
328
  msgid "Delete %s?"
351
329
  msgstr "Cancella %s?"
352
330
 
@@ -386,7 +364,7 @@ msgstr ""
386
364
  msgid "Provision"
387
365
  msgstr "Provisioning"
388
366
 
389
- #: ../app/helpers/discovery_rules_helper.rb:26
367
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../lib/foreman_discovery/engine.rb:163
390
368
  msgid "Discovered Hosts"
391
369
  msgstr ""
392
370
 
@@ -431,57 +409,50 @@ msgid "must start with a letter or ERB."
431
409
  msgstr "deve iniziare con una lettera o ERB."
432
410
 
433
411
  #: ../app/models/discovery_rule.rb:45
434
- msgid ""
435
- "Host group organization %s must also be associated to the discovery rule"
436
- msgid_plural ""
437
- "Host group organizations %s must also be associated to the discovery rule"
412
+ msgid "Host group organization %s must also be associated to the discovery rule"
413
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
438
414
  msgstr[0] ""
439
415
  msgstr[1] ""
440
416
 
441
417
  #: ../app/models/discovery_rule.rb:51
442
418
  msgid "Host group location %s must also be associated to the discovery rule"
443
- msgid_plural ""
444
- "Host group locations %s must also be associated to the discovery rule"
419
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
445
420
  msgstr[0] ""
446
421
  msgstr[1] ""
447
422
 
448
- #: ../app/models/host/discovered.rb:33
423
+ #: ../app/models/host/discovered.rb:38
449
424
  msgid "Invalid facts, must be a Hash"
450
425
  msgstr "Eventi non validi, deve essere un Hash"
451
426
 
452
- #: ../app/models/host/discovered.rb:38
453
- msgid ""
454
- "Expected discovery_fact '%s' is missing, unable to detect primary interface "
455
- "and set hostname"
427
+ #: ../app/models/host/discovered.rb:43
428
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
456
429
  msgstr ""
457
430
 
458
- #: ../app/models/host/discovered.rb:45
459
- msgid ""
460
- "Invalid facts: hash does not contain a valid value for any of the facts in "
461
- "the discovery_hostname setting: %s"
431
+ #: ../app/models/host/discovered.rb:50
432
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
462
433
  msgstr ""
463
434
 
464
- #: ../app/models/host/discovered.rb:62
435
+ #: ../app/models/host/discovered.rb:67
465
436
  msgid "Facts could not be imported"
466
437
  msgstr ""
467
438
 
468
- #: ../app/models/host/discovered.rb:112
439
+ #: ../app/models/host/discovered.rb:117
469
440
  msgid "Unable to assign subnet, primary interface is missing IP address"
470
441
  msgstr ""
471
442
 
472
- #: ../app/models/host/discovered.rb:166
443
+ #: ../app/models/host/discovered.rb:174
473
444
  msgid "Could not get facts from proxy %{url}: %{error}"
474
445
  msgstr "Impossibile ottenere gli eventi dal proxy %{url}: %{error}"
475
446
 
476
- #: ../app/models/host/discovered.rb:182
447
+ #: ../app/models/host/discovered.rb:190
477
448
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
478
449
  msgstr ""
479
450
 
480
- #: ../app/models/host/discovered.rb:190
451
+ #: ../app/models/host/discovered.rb:198
481
452
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
482
453
  msgstr ""
483
454
 
484
- #: ../app/models/host/discovered.rb:209
455
+ #: ../app/models/host/discovered.rb:217
485
456
  msgid "Invalid hostname: Could not normalize the hostname"
486
457
  msgstr ""
487
458
 
@@ -526,9 +497,7 @@ msgid "Hostname facts"
526
497
  msgstr ""
527
498
 
528
499
  #: ../app/models/setting/discovered.rb:22
529
- msgid ""
530
- "Automatically provision newly discovered hosts, according to the "
531
- "provisioning rules"
500
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
532
501
  msgstr "Esegui automaticamente il provisioning degli host trovati, in base alle regole per il provisioning"
533
502
 
534
503
  #: ../app/models/setting/discovered.rb:22
@@ -604,9 +573,7 @@ msgid "IPMI facts"
604
573
  msgstr ""
605
574
 
606
575
  #: ../app/models/setting/discovered.rb:32
607
- msgid ""
608
- "Automatically generate PXE configuration to pin a newly discovered host to "
609
- "discovery"
576
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
610
577
  msgstr ""
611
578
 
612
579
  #: ../app/models/setting/discovered.rb:32
@@ -614,41 +581,55 @@ msgid "Lock PXE"
614
581
  msgstr ""
615
582
 
616
583
  #: ../app/models/setting/discovered.rb:33
617
- msgid "PXE template to be used when pinning a host to discovery"
584
+ msgid "PXELinux template to be used when pinning a host to discovery"
618
585
  msgstr ""
619
586
 
620
587
  #: ../app/models/setting/discovered.rb:33
621
- msgid "Locked template name"
588
+ msgid "Locked PXELinux template name"
622
589
  msgstr ""
623
590
 
624
591
  #: ../app/models/setting/discovered.rb:34
625
- msgid "Force DNS entries creation when provisioning discovered host"
592
+ msgid "PXEGrub template to be used when pinning a host to discovery"
626
593
  msgstr ""
627
594
 
628
595
  #: ../app/models/setting/discovered.rb:34
596
+ msgid "Locked PXEGrub template name"
597
+ msgstr ""
598
+
599
+ #: ../app/models/setting/discovered.rb:35
600
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
601
+ msgstr ""
602
+
603
+ #: ../app/models/setting/discovered.rb:35
604
+ msgid "Locked PXEGrub2 template name"
605
+ msgstr ""
606
+
607
+ #: ../app/models/setting/discovered.rb:36
608
+ msgid "Force DNS entries creation when provisioning discovered host"
609
+ msgstr ""
610
+
611
+ #: ../app/models/setting/discovered.rb:36
629
612
  msgid "Force DNS"
630
613
  msgstr ""
631
614
 
632
- #: ../app/models/setting/discovered.rb:41
615
+ #: ../app/models/setting/discovered.rb:43
633
616
  msgid "The default location to place discovered hosts in"
634
617
  msgstr "La posizione predefinita nella quale posizionare gli host trovati"
635
618
 
636
- #: ../app/models/setting/discovered.rb:41
619
+ #: ../app/models/setting/discovered.rb:43
637
620
  msgid "Discovery location"
638
621
  msgstr ""
639
622
 
640
- #: ../app/models/setting/discovered.rb:49
623
+ #: ../app/models/setting/discovered.rb:51
641
624
  msgid "The default organization to place discovered hosts in"
642
625
  msgstr "L'organizzazione predefinita nella quale posizionare gli host trovati"
643
626
 
644
- #: ../app/models/setting/discovered.rb:49
627
+ #: ../app/models/setting/discovered.rb:51
645
628
  msgid "Discovery organization"
646
629
  msgstr ""
647
630
 
648
631
  #: ../app/services/foreman_discovery/fact_parser.rb:9
649
- msgid ""
650
- "Unable to detect primary interface using MAC '%{mac}' specified by "
651
- "discovery_fact '%{fact}'"
632
+ msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
652
633
  msgstr ""
653
634
 
654
635
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -667,25 +648,15 @@ msgstr "Nessun host rilevato disponibile"
667
648
  msgid "Host"
668
649
  msgstr "Host"
669
650
 
670
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
671
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
672
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
673
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
674
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
651
+ #: ../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
675
652
  msgid "Model"
676
653
  msgstr "Modello"
677
654
 
678
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
679
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
680
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
681
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
655
+ #: ../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
682
656
  msgid "CPUs"
683
657
  msgstr "CPU"
684
658
 
685
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
686
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
687
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
688
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
659
+ #: ../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
689
660
  msgid "Memory"
690
661
  msgstr "Memoria"
691
662
 
@@ -701,8 +672,7 @@ msgstr ""
701
672
  msgid "Create host"
702
673
  msgstr ""
703
674
 
704
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
705
- #: ../lib/foreman_discovery/engine.rb:147
675
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:148
706
676
  msgid "Discovered hosts"
707
677
  msgstr "Host trovati"
708
678
 
@@ -714,38 +684,27 @@ msgstr "Seleziona tutti gli oggetti in questa pagina"
714
684
  msgid "items selected. Uncheck to Clear"
715
685
  msgstr "oggetti selezionati. Deselezionare per annullare"
716
686
 
717
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
718
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
719
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
720
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
687
+ #: ../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
721
688
  msgid "Name"
722
689
  msgstr "Nome"
723
690
 
724
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
725
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
726
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
691
+ #: ../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
727
692
  msgid "IP Address"
728
693
  msgstr "Indirizzo IP"
729
694
 
730
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
731
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
732
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
695
+ #: ../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
733
696
  msgid "Disk count"
734
697
  msgstr "Conteggio disco"
735
698
 
736
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
737
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
738
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
699
+ #: ../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
739
700
  msgid "Disks size"
740
701
  msgstr "Dimensione dischi"
741
702
 
742
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
743
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
703
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
744
704
  msgid "Location"
745
705
  msgstr "Posizione"
746
706
 
747
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
748
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
707
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
749
708
  msgid "Organization"
750
709
  msgstr "Organizzazione"
751
710
 
@@ -782,9 +741,7 @@ msgid "Warning"
782
741
  msgstr "Avvertenza"
783
742
 
784
743
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
785
- msgid ""
786
- "This might take a while, as all hosts, facts and reports will be destroyed "
787
- "as well"
744
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
788
745
  msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
789
746
 
790
747
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -827,13 +784,11 @@ msgstr ""
827
784
  msgid "<b>Foreman</b> Discovered hosts summary"
828
785
  msgstr ""
829
786
 
830
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
831
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
787
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
832
788
  msgid "Summary from %{time} ago to %{now}"
833
789
  msgstr ""
834
790
 
835
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
836
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
791
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
837
792
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
838
793
  msgstr ""
839
794
 
@@ -886,33 +841,23 @@ msgid "Rule priority (lower integer means higher priority)"
886
841
  msgstr "Priorità regola (valore intero più basso, priorità più alta)"
887
842
 
888
843
  #: ../app/views/discovery_rules/_template_inline.erb:2
889
- msgid ""
890
- "Specify target hostname template pattern in the same syntax as in "
891
- "Provisioning Templates (ERB)."
844
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
892
845
  msgstr "Specifica il pattern del template per l'hostname di destinazione con la stessa sintassi dei template di provisioning (ERB)."
893
846
 
894
847
  #: ../app/views/discovery_rules/_template_inline.erb:4
895
- msgid ""
896
- "Domain will be appended automatically. A hostname based on MAC address will "
897
- "be used when left blank."
848
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
898
849
  msgstr ""
899
850
 
900
851
  #: ../app/views/discovery_rules/_template_inline.erb:5
901
- msgid ""
902
- "In addition to @host attribute function rand for random integers is "
903
- "available. Examples:"
852
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
904
853
  msgstr ""
905
854
 
906
855
  #: ../app/views/discovery_rules/_template_inline.erb:8
907
- msgid ""
908
- "When creating hostname patterns, make sure the resulting host names are "
909
- "unique."
856
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
910
857
  msgstr ""
911
858
 
912
859
  #: ../app/views/discovery_rules/_template_inline.erb:9
913
- msgid ""
914
- "Hostnames must not start with numbers. A good approach is to use unique "
915
- "information provided by facter (MAC address, BIOS or serial ID)."
860
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
916
861
  msgstr ""
917
862
 
918
863
  #: ../app/views/discovery_rules/edit.html.erb:1
@@ -959,10 +904,22 @@ msgstr "Nuova regola per la scoperta"
959
904
  msgid "A summary of discovered hosts"
960
905
  msgstr ""
961
906
 
962
- #: ../lib/foreman_discovery/engine.rb:152
907
+ #: ../lib/foreman_discovery/engine.rb:153
963
908
  msgid "Discovery rules"
964
909
  msgstr "Regola per la scoperta"
965
910
 
911
+ #: ../lib/foreman_discovery/engine.rb:176
912
+ msgid "Discovery Proxy"
913
+ msgstr ""
914
+
915
+ #: ../lib/foreman_discovery/engine.rb:177
916
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
917
+ msgstr ""
918
+
919
+ #: ../lib/foreman_discovery/engine.rb:178
920
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
921
+ msgstr ""
922
+
966
923
  #: ../lib/foreman_discovery/engine.rb:162
967
- msgid "Discovery widget"
968
- msgstr "Widget per la scoperta"
924
+ #~ msgid "Discovery widget"
925
+ #~ msgstr "Widget per la scoperta"