foreman_discovery 15.1.0 → 16.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +10 -3
  3. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  4. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
  5. data/app/controllers/discovered_hosts_controller.rb +1 -0
  6. data/app/controllers/discovery_rules_controller.rb +1 -1
  7. data/app/models/discovery_rule.rb +1 -1
  8. data/app/models/host/discovered.rb +39 -17
  9. data/app/models/host/managed_extensions.rb +2 -2
  10. data/app/models/setting/discovered.rb +26 -33
  11. data/app/services/foreman_discovery/fact_parser.rb +1 -1
  12. data/app/services/foreman_discovery/host_converter.rb +38 -2
  13. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
  14. data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
  15. data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
  16. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +2 -0
  17. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  18. data/config/routes.rb +2 -0
  19. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  20. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  21. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  22. data/extra/discover-host +21 -7
  23. data/lib/foreman_discovery/engine.rb +4 -4
  24. data/lib/foreman_discovery/version.rb +1 -1
  25. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/ca/foreman_discovery.edit.po +226 -263
  27. data/locale/ca/foreman_discovery.po +28 -8
  28. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/de/foreman_discovery.edit.po +229 -265
  30. data/locale/de/foreman_discovery.po +31 -11
  31. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/en/foreman_discovery.edit.po +169 -119
  33. data/locale/en/foreman_discovery.po +24 -4
  34. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/en_GB/foreman_discovery.edit.po +237 -266
  36. data/locale/en_GB/foreman_discovery.po +31 -11
  37. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/es/foreman_discovery.edit.po +236 -265
  39. data/locale/es/foreman_discovery.po +30 -10
  40. data/locale/foreman_discovery.pot +110 -84
  41. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/fr/foreman_discovery.edit.po +230 -262
  43. data/locale/fr/foreman_discovery.po +28 -8
  44. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/gl/foreman_discovery.edit.po +221 -261
  46. data/locale/gl/foreman_discovery.po +26 -6
  47. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/it/foreman_discovery.edit.po +221 -261
  49. data/locale/it/foreman_discovery.po +26 -6
  50. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ja/foreman_discovery.edit.po +235 -264
  52. data/locale/ja/foreman_discovery.po +29 -9
  53. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/ko/foreman_discovery.edit.po +223 -262
  55. data/locale/ko/foreman_discovery.po +28 -8
  56. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/pt_BR/foreman_discovery.edit.po +233 -264
  58. data/locale/pt_BR/foreman_discovery.po +29 -9
  59. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/ru/foreman_discovery.edit.po +227 -265
  61. data/locale/ru/foreman_discovery.po +29 -9
  62. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/sv_SE/foreman_discovery.edit.po +222 -262
  64. data/locale/sv_SE/foreman_discovery.po +27 -7
  65. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/zh_CN/foreman_discovery.edit.po +234 -263
  67. data/locale/zh_CN/foreman_discovery.po +28 -8
  68. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  69. data/locale/zh_TW/foreman_discovery.edit.po +223 -261
  70. data/locale/zh_TW/foreman_discovery.po +26 -6
  71. data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
  72. data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
  73. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  74. data/test/functional/discovered_hosts_controller_test.rb +15 -6
  75. data/test/integration/discovered_hosts_test.rb +1 -0
  76. data/test/test_helper_discovery.rb +12 -0
  77. data/test/unit/discovered_extensions_test.rb +54 -0
  78. data/test/unit/discovery_attribute_set_test.rb +1 -0
  79. data/test/unit/discovery_rule_test.rb +1 -0
  80. data/test/unit/host_discovered_test.rb +32 -13
  81. data/test/unit/managed_extensions_test.rb +2 -0
  82. metadata +36 -31
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 15.0.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
11
- "Last-Translator: Lukáš Zapletal\n"
10
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
+ "Last-Translator: Transifex Bot <>\n"
12
12
  "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
13
13
  ")\n"
14
14
  "MIME-Version: 1.0\n"
@@ -32,6 +32,9 @@ msgstr ""
32
32
  msgid "A summary of discovered hosts"
33
33
  msgstr ""
34
34
 
35
+ msgid "Action with sub plans"
36
+ msgstr ""
37
+
35
38
  msgid "Actions"
36
39
  msgstr "Accións"
37
40
 
@@ -134,6 +137,11 @@ msgstr ""
134
137
  msgid "Disable rule '%s'?"
135
138
  msgstr ""
136
139
 
140
+ msgid "Discovered Host"
141
+ msgid_plural "Discovered Hosts"
142
+ msgstr[0] ""
143
+ msgstr[1] ""
144
+
137
145
  msgid "Discovered Hosts"
138
146
  msgstr ""
139
147
 
@@ -345,6 +353,9 @@ msgstr "Dirección IP"
345
353
  msgid "IP address"
346
354
  msgstr ""
347
355
 
356
+ msgid "IPAM must be configured for subnet '%s'"
357
+ msgstr ""
358
+
348
359
  msgid "IPMI"
349
360
  msgstr ""
350
361
 
@@ -360,6 +371,12 @@ msgstr ""
360
371
  msgid "Image API returned HTTP/%{code} with '%{body}"
361
372
  msgstr ""
362
373
 
374
+ msgid "Import Puppet classes"
375
+ msgstr ""
376
+
377
+ msgid "Import facts"
378
+ msgstr ""
379
+
363
380
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
364
381
  msgstr ""
365
382
 
@@ -576,6 +593,9 @@ msgstr ""
576
593
  msgid "Reloading kernel on %s"
577
594
  msgstr ""
578
595
 
596
+ msgid "Remote action:"
597
+ msgstr ""
598
+
579
599
  msgid "Reported in the last 7 days"
580
600
  msgstr ""
581
601
 
@@ -675,13 +695,13 @@ msgstr ""
675
695
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
676
696
  msgstr ""
677
697
 
678
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
698
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
679
699
  msgstr ""
680
700
 
681
- msgid "Unable to provision %{host}: %{errors}"
701
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
682
702
  msgstr ""
683
703
 
684
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
704
+ msgid "Unable to provision %{host}: %{errors}"
685
705
  msgstr ""
686
706
 
687
707
  msgid "Update a rule"
@@ -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 15.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2019-05-13 15:39+0200\n"
13
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
14
- "Last-Translator: Lukáš Zapletal\n"
15
- "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
12
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
+ "Last-Translator: Transifex Bot <>\n"
14
+ "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
15
+ "\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,23 +23,19 @@ 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
27
- #: ../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
28
27
  msgid "filter results"
29
28
  msgstr "filtra i risultati"
30
29
 
31
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
32
- #: ../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
33
31
  msgid "sort results"
34
32
  msgstr "ordina risultati"
35
33
 
36
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
37
- #: ../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
38
35
  msgid "paginate results"
39
36
  msgstr "paginazione risultati"
40
37
 
41
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
42
- #: ../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
43
39
  msgid "number of entries per request"
44
40
  msgstr "numero di voci per richiesta"
45
41
 
@@ -47,8 +43,7 @@ msgstr "numero di voci per richiesta"
47
43
  msgid "Show a discovered host"
48
44
  msgstr "Visualizza un host rilevato"
49
45
 
50
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
51
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
46
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
52
47
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
53
48
  msgstr ""
54
49
 
@@ -60,6 +55,10 @@ msgstr ""
60
55
  msgid "Provision a discovered host"
61
56
  msgstr "Esegui il provisioning di un host rilevato"
62
57
 
58
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
59
+ msgid "required if host is managed and value is not inherited from host group"
60
+ msgstr ""
61
+
63
62
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
64
63
  msgid "not required if using a subnet with DHCP proxy"
65
64
  msgstr "non necessario se si utilizza una sottorete con DHCP proxy"
@@ -68,82 +67,99 @@ msgstr "non necessario se si utilizza una sottorete con DHCP proxy"
68
67
  msgid "not required if it's a virtual machine"
69
68
  msgstr "non necessario se è una macchina virtuale"
70
69
 
71
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
72
- msgid ""
73
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
70
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
71
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
72
+ msgstr ""
73
+
74
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
75
+ msgid "required if host is managed and custom partition has not been defined"
76
+ msgstr ""
77
+
78
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
79
+ msgid "Host's owner type"
80
+ msgstr ""
81
+
82
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
83
+ msgid "Host's parameters (array or indexed hash)"
84
+ msgstr ""
85
+
86
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
87
+ msgid "Name of the parameter"
88
+ msgstr ""
89
+
90
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
91
+ msgid "Parameter value"
92
+ msgstr ""
93
+
94
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
95
+ msgid "Type of value"
96
+ msgstr ""
97
+
98
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
99
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
74
100
  msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
75
101
 
76
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
77
- msgid ""
78
- "required if value is not inherited from host group or default password in "
79
- "settings"
102
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
103
+ msgid "required if value is not inherited from host group or default password in settings"
80
104
  msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
81
105
 
82
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
83
107
  msgid "Delete a discovered host"
84
108
  msgstr "Rimuovi un host rilevato"
85
109
 
86
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
110
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
87
111
  msgid "Upload facts for a host, creating the host if required"
88
112
  msgstr "Carica gli eventi per un host creando, se necessario, un host"
89
113
 
90
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
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)"
114
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
115
+ 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)"
95
116
  msgstr ""
96
117
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
118
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
98
119
  msgid "Execute rules against a discovered host"
99
120
  msgstr "Esegui le regole nei confronti di un host rilevato"
100
121
 
101
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
102
- #: ../app/controllers/discovered_hosts_controller.rb:159
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
103
123
  msgid "Host %{host} was provisioned with rule %{rule}"
104
124
  msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
105
125
 
106
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
126
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
107
127
  msgid "Unable to provision %{host}: %{errors}"
108
128
  msgstr ""
109
129
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
111
- #: ../app/controllers/discovered_hosts_controller.rb:166
130
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
112
131
  msgid "No rule found for host %s"
113
132
  msgstr "Nessuna regola trovata per l'host %s"
114
133
 
115
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
134
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
116
135
  msgid "Execute rules against all currently discovered hosts"
117
136
  msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
118
137
 
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
120
- #: ../app/controllers/discovered_hosts_controller.rb:172
138
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
121
139
  msgid "Errors during auto provisioning: %s"
122
140
  msgstr "Errore durante auto provisioning: %s"
123
141
 
124
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
125
- #: ../app/controllers/discovered_hosts_controller.rb:175
142
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
126
143
  msgid "No discovered hosts to provision"
127
144
  msgstr "Nessun host rilevato per il provisioning"
128
145
 
129
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
146
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
130
147
  msgid "%s discovered hosts were provisioned"
131
148
  msgstr ""
132
149
 
133
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
150
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
134
151
  msgid "Refreshing the facts of a discovered host"
135
152
  msgstr "Aggiornamento eventi di un host rilevato"
136
153
 
137
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
154
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
138
155
  msgid "Rebooting a discovered host"
139
156
  msgstr "Riavvio di un host rilevato"
140
157
 
141
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
158
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
142
159
  msgid "Rebooting all discovered hosts"
143
160
  msgstr ""
144
161
 
145
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
146
- #: ../app/controllers/discovered_hosts_controller.rb:128
162
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
147
163
  msgid "Discovered hosts are rebooting now"
148
164
  msgstr ""
149
165
 
@@ -168,8 +184,7 @@ msgid "the hostgroup that is used to auto provision a host"
168
184
  msgstr "gruppo di host usato per l'auto provision di un host"
169
185
 
170
186
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
171
- msgid ""
172
- "defines a pattern to assign human-readable hostnames to the matching hosts"
187
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
173
188
  msgstr "definisce uno schema per assegnare gli hostname leggibili dall'utente agli host corrispondenti"
174
189
 
175
190
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -177,8 +192,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
177
192
  msgstr "permette di limitare la quantità massima di host con provisioning per regola"
178
193
 
179
194
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
180
- msgid ""
181
- "puts the rules in order, low numbers go first. Must be greater then zero"
195
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
182
196
  msgstr "ordina le regole, i numeri più piccoli hanno maggiore priorità. Deve essere maggiore di zero."
183
197
 
184
198
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -217,11 +231,11 @@ msgstr ""
217
231
  msgid "No hostgroup associated with rule '%s'"
218
232
  msgstr ""
219
233
 
220
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
234
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
221
235
  msgid "Errors during reboot: %s"
222
236
  msgstr ""
223
237
 
224
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
238
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
225
239
  msgid "No discovered hosts to reboot"
226
240
  msgstr ""
227
241
 
@@ -229,91 +243,91 @@ msgstr ""
229
243
  msgid "Successfully provisioned %s"
230
244
  msgstr ""
231
245
 
232
- #: ../app/controllers/discovered_hosts_controller.rb:96
246
+ #: ../app/controllers/discovered_hosts_controller.rb:97
233
247
  msgid "Facts refreshed for %s"
234
248
  msgstr "Eventi aggiornati per %s"
235
249
 
236
- #: ../app/controllers/discovered_hosts_controller.rb:98
250
+ #: ../app/controllers/discovered_hosts_controller.rb:99
237
251
  msgid "Failed to refresh facts for %s"
238
252
  msgstr "Impossibile aggiornare gli eventi per %s"
239
253
 
240
- #: ../app/controllers/discovered_hosts_controller.rb:101
254
+ #: ../app/controllers/discovered_hosts_controller.rb:102
241
255
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
242
256
  msgstr ""
243
257
 
244
- #: ../app/controllers/discovered_hosts_controller.rb:108
258
+ #: ../app/controllers/discovered_hosts_controller.rb:109
245
259
  msgid "Host of type %s can not be rebooted"
246
260
  msgstr "Impossibile eseguire il riavvio sul tipo di host %s "
247
261
 
248
- #: ../app/controllers/discovered_hosts_controller.rb:112
262
+ #: ../app/controllers/discovered_hosts_controller.rb:113
249
263
  msgid "Rebooting host %s"
250
264
  msgstr "Riavvio host %s"
251
265
 
252
- #: ../app/controllers/discovered_hosts_controller.rb:114
266
+ #: ../app/controllers/discovered_hosts_controller.rb:115
253
267
  msgid "Failed to reboot host %s"
254
268
  msgstr "Impossibile eseguire il riavvio dell'host: %s"
255
269
 
256
- #: ../app/controllers/discovered_hosts_controller.rb:117
270
+ #: ../app/controllers/discovered_hosts_controller.rb:118
257
271
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
258
272
  msgstr "Impossibile eseguire il riavvio dell'host %{hostname} con errore %{error_message}"
259
273
 
260
- #: ../app/controllers/discovered_hosts_controller.rb:131
274
+ #: ../app/controllers/discovered_hosts_controller.rb:132
261
275
  msgid "Failed to reboot hosts with error %s"
262
276
  msgstr ""
263
277
 
264
- #: ../app/controllers/discovered_hosts_controller.rb:149
278
+ #: ../app/controllers/discovered_hosts_controller.rb:150
265
279
  msgid "Destroyed selected hosts"
266
280
  msgstr "Host selezionati annullati"
267
281
 
268
- #: ../app/controllers/discovered_hosts_controller.rb:151
282
+ #: ../app/controllers/discovered_hosts_controller.rb:152
269
283
  msgid "The following hosts were not deleted: %s"
270
284
  msgstr "I seguenti host non sono stati rilevati: %s"
271
285
 
272
- #: ../app/controllers/discovered_hosts_controller.rb:163
286
+ #: ../app/controllers/discovered_hosts_controller.rb:164
273
287
  msgid "Failed to auto provision host %s: %s"
274
288
  msgstr "Impossibile eseguire auto provision dell'host %s: %s"
275
289
 
276
- #: ../app/controllers/discovered_hosts_controller.rb:191
290
+ #: ../app/controllers/discovered_hosts_controller.rb:192
277
291
  msgid "Discovered hosts are provisioning now"
278
292
  msgstr "Gli host rilevati stanno eseguendo ora il provisioning"
279
293
 
280
- #: ../app/controllers/discovered_hosts_controller.rb:223
294
+ #: ../app/controllers/discovered_hosts_controller.rb:226
281
295
  msgid "Highlights"
282
296
  msgstr ""
283
297
 
284
- #: ../app/controllers/discovered_hosts_controller.rb:223
298
+ #: ../app/controllers/discovered_hosts_controller.rb:226
285
299
  msgid "Storage"
286
300
  msgstr "Storage"
287
301
 
288
- #: ../app/controllers/discovered_hosts_controller.rb:223
302
+ #: ../app/controllers/discovered_hosts_controller.rb:226
289
303
  msgid "Hardware"
290
304
  msgstr "Hardware"
291
305
 
292
- #: ../app/controllers/discovered_hosts_controller.rb:223
306
+ #: ../app/controllers/discovered_hosts_controller.rb:226
293
307
  msgid "Network"
294
308
  msgstr "Rete"
295
309
 
296
- #: ../app/controllers/discovered_hosts_controller.rb:223
310
+ #: ../app/controllers/discovered_hosts_controller.rb:226
297
311
  msgid "Software"
298
312
  msgstr "Software"
299
313
 
300
- #: ../app/controllers/discovered_hosts_controller.rb:223
314
+ #: ../app/controllers/discovered_hosts_controller.rb:226
301
315
  msgid "IPMI"
302
316
  msgstr "IPMI"
303
317
 
304
- #: ../app/controllers/discovered_hosts_controller.rb:223
318
+ #: ../app/controllers/discovered_hosts_controller.rb:226
305
319
  msgid "Miscellaneous"
306
320
  msgstr "Varie"
307
321
 
308
- #: ../app/controllers/discovered_hosts_controller.rb:301
322
+ #: ../app/controllers/discovered_hosts_controller.rb:304
309
323
  msgid "No hosts were found with that id or name"
310
324
  msgstr "Nessun host trovato con l'id o nome indicato"
311
325
 
312
- #: ../app/controllers/discovered_hosts_controller.rb:305
326
+ #: ../app/controllers/discovered_hosts_controller.rb:308
313
327
  msgid "No hosts selected"
314
328
  msgstr "Nessun host selezionato"
315
329
 
316
- #: ../app/controllers/discovered_hosts_controller.rb:311
330
+ #: ../app/controllers/discovered_hosts_controller.rb:314
317
331
  msgid "Something went wrong while selecting hosts - %s"
318
332
  msgstr "Si è verificato un errore durante la selezione degli host - %s"
319
333
 
@@ -329,21 +343,15 @@ msgstr "Regola disabilitata"
329
343
  msgid "%s ago"
330
344
  msgstr "%s fa"
331
345
 
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:37
346
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
335
347
  msgid "Auto Provision"
336
348
  msgstr "Auto Provision"
337
349
 
338
- #: ../app/helpers/discovered_hosts_helper.rb:15
339
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
350
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
340
351
  msgid "Refresh facts"
341
352
  msgstr "Aggiorna eventi"
342
353
 
343
- #: ../app/helpers/discovered_hosts_helper.rb:16
344
- #: ../app/helpers/discovered_hosts_helper.rb:30
345
- #: ../app/models/setting/discovered.rb:26
346
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
354
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
347
355
  msgid "Reboot"
348
356
  msgstr "Riavvia"
349
357
 
@@ -351,13 +359,11 @@ msgstr "Riavvia"
351
359
  msgid "Back"
352
360
  msgstr "Indietro"
353
361
 
354
- #: ../app/helpers/discovered_hosts_helper.rb:21
355
- #: ../app/helpers/discovered_hosts_helper.rb:35
362
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
356
363
  msgid "Select Action"
357
364
  msgstr "Seleziona azione"
358
365
 
359
- #: ../app/helpers/discovered_hosts_helper.rb:23
360
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
366
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
361
367
  msgid "Delete %s?"
362
368
  msgstr "Cancella %s?"
363
369
 
@@ -377,8 +383,7 @@ msgstr "Cancella"
377
383
  msgid "%s - The following hosts are about to be changed"
378
384
  msgstr "%s - I seguenti host stanno per essere modificati"
379
385
 
380
- #: ../app/helpers/discovered_hosts_helper.rb:46
381
- #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
386
+ #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
382
387
  msgid "N/A"
383
388
  msgstr "N/A"
384
389
 
@@ -398,12 +403,7 @@ msgstr ""
398
403
  msgid "Provision"
399
404
  msgstr "Provisioning"
400
405
 
401
- #: ../app/helpers/discovery_rules_helper.rb:26
402
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
403
- #: ../app/views/discovered_hosts/welcome.html.erb:1
404
- #: ../app/views/discovered_hosts/welcome.html.erb:6
405
- #: ../lib/foreman_discovery/engine.rb:158
406
- #: ../lib/foreman_discovery/engine.rb:173
406
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
407
407
  msgid "Discovered Hosts"
408
408
  msgstr ""
409
409
 
@@ -452,65 +452,62 @@ msgid "must be present."
452
452
  msgstr ""
453
453
 
454
454
  #: ../app/models/discovery_rule.rb:52
455
- msgid ""
456
- "Host group organization %s must also be associated to the discovery rule"
457
- msgid_plural ""
458
- "Host group organizations %s must also be associated to the discovery rule"
455
+ msgid "Host group organization %s must also be associated to the discovery rule"
456
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
459
457
  msgstr[0] ""
460
458
  msgstr[1] ""
461
459
 
462
460
  #: ../app/models/discovery_rule.rb:56
463
461
  msgid "Host group location %s must also be associated to the discovery rule"
464
- msgid_plural ""
465
- "Host group locations %s must also be associated to the discovery rule"
462
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
466
463
  msgstr[0] ""
467
464
  msgstr[1] ""
468
465
 
469
- #: ../app/models/host/discovered.rb:41
466
+ #: ../app/models/host/discovered.rb:40
470
467
  msgid "Fact + prefix"
471
468
  msgstr ""
472
469
 
473
- #: ../app/models/host/discovered.rb:42
470
+ #: ../app/models/host/discovered.rb:41
474
471
  msgid "Random name"
475
472
  msgstr ""
476
473
 
477
- #: ../app/models/host/discovered.rb:43
474
+ #: ../app/models/host/discovered.rb:42
478
475
  msgid "MAC-based name"
479
476
  msgstr ""
480
477
 
481
- #: ../app/models/host/discovered.rb:52
478
+ #: ../app/models/host/discovered.rb:55
482
479
  msgid "Invalid facts, must be a Hash"
483
480
  msgstr "Eventi non validi, deve essere un Hash"
484
481
 
485
- #: ../app/models/host/discovered.rb:57
486
- msgid ""
487
- "Expected discovery_fact '%s' is missing, unable to detect primary interface "
488
- "and set hostname"
482
+ #: ../app/models/host/discovered.rb:60
483
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
489
484
  msgstr ""
490
485
 
491
- #: ../app/models/host/discovered.rb:70
492
- msgid ""
493
- "Invalid facts: hash does not contain a valid value for any of the facts in "
494
- "the discovery_hostname setting: %s"
486
+ #: ../app/models/host/discovered.rb:73
487
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
495
488
  msgstr ""
496
489
 
497
- #: ../app/models/host/discovered.rb:96
490
+ #: ../app/models/host/discovered.rb:100
498
491
  msgid "Facts could not be imported"
499
492
  msgstr ""
500
493
 
501
- #: ../app/models/host/discovered.rb:151
494
+ #: ../app/models/host/discovered.rb:146
502
495
  msgid "Could not get facts from proxy %{url}: %{error}"
503
496
  msgstr "Impossibile ottenere gli eventi dal proxy %{url}: %{error}"
504
497
 
505
- #: ../app/models/host/discovered.rb:159
506
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
498
+ #: ../app/models/host/discovered.rb:160
499
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
507
500
  msgstr ""
508
501
 
509
- #: ../app/models/host/discovered.rb:167
510
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
502
+ #: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
503
+ msgid "Unable to perform %{action} on %{ips}"
511
504
  msgstr ""
512
505
 
513
- #: ../app/models/host/discovered.rb:186
506
+ #: ../app/models/host/discovered.rb:179
507
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
508
+ msgstr ""
509
+
510
+ #: ../app/models/host/discovered.rb:203
514
511
  msgid "Invalid hostname: Could not normalize the hostname"
515
512
  msgstr ""
516
513
 
@@ -538,191 +535,183 @@ msgstr ""
538
535
  msgid "Rebuild DNS for %s"
539
536
  msgstr ""
540
537
 
541
- #: ../app/models/setting/discovered.rb:19
538
+ #: ../app/models/setting/discovered.rb:17
542
539
  msgid "The default location to place discovered hosts in"
543
540
  msgstr "La posizione predefinita nella quale posizionare gli host trovati"
544
541
 
545
- #: ../app/models/setting/discovered.rb:19
542
+ #: ../app/models/setting/discovered.rb:17
546
543
  msgid "Discovery location"
547
544
  msgstr ""
548
545
 
549
- #: ../app/models/setting/discovered.rb:20
546
+ #: ../app/models/setting/discovered.rb:18
550
547
  msgid "The default organization to place discovered hosts in"
551
548
  msgstr "L'organizzazione predefinita nella quale posizionare gli host trovati"
552
549
 
553
- #: ../app/models/setting/discovered.rb:20
550
+ #: ../app/models/setting/discovered.rb:18
554
551
  msgid "Discovery organization"
555
552
  msgstr ""
556
553
 
557
- #: ../app/models/setting/discovered.rb:21
554
+ #: ../app/models/setting/discovered.rb:19
558
555
  msgid "Fact name to use for primary interface detection"
559
556
  msgstr ""
560
557
 
561
- #: ../app/models/setting/discovered.rb:21
558
+ #: ../app/models/setting/discovered.rb:19
562
559
  msgid "Interface fact"
563
560
  msgstr ""
564
561
 
565
- #: ../app/models/setting/discovered.rb:22
566
- msgid ""
567
- "Automatic bond interface (if another interface is detected on the same VLAN "
568
- "via LLDP)"
562
+ #: ../app/models/setting/discovered.rb:20
563
+ msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
569
564
  msgstr ""
570
565
 
571
- #: ../app/models/setting/discovered.rb:22
566
+ #: ../app/models/setting/discovered.rb:20
572
567
  msgid "Create bond interfaces"
573
568
  msgstr ""
574
569
 
575
- #: ../app/models/setting/discovered.rb:23
570
+ #: ../app/models/setting/discovered.rb:21
576
571
  msgid "Clean all reported facts during provisioning (except discovery facts)"
577
572
  msgstr ""
578
573
 
579
- #: ../app/models/setting/discovered.rb:23
574
+ #: ../app/models/setting/discovered.rb:21
580
575
  msgid "Clean all facts"
581
576
  msgstr ""
582
577
 
583
- #: ../app/models/setting/discovered.rb:24
578
+ #: ../app/models/setting/discovered.rb:22
584
579
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
585
580
  msgstr ""
586
581
 
587
- #: ../app/models/setting/discovered.rb:24
582
+ #: ../app/models/setting/discovered.rb:22
588
583
  msgid "Hostname facts"
589
584
  msgstr ""
590
585
 
591
- #: ../app/models/setting/discovered.rb:25
592
- msgid ""
593
- "Automatically provision newly discovered hosts, according to the "
594
- "provisioning rules"
586
+ #: ../app/models/setting/discovered.rb:23
587
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
595
588
  msgstr "Esegui automaticamente il provisioning degli host trovati, in base alle regole per il provisioning"
596
589
 
597
- #: ../app/models/setting/discovered.rb:25
590
+ #: ../app/models/setting/discovered.rb:23
598
591
  msgid "Auto provisioning"
599
592
  msgstr ""
600
593
 
601
- #: ../app/models/setting/discovered.rb:26
594
+ #: ../app/models/setting/discovered.rb:24
602
595
  msgid "Automatically reboot or kexec discovered host during provisioning"
603
596
  msgstr ""
604
597
 
605
- #: ../app/models/setting/discovered.rb:27
598
+ #: ../app/models/setting/discovered.rb:25
606
599
  msgid "The default prefix to use for the host name, must start with a letter"
607
600
  msgstr "Il prefisso predefinito da usare per l'hostname, deve iniziare con una lettera"
608
601
 
609
- #: ../app/models/setting/discovered.rb:27
602
+ #: ../app/models/setting/discovered.rb:25
610
603
  msgid "Hostname prefix"
611
604
  msgstr ""
612
605
 
613
- #: ../app/models/setting/discovered.rb:28
606
+ #: ../app/models/setting/discovered.rb:26
614
607
  msgid "Extra facter columns to show in host lists (separate by comma)"
615
608
  msgstr ""
616
609
 
617
- #: ../app/models/setting/discovered.rb:28
610
+ #: ../app/models/setting/discovered.rb:26
618
611
  msgid "Fact columns"
619
612
  msgstr ""
620
613
 
621
- #: ../app/models/setting/discovered.rb:29
614
+ #: ../app/models/setting/discovered.rb:27
622
615
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
623
616
  msgstr ""
624
617
 
625
- #: ../app/models/setting/discovered.rb:29
618
+ #: ../app/models/setting/discovered.rb:27
626
619
  msgid "Highlighted facts"
627
620
  msgstr ""
628
621
 
629
- #: ../app/models/setting/discovered.rb:30
622
+ #: ../app/models/setting/discovered.rb:28
630
623
  msgid "Regex to organize facts for storage section"
631
624
  msgstr ""
632
625
 
633
- #: ../app/models/setting/discovered.rb:30
626
+ #: ../app/models/setting/discovered.rb:28
634
627
  msgid "Storage facts"
635
628
  msgstr ""
636
629
 
637
- #: ../app/models/setting/discovered.rb:31
630
+ #: ../app/models/setting/discovered.rb:29
638
631
  msgid "Regex to organize facts for software section"
639
632
  msgstr ""
640
633
 
641
- #: ../app/models/setting/discovered.rb:31
634
+ #: ../app/models/setting/discovered.rb:29
642
635
  msgid "Software facts"
643
636
  msgstr ""
644
637
 
645
- #: ../app/models/setting/discovered.rb:32
638
+ #: ../app/models/setting/discovered.rb:30
646
639
  msgid "Regex to organize facts for hardware section"
647
640
  msgstr ""
648
641
 
649
- #: ../app/models/setting/discovered.rb:32
642
+ #: ../app/models/setting/discovered.rb:30
650
643
  msgid "Hardware facts"
651
644
  msgstr ""
652
645
 
653
- #: ../app/models/setting/discovered.rb:33
646
+ #: ../app/models/setting/discovered.rb:31
654
647
  msgid "Regex to organize facts for network section"
655
648
  msgstr ""
656
649
 
657
- #: ../app/models/setting/discovered.rb:33
650
+ #: ../app/models/setting/discovered.rb:31
658
651
  msgid "Network facts"
659
652
  msgstr ""
660
653
 
661
- #: ../app/models/setting/discovered.rb:34
654
+ #: ../app/models/setting/discovered.rb:32
662
655
  msgid "Regex to organize facts for ipmi section"
663
656
  msgstr ""
664
657
 
665
- #: ../app/models/setting/discovered.rb:34
658
+ #: ../app/models/setting/discovered.rb:32
666
659
  msgid "IPMI facts"
667
660
  msgstr ""
668
661
 
669
- #: ../app/models/setting/discovered.rb:35
670
- msgid ""
671
- "Automatically generate PXE configuration to pin a newly discovered host to "
672
- "discovery"
662
+ #: ../app/models/setting/discovered.rb:33
663
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
673
664
  msgstr ""
674
665
 
675
- #: ../app/models/setting/discovered.rb:35
666
+ #: ../app/models/setting/discovered.rb:33
676
667
  msgid "Lock PXE"
677
668
  msgstr ""
678
669
 
679
- #: ../app/models/setting/discovered.rb:36
670
+ #: ../app/models/setting/discovered.rb:34
680
671
  msgid "PXELinux template to be used when pinning a host to discovery"
681
672
  msgstr ""
682
673
 
683
- #: ../app/models/setting/discovered.rb:36
674
+ #: ../app/models/setting/discovered.rb:34
684
675
  msgid "Locked PXELinux template name"
685
676
  msgstr ""
686
677
 
687
- #: ../app/models/setting/discovered.rb:37
678
+ #: ../app/models/setting/discovered.rb:35
688
679
  msgid "PXEGrub template to be used when pinning a host to discovery"
689
680
  msgstr ""
690
681
 
691
- #: ../app/models/setting/discovered.rb:37
682
+ #: ../app/models/setting/discovered.rb:35
692
683
  msgid "Locked PXEGrub template name"
693
684
  msgstr ""
694
685
 
695
- #: ../app/models/setting/discovered.rb:38
686
+ #: ../app/models/setting/discovered.rb:36
696
687
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
697
688
  msgstr ""
698
689
 
699
- #: ../app/models/setting/discovered.rb:38
690
+ #: ../app/models/setting/discovered.rb:36
700
691
  msgid "Locked PXEGrub2 template name"
701
692
  msgstr ""
702
693
 
703
- #: ../app/models/setting/discovered.rb:39
694
+ #: ../app/models/setting/discovered.rb:37
704
695
  msgid "Force DNS entries creation when provisioning discovered host"
705
696
  msgstr ""
706
697
 
707
- #: ../app/models/setting/discovered.rb:39
698
+ #: ../app/models/setting/discovered.rb:37
708
699
  msgid "Force DNS"
709
700
  msgstr ""
710
701
 
711
- #: ../app/models/setting/discovered.rb:40
712
- msgid ""
713
- "Do not allow to discover existing managed host matching MAC of a "
714
- "provisioning NIC (errors out early)"
702
+ #: ../app/models/setting/discovered.rb:38
703
+ msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
715
704
  msgstr ""
716
705
 
717
- #: ../app/models/setting/discovered.rb:40
706
+ #: ../app/models/setting/discovered.rb:38
718
707
  msgid "Error on existing NIC"
719
708
  msgstr ""
720
709
 
721
- #: ../app/models/setting/discovered.rb:41
710
+ #: ../app/models/setting/discovered.rb:39
722
711
  msgid "Discovery hostname naming pattern"
723
712
  msgstr ""
724
713
 
725
- #: ../app/models/setting/discovered.rb:41
714
+ #: ../app/models/setting/discovered.rb:39
726
715
  msgid "Type of name generator"
727
716
  msgstr ""
728
717
 
@@ -735,19 +724,27 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
735
724
  msgstr ""
736
725
 
737
726
  #: ../app/services/foreman_discovery/fact_parser.rb:12
738
- msgid ""
739
- "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
740
- "%{filter}"
727
+ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
728
+ msgstr ""
729
+
730
+ #: ../app/services/foreman_discovery/host_converter.rb:47
731
+ msgid "IPAM must be configured for subnet '%s'"
741
732
  msgstr ""
742
733
 
743
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
734
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
744
735
  msgid "Image API returned HTTP/%{code} with '%{body}"
745
736
  msgstr ""
746
737
 
747
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
738
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
748
739
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
749
740
  msgstr ""
750
741
 
742
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
743
+ msgid "Discovered Host"
744
+ msgid_plural "Discovered Hosts"
745
+ msgstr[0] ""
746
+ msgstr[1] ""
747
+
751
748
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
752
749
  msgid "No discovered hosts available"
753
750
  msgstr "Nessun host rilevato disponibile"
@@ -756,25 +753,15 @@ msgstr "Nessun host rilevato disponibile"
756
753
  msgid "Host"
757
754
  msgstr "Host"
758
755
 
759
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
760
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
761
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
762
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
763
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
756
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
764
757
  msgid "Model"
765
758
  msgstr "Modello"
766
759
 
767
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
768
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
769
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
770
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
760
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
771
761
  msgid "CPUs"
772
762
  msgstr "CPU"
773
763
 
774
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
775
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
776
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
777
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
764
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
778
765
  msgid "Memory"
779
766
  msgstr "Memoria"
780
767
 
@@ -794,16 +781,11 @@ msgstr "Seleziona tutti gli oggetti in questa pagina"
794
781
  msgid "items selected. Uncheck to Clear"
795
782
  msgstr "oggetti selezionati. Deselezionare per annullare"
796
783
 
797
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
798
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
799
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
800
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
784
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../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
801
785
  msgid "Name"
802
786
  msgstr "Nome"
803
787
 
804
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
805
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
806
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
788
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
807
789
  msgid "IP Address"
808
790
  msgstr "Indirizzo IP"
809
791
 
@@ -815,13 +797,11 @@ msgstr ""
815
797
  msgid "Disks Size"
816
798
  msgstr ""
817
799
 
818
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
819
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
800
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
820
801
  msgid "Location"
821
802
  msgstr "Posizione"
822
803
 
823
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
824
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
804
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
825
805
  msgid "Organization"
826
806
  msgstr "Organizzazione"
827
807
 
@@ -833,8 +813,7 @@ msgstr "Sottorete"
833
813
  msgid "Last Facts Upload"
834
814
  msgstr ""
835
815
 
836
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
837
- #: ../app/views/discovery_rules/index.html.erb:12
816
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
838
817
  msgid "Actions"
839
818
  msgstr "Azioni"
840
819
 
@@ -855,9 +834,7 @@ msgid "Provision %s"
855
834
  msgstr ""
856
835
 
857
836
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
858
- msgid ""
859
- "This might take a while, as all hosts, facts and reports will be destroyed "
860
- "as well"
837
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
861
838
  msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
862
839
 
863
840
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -896,20 +873,6 @@ msgstr "indirizzo IP"
896
873
  msgid "Collapse All"
897
874
  msgstr "Comprimi tutto"
898
875
 
899
- #: ../app/views/discovered_hosts/welcome.html.erb:7
900
- msgid "No discovered hosts found in this context."
901
- msgstr ""
902
-
903
- #: ../app/views/discovered_hosts/welcome.html.erb:8
904
- msgid ""
905
- "This page shows discovered bare-metal or virtual nodes waiting to be "
906
- "provisioned."
907
- msgstr ""
908
-
909
- #: ../app/views/discovered_hosts/welcome.html.erb:9
910
- msgid "Learn more about this in the documentation."
911
- msgstr ""
912
-
913
876
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
914
877
  msgid "Summary report for discovered hosts from Foreman"
915
878
  msgstr ""
@@ -918,23 +881,19 @@ msgstr ""
918
881
  msgid "<b>Foreman</b> Discovered hosts summary"
919
882
  msgstr ""
920
883
 
921
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
922
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
884
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
923
885
  msgid "Summary from %{time} ago to %{now}"
924
886
  msgstr ""
925
887
 
926
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
927
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
888
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
928
889
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
929
890
  msgstr ""
930
891
 
931
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
932
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
892
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
933
893
  msgid "Disk count"
934
894
  msgstr "Conteggio disco"
935
895
 
936
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
937
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
896
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
938
897
  msgid "Disks size"
939
898
  msgstr "Dimensione dischi"
940
899
 
@@ -983,41 +942,30 @@ msgid "Rule priority (lower integer means higher priority)"
983
942
  msgstr "Priorità regola (valore intero più basso, priorità più alta)"
984
943
 
985
944
  #: ../app/views/discovery_rules/_template_inline.erb:2
986
- msgid ""
987
- "Specify target hostname template pattern in the same syntax as in "
988
- "Provisioning Templates (ERB)."
945
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
989
946
  msgstr "Specifica il pattern del template per l'hostname di destinazione con la stessa sintassi dei template di provisioning (ERB)."
990
947
 
991
948
  #: ../app/views/discovery_rules/_template_inline.erb:4
992
- msgid ""
993
- "Domain will be appended automatically. A hostname based on MAC address will "
994
- "be used when left blank."
949
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
995
950
  msgstr ""
996
951
 
997
952
  #: ../app/views/discovery_rules/_template_inline.erb:5
998
- msgid ""
999
- "In addition to @host attribute function rand for random integers is "
1000
- "available. Examples:"
953
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1001
954
  msgstr ""
1002
955
 
1003
956
  #: ../app/views/discovery_rules/_template_inline.erb:8
1004
- msgid ""
1005
- "When creating hostname patterns, make sure the resulting host names are "
1006
- "unique."
957
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
1007
958
  msgstr ""
1008
959
 
1009
960
  #: ../app/views/discovery_rules/_template_inline.erb:9
1010
- msgid ""
1011
- "Hostnames must not start with numbers. A good approach is to use unique "
1012
- "information provided by facter (MAC address, BIOS or serial ID)."
961
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1013
962
  msgstr ""
1014
963
 
1015
964
  #: ../app/views/discovery_rules/edit.html.erb:1
1016
965
  msgid "Edit %s"
1017
966
  msgstr "Modifica %s"
1018
967
 
1019
- #: ../app/views/discovery_rules/index.html.erb:1
1020
- #: ../lib/foreman_discovery/engine.rb:163
968
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
1021
969
  msgid "Discovery Rules"
1022
970
  msgstr "Regola per la scoperta"
1023
971
 
@@ -1073,22 +1021,34 @@ msgstr ""
1073
1021
  msgid "Details"
1074
1022
  msgstr "Dettagli:"
1075
1023
 
1076
- #: ../lib/foreman_discovery/engine.rb:179
1024
+ #: ../lib/foreman_discovery/engine.rb:180
1077
1025
  msgid "Discovery Kexec template"
1078
1026
  msgstr ""
1079
1027
 
1080
- #: ../lib/foreman_discovery/engine.rb:188
1028
+ #: ../lib/foreman_discovery/engine.rb:189
1081
1029
  msgid "Discovery Proxy"
1082
1030
  msgstr ""
1083
1031
 
1084
- #: ../lib/foreman_discovery/engine.rb:189
1085
- msgid ""
1086
- "Discovery Proxy to use within this subnet for managing connection to "
1087
- "discovered hosts"
1032
+ #: ../lib/foreman_discovery/engine.rb:190
1033
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1088
1034
  msgstr ""
1089
1035
 
1090
- #: ../lib/foreman_discovery/engine.rb:190
1091
- msgid ""
1092
- "ID of Discovery Proxy to use within this subnet for managing connection to "
1093
- "discovered hosts"
1036
+ #: ../lib/foreman_discovery/engine.rb:191
1037
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1038
+ msgstr ""
1039
+
1040
+ #: action_names.rb:2
1041
+ msgid "Remote action:"
1042
+ msgstr ""
1043
+
1044
+ #: action_names.rb:3
1045
+ msgid "Import Puppet classes"
1046
+ msgstr ""
1047
+
1048
+ #: action_names.rb:4
1049
+ msgid "Import facts"
1050
+ msgstr ""
1051
+
1052
+ #: action_names.rb:5
1053
+ msgid "Action with sub plans"
1094
1054
  msgstr ""