foreman_discovery 12.0.2 → 13.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/app/mailers/discovered_mailer.rb +12 -1
  3. data/app/models/host/discovered.rb +20 -7
  4. data/app/models/setting/discovered.rb +2 -0
  5. data/app/services/foreman_discovery/fact_parser.rb +8 -2
  6. data/app/services/foreman_discovery/lldp_neighbors.rb +104 -0
  7. data/app/views/discovery_rules/index.html.erb +1 -1
  8. data/extra/discovery/pxeless-vlan.json +217 -0
  9. data/lib/foreman_discovery/engine.rb +1 -1
  10. data/lib/foreman_discovery/version.rb +1 -1
  11. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  12. data/locale/ca/foreman_discovery.edit.po +143 -58
  13. data/locale/ca/foreman_discovery.po +4 -4
  14. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  15. data/locale/de/foreman_discovery.edit.po +145 -59
  16. data/locale/de/foreman_discovery.po +7 -7
  17. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/en/foreman_discovery.edit.po +90 -58
  19. data/locale/en/foreman_discovery.po +28 -4
  20. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/en_GB/foreman_discovery.edit.po +151 -66
  22. data/locale/en_GB/foreman_discovery.po +12 -12
  23. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/es/foreman_discovery.edit.po +155 -70
  25. data/locale/es/foreman_discovery.po +16 -16
  26. data/locale/foreman_discovery.pot +93 -59
  27. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/fr/foreman_discovery.edit.po +287 -200
  29. data/locale/fr/foreman_discovery.po +149 -148
  30. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/gl/foreman_discovery.edit.po +144 -59
  32. data/locale/gl/foreman_discovery.po +5 -5
  33. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/it/foreman_discovery.edit.po +144 -59
  35. data/locale/it/foreman_discovery.po +5 -5
  36. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/ja/foreman_discovery.edit.po +153 -68
  38. data/locale/ja/foreman_discovery.po +16 -14
  39. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/ko/foreman_discovery.edit.po +143 -59
  41. data/locale/ko/foreman_discovery.po +5 -5
  42. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/pt_BR/foreman_discovery.edit.po +155 -70
  44. data/locale/pt_BR/foreman_discovery.po +16 -16
  45. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/ru/foreman_discovery.edit.po +146 -63
  47. data/locale/ru/foreman_discovery.po +6 -6
  48. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/sv_SE/foreman_discovery.edit.po +144 -59
  50. data/locale/sv_SE/foreman_discovery.po +5 -5
  51. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/zh_CN/foreman_discovery.edit.po +150 -69
  53. data/locale/zh_CN/foreman_discovery.po +13 -15
  54. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/zh_TW/foreman_discovery.edit.po +227 -144
  56. data/locale/zh_TW/foreman_discovery.po +88 -88
  57. data/test/functional/api/v2/discovery_rules_controller_test.rb +8 -0
  58. data/test/functional/api/v2/settings_controller_test.rb +2 -0
  59. data/test/test_helper_discovery.rb +2 -0
  60. data/test/unit/discovered_mailer_test.rb +14 -0
  61. data/test/unit/discovery_rule_test.rb +3 -0
  62. data/test/unit/facts_with_lldp.json +107 -0
  63. data/test/unit/facts_with_lldp_bond_candidate.json +107 -0
  64. data/test/unit/host_discovered_test.rb +72 -1
  65. data/test/unit/lldp_neighbors_test.rb +56 -0
  66. metadata +11 -2
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 10.0.0\n"
8
+ "Project-Id-Version: foreman_discovery 13.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2017-12-11 11:31+0000\n"
11
- "Last-Translator: Lukáš Zapletal\n"
10
+ "PO-Revision-Date: 2018-06-15 10:50+0000\n"
11
+ "Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>\n"
12
12
  "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
13
13
  ")\n"
14
14
  "MIME-Version: 1.0\n"
@@ -96,7 +96,7 @@ msgid "DHCP filename option (Grub2 or PXELinux by default)"
96
96
  msgstr ""
97
97
 
98
98
  msgid "Delete"
99
- msgstr ""
99
+ msgstr "Borrar"
100
100
 
101
101
  msgid "Delete %s?"
102
102
  msgstr "¿Borrar %s?"
@@ -201,7 +201,7 @@ msgid "Domain will be appended automatically. A hostname based on MAC address wi
201
201
  msgstr ""
202
202
 
203
203
  msgid "Edit %s"
204
- msgstr ""
204
+ msgstr "Editar %s"
205
205
 
206
206
  msgid "Enable"
207
207
  msgstr ""
@@ -1,18 +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
  # caifti <caifti@gmail.com>, 2014
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 10.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 13.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2018-01-05 19:26+0000\n"
12
+ "POT-Creation-Date: 2018-06-15 11:25+0200\n"
13
+ "PO-Revision-Date: 2018-06-15 10:50+0000\n"
13
14
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
14
- "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
15
- "\n"
15
+ "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
@@ -23,19 +23,23 @@ msgstr ""
23
23
  msgid "List all discovered hosts"
24
24
  msgstr "Elenca tutti gli host rilevati"
25
25
 
26
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
26
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
27
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
27
28
  msgid "filter results"
28
29
  msgstr "filtra i risultati"
29
30
 
30
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
31
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
32
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
31
33
  msgid "sort results"
32
34
  msgstr "ordina risultati"
33
35
 
34
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
36
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
37
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
35
38
  msgid "paginate results"
36
39
  msgstr "paginazione risultati"
37
40
 
38
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
41
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
42
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
39
43
  msgid "number of entries per request"
40
44
  msgstr "numero di voci per richiesta"
41
45
 
@@ -43,7 +47,8 @@ msgstr "numero di voci per richiesta"
43
47
  msgid "Show a discovered host"
44
48
  msgstr "Visualizza un host rilevato"
45
49
 
46
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
50
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
51
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
47
52
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
48
53
  msgstr ""
49
54
 
@@ -64,11 +69,14 @@ msgid "not required if it's a virtual machine"
64
69
  msgstr "non necessario se è una macchina virtuale"
65
70
 
66
71
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
67
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
72
+ msgid ""
73
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
68
74
  msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
69
75
 
70
76
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
71
- msgid "required if value is not inherited from host group or default password in settings"
77
+ msgid ""
78
+ "required if value is not inherited from host group or default password in "
79
+ "settings"
72
80
  msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
73
81
 
74
82
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -80,14 +88,18 @@ msgid "Upload facts for a host, creating the host if required"
80
88
  msgstr "Carica gli eventi per un host creando, se necessario, un host"
81
89
 
82
90
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
83
- 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)"
91
+ msgid ""
92
+ "hash containing facts for the host with minimum set of facts: "
93
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
94
+ "eth0 (example in case primary interface is named eth0)"
84
95
  msgstr ""
85
96
 
86
97
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
87
98
  msgid "Execute rules against a discovered host"
88
99
  msgstr "Esegui le regole nei confronti di un host rilevato"
89
100
 
90
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
101
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
102
+ #: ../app/controllers/discovered_hosts_controller.rb:159
91
103
  msgid "Host %{host} was provisioned with rule %{rule}"
92
104
  msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
93
105
 
@@ -95,7 +107,8 @@ msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule
95
107
  msgid "Unable to provision %{host}: %{errors}"
96
108
  msgstr ""
97
109
 
98
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
110
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
111
+ #: ../app/controllers/discovered_hosts_controller.rb:166
99
112
  msgid "No rule found for host %s"
100
113
  msgstr "Nessuna regola trovata per l'host %s"
101
114
 
@@ -103,11 +116,13 @@ msgstr "Nessuna regola trovata per l'host %s"
103
116
  msgid "Execute rules against all currently discovered hosts"
104
117
  msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
105
118
 
106
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
119
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
120
+ #: ../app/controllers/discovered_hosts_controller.rb:172
107
121
  msgid "Errors during auto provisioning: %s"
108
122
  msgstr "Errore durante auto provisioning: %s"
109
123
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
125
+ #: ../app/controllers/discovered_hosts_controller.rb:175
111
126
  msgid "No discovered hosts to provision"
112
127
  msgstr "Nessun host rilevato per il provisioning"
113
128
 
@@ -127,7 +142,8 @@ msgstr "Riavvio di un host rilevato"
127
142
  msgid "Rebooting all discovered hosts"
128
143
  msgstr ""
129
144
 
130
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
145
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
146
+ #: ../app/controllers/discovered_hosts_controller.rb:128
131
147
  msgid "Discovered hosts are rebooting now"
132
148
  msgstr ""
133
149
 
@@ -152,7 +168,8 @@ msgid "the hostgroup that is used to auto provision a host"
152
168
  msgstr "gruppo di host usato per l'auto provision di un host"
153
169
 
154
170
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
155
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
171
+ msgid ""
172
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
156
173
  msgstr "definisce uno schema per assegnare gli hostname leggibili dall'utente agli host corrispondenti"
157
174
 
158
175
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -160,7 +177,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
160
177
  msgstr "permette di limitare la quantità massima di host con provisioning per regola"
161
178
 
162
179
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
163
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
180
+ msgid ""
181
+ "puts the rules in order, low numbers go first. Must be greater then zero"
164
182
  msgstr "ordina le regole, i numeri più piccoli hanno maggiore priorità. Deve essere maggiore di zero."
165
183
 
166
184
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -311,15 +329,21 @@ msgstr "Regola disabilitata"
311
329
  msgid "%s ago"
312
330
  msgstr "%s fa"
313
331
 
314
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
332
+ #: ../app/helpers/discovered_hosts_helper.rb:14
333
+ #: ../app/helpers/discovered_hosts_helper.rb:29
334
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
315
335
  msgid "Auto Provision"
316
336
  msgstr "Auto Provision"
317
337
 
318
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
338
+ #: ../app/helpers/discovered_hosts_helper.rb:15
339
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
319
340
  msgid "Refresh facts"
320
341
  msgstr "Aggiorna eventi"
321
342
 
322
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
343
+ #: ../app/helpers/discovered_hosts_helper.rb:16
344
+ #: ../app/helpers/discovered_hosts_helper.rb:30
345
+ #: ../app/models/setting/discovered.rb:23
346
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
323
347
  msgid "Reboot"
324
348
  msgstr "Riavvia"
325
349
 
@@ -327,11 +351,13 @@ msgstr "Riavvia"
327
351
  msgid "Back"
328
352
  msgstr "Indietro"
329
353
 
330
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
354
+ #: ../app/helpers/discovered_hosts_helper.rb:21
355
+ #: ../app/helpers/discovered_hosts_helper.rb:35
331
356
  msgid "Select Action"
332
357
  msgstr "Seleziona azione"
333
358
 
334
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
359
+ #: ../app/helpers/discovered_hosts_helper.rb:23
360
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
335
361
  msgid "Delete %s?"
336
362
  msgstr "Cancella %s?"
337
363
 
@@ -345,13 +371,14 @@ msgstr "Assegna posizione"
345
371
 
346
372
  #: ../app/helpers/discovered_hosts_helper.rb:33
347
373
  msgid "Delete"
348
- msgstr ""
374
+ msgstr "Cancella"
349
375
 
350
376
  #: ../app/helpers/discovered_hosts_helper.rb:37
351
377
  msgid "%s - The following hosts are about to be changed"
352
378
  msgstr "%s - I seguenti host stanno per essere modificati"
353
379
 
354
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
380
+ #: ../app/helpers/discovered_hosts_helper.rb:46
381
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
355
382
  msgid "N/A"
356
383
  msgstr "N/A"
357
384
 
@@ -371,7 +398,11 @@ msgstr ""
371
398
  msgid "Provision"
372
399
  msgstr "Provisioning"
373
400
 
374
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:173
401
+ #: ../app/helpers/discovery_rules_helper.rb:26
402
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
403
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
404
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
405
+ #: ../lib/foreman_discovery/engine.rb:173
375
406
  msgid "Discovered Hosts"
376
407
  msgstr ""
377
408
 
@@ -420,14 +451,17 @@ msgid "must be present."
420
451
  msgstr ""
421
452
 
422
453
  #: ../app/models/discovery_rule.rb:48
423
- msgid "Host group organization %s must also be associated to the discovery rule"
424
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
454
+ msgid ""
455
+ "Host group organization %s must also be associated to the discovery rule"
456
+ msgid_plural ""
457
+ "Host group organizations %s must also be associated to the discovery rule"
425
458
  msgstr[0] ""
426
459
  msgstr[1] ""
427
460
 
428
461
  #: ../app/models/discovery_rule.rb:54
429
462
  msgid "Host group location %s must also be associated to the discovery rule"
430
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
463
+ msgid_plural ""
464
+ "Host group locations %s must also be associated to the discovery rule"
431
465
  msgstr[0] ""
432
466
  msgstr[1] ""
433
467
 
@@ -436,11 +470,15 @@ msgid "Invalid facts, must be a Hash"
436
470
  msgstr "Eventi non validi, deve essere un Hash"
437
471
 
438
472
  #: ../app/models/host/discovered.rb:56
439
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
473
+ msgid ""
474
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
475
+ "and set hostname"
440
476
  msgstr ""
441
477
 
442
478
  #: ../app/models/host/discovered.rb:63
443
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
479
+ msgid ""
480
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
481
+ "the discovery_hostname setting: %s"
444
482
  msgstr ""
445
483
 
446
484
  #: ../app/models/host/discovered.rb:89
@@ -512,7 +550,9 @@ msgid "Hostname facts"
512
550
  msgstr ""
513
551
 
514
552
  #: ../app/models/setting/discovered.rb:22
515
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
553
+ msgid ""
554
+ "Automatically provision newly discovered hosts, according to the "
555
+ "provisioning rules"
516
556
  msgstr "Esegui automaticamente il provisioning degli host trovati, in base alle regole per il provisioning"
517
557
 
518
558
  #: ../app/models/setting/discovered.rb:22
@@ -588,7 +628,9 @@ msgid "IPMI facts"
588
628
  msgstr ""
589
629
 
590
630
  #: ../app/models/setting/discovered.rb:32
591
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
631
+ msgid ""
632
+ "Automatically generate PXE configuration to pin a newly discovered host to "
633
+ "discovery"
592
634
  msgstr ""
593
635
 
594
636
  #: ../app/models/setting/discovered.rb:32
@@ -628,7 +670,9 @@ msgid "Force DNS"
628
670
  msgstr ""
629
671
 
630
672
  #: ../app/models/setting/discovered.rb:37
631
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
673
+ msgid ""
674
+ "Do not allow to discover existing managed host matching MAC of a "
675
+ "provisioning NIC (errors out early)"
632
676
  msgstr ""
633
677
 
634
678
  #: ../app/models/setting/discovered.rb:37
@@ -660,7 +704,9 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
660
704
  msgstr ""
661
705
 
662
706
  #: ../app/services/foreman_discovery/fact_parser.rb:12
663
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
707
+ msgid ""
708
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
709
+ "%{filter}"
664
710
  msgstr ""
665
711
 
666
712
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -679,15 +725,25 @@ msgstr "Nessun host rilevato disponibile"
679
725
  msgid "Host"
680
726
  msgstr "Host"
681
727
 
682
- #: ../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
728
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
729
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
730
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
731
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
732
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
683
733
  msgid "Model"
684
734
  msgstr "Modello"
685
735
 
686
- #: ../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
736
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
737
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
738
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
739
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
687
740
  msgid "CPUs"
688
741
  msgstr "CPU"
689
742
 
690
- #: ../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
743
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
744
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
745
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
746
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
691
747
  msgid "Memory"
692
748
  msgstr "Memoria"
693
749
 
@@ -707,11 +763,16 @@ msgstr "Seleziona tutti gli oggetti in questa pagina"
707
763
  msgid "items selected. Uncheck to Clear"
708
764
  msgstr "oggetti selezionati. Deselezionare per annullare"
709
765
 
710
- #: ../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
766
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
767
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
768
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
769
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
711
770
  msgid "Name"
712
771
  msgstr "Nome"
713
772
 
714
- #: ../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
773
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
774
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
775
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
715
776
  msgid "IP Address"
716
777
  msgstr "Indirizzo IP"
717
778
 
@@ -723,11 +784,13 @@ msgstr ""
723
784
  msgid "Disks Size"
724
785
  msgstr ""
725
786
 
726
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
787
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
788
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
727
789
  msgid "Location"
728
790
  msgstr "Posizione"
729
791
 
730
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
792
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
793
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
731
794
  msgid "Organization"
732
795
  msgstr "Organizzazione"
733
796
 
@@ -756,7 +819,9 @@ msgid "Provision %s"
756
819
  msgstr ""
757
820
 
758
821
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
759
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
822
+ msgid ""
823
+ "This might take a while, as all hosts, facts and reports will be destroyed "
824
+ "as well"
760
825
  msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
761
826
 
762
827
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -793,14 +858,16 @@ msgstr "indirizzo IP"
793
858
 
794
859
  #: ../app/views/discovered_hosts/show.html.erb:66
795
860
  msgid "Collapse All"
796
- msgstr ""
861
+ msgstr "Comprimi tutto"
797
862
 
798
863
  #: ../app/views/discovered_hosts/welcome.html.erb:7
799
864
  msgid "No discovered hosts found in this context."
800
865
  msgstr ""
801
866
 
802
867
  #: ../app/views/discovered_hosts/welcome.html.erb:8
803
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
868
+ msgid ""
869
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
870
+ "provisioned."
804
871
  msgstr ""
805
872
 
806
873
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -815,19 +882,23 @@ msgstr ""
815
882
  msgid "<b>Foreman</b> Discovered hosts summary"
816
883
  msgstr ""
817
884
 
818
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
885
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
886
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
819
887
  msgid "Summary from %{time} ago to %{now}"
820
888
  msgstr ""
821
889
 
822
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
890
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
891
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
823
892
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
824
893
  msgstr ""
825
894
 
826
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
895
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
896
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
827
897
  msgid "Disk count"
828
898
  msgstr "Conteggio disco"
829
899
 
830
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
900
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
901
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
831
902
  msgid "Disks size"
832
903
  msgstr "Dimensione dischi"
833
904
 
@@ -876,28 +947,38 @@ msgid "Rule priority (lower integer means higher priority)"
876
947
  msgstr "Priorità regola (valore intero più basso, priorità più alta)"
877
948
 
878
949
  #: ../app/views/discovery_rules/_template_inline.erb:2
879
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
950
+ msgid ""
951
+ "Specify target hostname template pattern in the same syntax as in "
952
+ "Provisioning Templates (ERB)."
880
953
  msgstr "Specifica il pattern del template per l'hostname di destinazione con la stessa sintassi dei template di provisioning (ERB)."
881
954
 
882
955
  #: ../app/views/discovery_rules/_template_inline.erb:4
883
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
956
+ msgid ""
957
+ "Domain will be appended automatically. A hostname based on MAC address will "
958
+ "be used when left blank."
884
959
  msgstr ""
885
960
 
886
961
  #: ../app/views/discovery_rules/_template_inline.erb:5
887
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
962
+ msgid ""
963
+ "In addition to @host attribute function rand for random integers is "
964
+ "available. Examples:"
888
965
  msgstr ""
889
966
 
890
967
  #: ../app/views/discovery_rules/_template_inline.erb:8
891
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
968
+ msgid ""
969
+ "When creating hostname patterns, make sure the resulting host names are "
970
+ "unique."
892
971
  msgstr ""
893
972
 
894
973
  #: ../app/views/discovery_rules/_template_inline.erb:9
895
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
974
+ msgid ""
975
+ "Hostnames must not start with numbers. A good approach is to use unique "
976
+ "information provided by facter (MAC address, BIOS or serial ID)."
896
977
  msgstr ""
897
978
 
898
979
  #: ../app/views/discovery_rules/edit.html.erb:1
899
980
  msgid "Edit %s"
900
- msgstr ""
981
+ msgstr "Modifica %s"
901
982
 
902
983
  #: ../app/views/discovery_rules/index.html.erb:1
903
984
  msgid "Discovery Rules"
@@ -968,9 +1049,13 @@ msgid "Discovery Proxy"
968
1049
  msgstr ""
969
1050
 
970
1051
  #: ../lib/foreman_discovery/engine.rb:189
971
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1052
+ msgid ""
1053
+ "Discovery Proxy to use within this subnet for managing connection to "
1054
+ "discovered hosts"
972
1055
  msgstr ""
973
1056
 
974
1057
  #: ../lib/foreman_discovery/engine.rb:190
975
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1058
+ msgid ""
1059
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1060
+ "discovered hosts"
976
1061
  msgstr ""