foreman_discovery 15.0.1 → 16.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  3. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
  4. data/app/controllers/discovered_hosts_controller.rb +1 -0
  5. data/app/controllers/discovery_rules_controller.rb +1 -1
  6. data/app/models/discovery_rule.rb +1 -1
  7. data/app/models/host/discovered.rb +37 -15
  8. data/app/models/host/managed_extensions.rb +1 -1
  9. data/app/models/setting/discovered.rb +26 -33
  10. data/app/services/foreman_discovery/fact_parser.rb +1 -1
  11. data/app/services/foreman_discovery/host_converter.rb +30 -2
  12. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
  13. data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
  14. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +19 -17
  15. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  16. data/config/routes.rb +2 -0
  17. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  18. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  19. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  20. data/extra/discover-host +21 -7
  21. data/lib/foreman_discovery/engine.rb +4 -4
  22. data/lib/foreman_discovery/version.rb +1 -1
  23. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/ca/foreman_discovery.edit.po +238 -139
  25. data/locale/ca/foreman_discovery.po +28 -8
  26. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/de/foreman_discovery.edit.po +240 -140
  28. data/locale/de/foreman_discovery.po +31 -11
  29. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  30. data/locale/en/foreman_discovery.edit.po +109 -83
  31. data/locale/en/foreman_discovery.po +24 -4
  32. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/en_GB/foreman_discovery.edit.po +241 -142
  34. data/locale/en_GB/foreman_discovery.po +31 -11
  35. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/es/foreman_discovery.edit.po +240 -141
  37. data/locale/es/foreman_discovery.po +30 -10
  38. data/locale/foreman_discovery.pot +110 -84
  39. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/fr/foreman_discovery.edit.po +237 -137
  41. data/locale/fr/foreman_discovery.po +28 -8
  42. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/gl/foreman_discovery.edit.po +236 -137
  44. data/locale/gl/foreman_discovery.po +26 -6
  45. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/it/foreman_discovery.edit.po +236 -137
  47. data/locale/it/foreman_discovery.po +26 -6
  48. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/ja/foreman_discovery.edit.po +238 -142
  50. data/locale/ja/foreman_discovery.po +29 -9
  51. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/ko/foreman_discovery.edit.po +236 -139
  53. data/locale/ko/foreman_discovery.po +28 -8
  54. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/pt_BR/foreman_discovery.edit.po +239 -140
  56. data/locale/pt_BR/foreman_discovery.po +29 -9
  57. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/ru/foreman_discovery.edit.po +242 -143
  59. data/locale/ru/foreman_discovery.po +29 -9
  60. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  61. data/locale/sv_SE/foreman_discovery.edit.po +237 -138
  62. data/locale/sv_SE/foreman_discovery.po +27 -7
  63. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  64. data/locale/zh_CN/foreman_discovery.edit.po +237 -141
  65. data/locale/zh_CN/foreman_discovery.po +28 -8
  66. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  67. data/locale/zh_TW/foreman_discovery.edit.po +235 -139
  68. data/locale/zh_TW/foreman_discovery.po +26 -6
  69. data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
  70. data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
  71. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  72. data/test/functional/discovered_hosts_controller_test.rb +4 -4
  73. data/test/integration/discovered_hosts_test.rb +6 -11
  74. data/test/test_helper_discovery.rb +12 -0
  75. data/test/unit/discovered_extensions_test.rb +53 -0
  76. data/test/unit/discovery_attribute_set_test.rb +13 -10
  77. data/test/unit/discovery_rule_test.rb +1 -0
  78. data/test/unit/host_discovered_test.rb +32 -13
  79. data/test/unit/managed_extensions_test.rb +1 -0
  80. metadata +8 -2
@@ -8,10 +8,10 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 15.0.0\n"
11
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
14
- "Last-Translator: Lukáš Zapletal\n"
13
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
14
+ "Last-Translator: Transifex Bot <>\n"
15
15
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -34,6 +34,9 @@ msgstr "Foreman Synthèse des hôtes détectés"
34
34
  msgid "A summary of discovered hosts"
35
35
  msgstr "Synthèse des hôtes détectés"
36
36
 
37
+ msgid "Action with sub plans"
38
+ msgstr ""
39
+
37
40
  msgid "Actions"
38
41
  msgstr "Actions"
39
42
 
@@ -136,6 +139,11 @@ msgstr "Désactiver"
136
139
  msgid "Disable rule '%s'?"
137
140
  msgstr "Désactiver la règle '%s' ?"
138
141
 
142
+ msgid "Discovered Host"
143
+ msgid_plural "Discovered Hosts"
144
+ msgstr[0] ""
145
+ msgstr[1] ""
146
+
139
147
  msgid "Discovered Hosts"
140
148
  msgstr "Hôtes détectés"
141
149
 
@@ -347,6 +355,9 @@ msgstr "Adresse IP"
347
355
  msgid "IP address"
348
356
  msgstr "Adresse IP"
349
357
 
358
+ msgid "IPAM must be configured for subnet '%s'"
359
+ msgstr ""
360
+
350
361
  msgid "IPMI"
351
362
  msgstr "IPMI "
352
363
 
@@ -362,6 +373,12 @@ msgstr "Erreur de traitement de l'API d'image : %{msg} (HTTP/%{code}, body: %{bo
362
373
  msgid "Image API returned HTTP/%{code} with '%{body}"
363
374
  msgstr "L'API d'image a retourné HTTP/%{code} avec '%{body}"
364
375
 
376
+ msgid "Import Puppet classes"
377
+ msgstr ""
378
+
379
+ msgid "Import facts"
380
+ msgstr ""
381
+
365
382
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
366
383
  msgstr "En plus de la fonction d'attribut @host, la fonction ALEA pour les entiers aléatoires est disponible. Exemples :"
367
384
 
@@ -578,6 +595,9 @@ msgstr "Expression régulière pour organiser les facts pour la section stockage
578
595
  msgid "Reloading kernel on %s"
579
596
  msgstr "Rechargement du noyau sur %s"
580
597
 
598
+ msgid "Remote action:"
599
+ msgstr ""
600
+
581
601
  msgid "Reported in the last 7 days"
582
602
  msgstr "Signalé au cours des 7 derniers jours"
583
603
 
@@ -677,15 +697,15 @@ msgstr "Impossible de trouver une règle de détection, aucun hôte fourni (vér
677
697
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
678
698
  msgstr "Impossible de trouver une carte réseau primaire avec %{mac} spécifié via '%{fact}', Filtre de carte réseau: %{filter}"
679
699
 
680
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
681
- msgstr "Impossible d'exécuter kexec sur %{name} via %{url} : %{msg}"
700
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
701
+ msgstr ""
702
+
703
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
704
+ msgstr ""
682
705
 
683
706
  msgid "Unable to provision %{host}: %{errors}"
684
707
  msgstr "Impossible de provisionner %{host} : %{errors}"
685
708
 
686
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
687
- msgstr "Impossible de redémarrer %{name} via %{url} : %{msg}"
688
-
689
709
  msgid "Update a rule"
690
710
  msgstr "Mettre à jour une règle"
691
711
 
@@ -1,17 +1,16 @@
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
  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
- "POT-Creation-Date: 2019-07-23 17:13+0200\n"
11
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
12
- "Last-Translator: Lukáš Zapletal\n"
13
- "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
14
- ")\n"
10
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
11
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
+ "Last-Translator: Transifex Bot <>\n"
13
+ "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/)\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
17
16
  "Content-Transfer-Encoding: 8bit\n"
@@ -22,19 +21,23 @@ msgstr ""
22
21
  msgid "List all discovered hosts"
23
22
  msgstr ""
24
23
 
25
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
24
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
25
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
26
26
  msgid "filter results"
27
27
  msgstr ""
28
28
 
29
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
29
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
30
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
30
31
  msgid "sort results"
31
32
  msgstr ""
32
33
 
33
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
34
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
35
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
34
36
  msgid "paginate results"
35
37
  msgstr ""
36
38
 
37
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
40
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
38
41
  msgid "number of entries per request"
39
42
  msgstr ""
40
43
 
@@ -42,7 +45,8 @@ msgstr ""
42
45
  msgid "Show a discovered host"
43
46
  msgstr ""
44
47
 
45
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
48
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
49
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
46
50
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
47
51
  msgstr ""
48
52
 
@@ -63,11 +67,14 @@ msgid "not required if it's a virtual machine"
63
67
  msgstr ""
64
68
 
65
69
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
66
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
70
+ msgid ""
71
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
67
72
  msgstr ""
68
73
 
69
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
70
- msgid "required if value is not inherited from host group or default password in settings"
75
+ msgid ""
76
+ "required if value is not inherited from host group or default password in "
77
+ "settings"
71
78
  msgstr ""
72
79
 
73
80
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -79,14 +86,18 @@ msgid "Upload facts for a host, creating the host if required"
79
86
  msgstr ""
80
87
 
81
88
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
82
- msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
89
+ msgid ""
90
+ "hash containing facts for the host with minimum set of facts: "
91
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
92
+ "eth0 (example in case primary interface is named eth0)"
83
93
  msgstr ""
84
94
 
85
95
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
86
96
  msgid "Execute rules against a discovered host"
87
97
  msgstr ""
88
98
 
89
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
100
+ #: ../app/controllers/discovered_hosts_controller.rb:160
90
101
  msgid "Host %{host} was provisioned with rule %{rule}"
91
102
  msgstr ""
92
103
 
@@ -94,7 +105,8 @@ msgstr ""
94
105
  msgid "Unable to provision %{host}: %{errors}"
95
106
  msgstr ""
96
107
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
109
+ #: ../app/controllers/discovered_hosts_controller.rb:167
98
110
  msgid "No rule found for host %s"
99
111
  msgstr ""
100
112
 
@@ -102,11 +114,13 @@ msgstr ""
102
114
  msgid "Execute rules against all currently discovered hosts"
103
115
  msgstr ""
104
116
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
118
+ #: ../app/controllers/discovered_hosts_controller.rb:173
106
119
  msgid "Errors during auto provisioning: %s"
107
120
  msgstr ""
108
121
 
109
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
123
+ #: ../app/controllers/discovered_hosts_controller.rb:176
110
124
  msgid "No discovered hosts to provision"
111
125
  msgstr ""
112
126
 
@@ -126,7 +140,8 @@ msgstr ""
126
140
  msgid "Rebooting all discovered hosts"
127
141
  msgstr ""
128
142
 
129
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
144
+ #: ../app/controllers/discovered_hosts_controller.rb:129
130
145
  msgid "Discovered hosts are rebooting now"
131
146
  msgstr ""
132
147
 
@@ -151,7 +166,8 @@ msgid "the hostgroup that is used to auto provision a host"
151
166
  msgstr ""
152
167
 
153
168
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
154
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
169
+ msgid ""
170
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
155
171
  msgstr ""
156
172
 
157
173
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -159,7 +175,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
159
175
  msgstr ""
160
176
 
161
177
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
162
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
178
+ msgid ""
179
+ "puts the rules in order, low numbers go first. Must be greater then zero"
163
180
  msgstr ""
164
181
 
165
182
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -198,11 +215,11 @@ msgstr ""
198
215
  msgid "No hostgroup associated with rule '%s'"
199
216
  msgstr ""
200
217
 
201
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
218
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
202
219
  msgid "Errors during reboot: %s"
203
220
  msgstr ""
204
221
 
205
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
222
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
206
223
  msgid "No discovered hosts to reboot"
207
224
  msgstr ""
208
225
 
@@ -210,91 +227,91 @@ msgstr ""
210
227
  msgid "Successfully provisioned %s"
211
228
  msgstr ""
212
229
 
213
- #: ../app/controllers/discovered_hosts_controller.rb:96
230
+ #: ../app/controllers/discovered_hosts_controller.rb:97
214
231
  msgid "Facts refreshed for %s"
215
232
  msgstr ""
216
233
 
217
- #: ../app/controllers/discovered_hosts_controller.rb:98
234
+ #: ../app/controllers/discovered_hosts_controller.rb:99
218
235
  msgid "Failed to refresh facts for %s"
219
236
  msgstr ""
220
237
 
221
- #: ../app/controllers/discovered_hosts_controller.rb:101
238
+ #: ../app/controllers/discovered_hosts_controller.rb:102
222
239
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
223
240
  msgstr ""
224
241
 
225
- #: ../app/controllers/discovered_hosts_controller.rb:108
242
+ #: ../app/controllers/discovered_hosts_controller.rb:109
226
243
  msgid "Host of type %s can not be rebooted"
227
244
  msgstr ""
228
245
 
229
- #: ../app/controllers/discovered_hosts_controller.rb:112
246
+ #: ../app/controllers/discovered_hosts_controller.rb:113
230
247
  msgid "Rebooting host %s"
231
248
  msgstr ""
232
249
 
233
- #: ../app/controllers/discovered_hosts_controller.rb:114
250
+ #: ../app/controllers/discovered_hosts_controller.rb:115
234
251
  msgid "Failed to reboot host %s"
235
252
  msgstr ""
236
253
 
237
- #: ../app/controllers/discovered_hosts_controller.rb:117
254
+ #: ../app/controllers/discovered_hosts_controller.rb:118
238
255
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
239
256
  msgstr ""
240
257
 
241
- #: ../app/controllers/discovered_hosts_controller.rb:131
258
+ #: ../app/controllers/discovered_hosts_controller.rb:132
242
259
  msgid "Failed to reboot hosts with error %s"
243
260
  msgstr ""
244
261
 
245
- #: ../app/controllers/discovered_hosts_controller.rb:149
262
+ #: ../app/controllers/discovered_hosts_controller.rb:150
246
263
  msgid "Destroyed selected hosts"
247
264
  msgstr "Eliminados equipos seleccionados"
248
265
 
249
- #: ../app/controllers/discovered_hosts_controller.rb:151
266
+ #: ../app/controllers/discovered_hosts_controller.rb:152
250
267
  msgid "The following hosts were not deleted: %s"
251
268
  msgstr "Os seguintes equipos non foron eliminados: %s"
252
269
 
253
- #: ../app/controllers/discovered_hosts_controller.rb:163
270
+ #: ../app/controllers/discovered_hosts_controller.rb:164
254
271
  msgid "Failed to auto provision host %s: %s"
255
272
  msgstr ""
256
273
 
257
- #: ../app/controllers/discovered_hosts_controller.rb:191
274
+ #: ../app/controllers/discovered_hosts_controller.rb:192
258
275
  msgid "Discovered hosts are provisioning now"
259
276
  msgstr ""
260
277
 
261
- #: ../app/controllers/discovered_hosts_controller.rb:223
278
+ #: ../app/controllers/discovered_hosts_controller.rb:224
262
279
  msgid "Highlights"
263
280
  msgstr ""
264
281
 
265
- #: ../app/controllers/discovered_hosts_controller.rb:223
282
+ #: ../app/controllers/discovered_hosts_controller.rb:224
266
283
  msgid "Storage"
267
284
  msgstr ""
268
285
 
269
- #: ../app/controllers/discovered_hosts_controller.rb:223
286
+ #: ../app/controllers/discovered_hosts_controller.rb:224
270
287
  msgid "Hardware"
271
288
  msgstr ""
272
289
 
273
- #: ../app/controllers/discovered_hosts_controller.rb:223
290
+ #: ../app/controllers/discovered_hosts_controller.rb:224
274
291
  msgid "Network"
275
292
  msgstr ""
276
293
 
277
- #: ../app/controllers/discovered_hosts_controller.rb:223
294
+ #: ../app/controllers/discovered_hosts_controller.rb:224
278
295
  msgid "Software"
279
296
  msgstr ""
280
297
 
281
- #: ../app/controllers/discovered_hosts_controller.rb:223
298
+ #: ../app/controllers/discovered_hosts_controller.rb:224
282
299
  msgid "IPMI"
283
300
  msgstr ""
284
301
 
285
- #: ../app/controllers/discovered_hosts_controller.rb:223
302
+ #: ../app/controllers/discovered_hosts_controller.rb:224
286
303
  msgid "Miscellaneous"
287
304
  msgstr ""
288
305
 
289
- #: ../app/controllers/discovered_hosts_controller.rb:301
306
+ #: ../app/controllers/discovered_hosts_controller.rb:302
290
307
  msgid "No hosts were found with that id or name"
291
308
  msgstr "Non se atopou ningún equipos con ese id ou nome"
292
309
 
293
- #: ../app/controllers/discovered_hosts_controller.rb:305
310
+ #: ../app/controllers/discovered_hosts_controller.rb:306
294
311
  msgid "No hosts selected"
295
312
  msgstr "Ningún equipo seleccionado"
296
313
 
297
- #: ../app/controllers/discovered_hosts_controller.rb:311
314
+ #: ../app/controllers/discovered_hosts_controller.rb:312
298
315
  msgid "Something went wrong while selecting hosts - %s"
299
316
  msgstr "Algo fallou ao seleccionar equipos - %s"
300
317
 
@@ -310,15 +327,21 @@ msgstr ""
310
327
  msgid "%s ago"
311
328
  msgstr "Fai %s"
312
329
 
313
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
330
+ #: ../app/helpers/discovered_hosts_helper.rb:14
331
+ #: ../app/helpers/discovered_hosts_helper.rb:29
332
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
314
333
  msgid "Auto Provision"
315
334
  msgstr ""
316
335
 
317
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
336
+ #: ../app/helpers/discovered_hosts_helper.rb:15
337
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
318
338
  msgid "Refresh facts"
319
339
  msgstr ""
320
340
 
321
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
341
+ #: ../app/helpers/discovered_hosts_helper.rb:16
342
+ #: ../app/helpers/discovered_hosts_helper.rb:30
343
+ #: ../app/models/setting/discovered.rb:22
344
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
322
345
  msgid "Reboot"
323
346
  msgstr ""
324
347
 
@@ -326,11 +349,13 @@ msgstr ""
326
349
  msgid "Back"
327
350
  msgstr ""
328
351
 
329
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
352
+ #: ../app/helpers/discovered_hosts_helper.rb:21
353
+ #: ../app/helpers/discovered_hosts_helper.rb:35
330
354
  msgid "Select Action"
331
355
  msgstr "Selecciona unha Acción"
332
356
 
333
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
357
+ #: ../app/helpers/discovered_hosts_helper.rb:23
358
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
334
359
  msgid "Delete %s?"
335
360
  msgstr "¿Borrar %s?"
336
361
 
@@ -350,7 +375,8 @@ msgstr "Borrar"
350
375
  msgid "%s - The following hosts are about to be changed"
351
376
  msgstr "%s - Os seguintes equipos están a piques de ser modificados"
352
377
 
353
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
378
+ #: ../app/helpers/discovered_hosts_helper.rb:46
379
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
354
380
  msgid "N/A"
355
381
  msgstr "N/A"
356
382
 
@@ -370,7 +396,12 @@ msgstr ""
370
396
  msgid "Provision"
371
397
  msgstr "Aprovisionamento"
372
398
 
373
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
399
+ #: ../app/helpers/discovery_rules_helper.rb:26
400
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
401
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
402
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
403
+ #: ../lib/foreman_discovery/engine.rb:158
404
+ #: ../lib/foreman_discovery/engine.rb:173
374
405
  msgid "Discovered Hosts"
375
406
  msgstr ""
376
407
 
@@ -419,14 +450,17 @@ msgid "must be present."
419
450
  msgstr ""
420
451
 
421
452
  #: ../app/models/discovery_rule.rb:52
422
- msgid "Host group organization %s must also be associated to the discovery rule"
423
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
453
+ msgid ""
454
+ "Host group organization %s must also be associated to the discovery rule"
455
+ msgid_plural ""
456
+ "Host group organizations %s must also be associated to the discovery rule"
424
457
  msgstr[0] ""
425
458
  msgstr[1] ""
426
459
 
427
460
  #: ../app/models/discovery_rule.rb:56
428
461
  msgid "Host group location %s must also be associated to the discovery rule"
429
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
462
+ msgid_plural ""
463
+ "Host group locations %s must also be associated to the discovery rule"
430
464
  msgstr[0] ""
431
465
  msgstr[1] ""
432
466
 
@@ -447,11 +481,15 @@ msgid "Invalid facts, must be a Hash"
447
481
  msgstr ""
448
482
 
449
483
  #: ../app/models/host/discovered.rb:56
450
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
484
+ msgid ""
485
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
486
+ "and set hostname"
451
487
  msgstr ""
452
488
 
453
489
  #: ../app/models/host/discovered.rb:69
454
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
490
+ msgid ""
491
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
492
+ "the discovery_hostname setting: %s"
455
493
  msgstr ""
456
494
 
457
495
  #: ../app/models/host/discovered.rb:95
@@ -462,15 +500,15 @@ msgstr ""
462
500
  msgid "Could not get facts from proxy %{url}: %{error}"
463
501
  msgstr ""
464
502
 
465
- #: ../app/models/host/discovered.rb:158
466
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
503
+ #: ../app/models/host/discovered.rb:162
504
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
467
505
  msgstr ""
468
506
 
469
- #: ../app/models/host/discovered.rb:166
470
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
507
+ #: ../app/models/host/discovered.rb:181
508
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
471
509
  msgstr ""
472
510
 
473
- #: ../app/models/host/discovered.rb:185
511
+ #: ../app/models/host/discovered.rb:207
474
512
  msgid "Invalid hostname: Could not normalize the hostname"
475
513
  msgstr ""
476
514
 
@@ -498,183 +536,191 @@ msgstr ""
498
536
  msgid "Rebuild DNS for %s"
499
537
  msgstr ""
500
538
 
501
- #: ../app/models/setting/discovered.rb:19
539
+ #: ../app/models/setting/discovered.rb:15
502
540
  msgid "The default location to place discovered hosts in"
503
541
  msgstr ""
504
542
 
505
- #: ../app/models/setting/discovered.rb:19
543
+ #: ../app/models/setting/discovered.rb:15
506
544
  msgid "Discovery location"
507
545
  msgstr ""
508
546
 
509
- #: ../app/models/setting/discovered.rb:20
547
+ #: ../app/models/setting/discovered.rb:16
510
548
  msgid "The default organization to place discovered hosts in"
511
549
  msgstr ""
512
550
 
513
- #: ../app/models/setting/discovered.rb:20
551
+ #: ../app/models/setting/discovered.rb:16
514
552
  msgid "Discovery organization"
515
553
  msgstr ""
516
554
 
517
- #: ../app/models/setting/discovered.rb:21
555
+ #: ../app/models/setting/discovered.rb:17
518
556
  msgid "Fact name to use for primary interface detection"
519
557
  msgstr ""
520
558
 
521
- #: ../app/models/setting/discovered.rb:21
559
+ #: ../app/models/setting/discovered.rb:17
522
560
  msgid "Interface fact"
523
561
  msgstr ""
524
562
 
525
- #: ../app/models/setting/discovered.rb:22
526
- msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
563
+ #: ../app/models/setting/discovered.rb:18
564
+ msgid ""
565
+ "Automatic bond interface (if another interface is detected on the same VLAN "
566
+ "via LLDP)"
527
567
  msgstr ""
528
568
 
529
- #: ../app/models/setting/discovered.rb:22
569
+ #: ../app/models/setting/discovered.rb:18
530
570
  msgid "Create bond interfaces"
531
571
  msgstr ""
532
572
 
533
- #: ../app/models/setting/discovered.rb:23
573
+ #: ../app/models/setting/discovered.rb:19
534
574
  msgid "Clean all reported facts during provisioning (except discovery facts)"
535
575
  msgstr ""
536
576
 
537
- #: ../app/models/setting/discovered.rb:23
577
+ #: ../app/models/setting/discovered.rb:19
538
578
  msgid "Clean all facts"
539
579
  msgstr ""
540
580
 
541
- #: ../app/models/setting/discovered.rb:24
581
+ #: ../app/models/setting/discovered.rb:20
542
582
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
543
583
  msgstr ""
544
584
 
545
- #: ../app/models/setting/discovered.rb:24
585
+ #: ../app/models/setting/discovered.rb:20
546
586
  msgid "Hostname facts"
547
587
  msgstr ""
548
588
 
549
- #: ../app/models/setting/discovered.rb:25
550
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
589
+ #: ../app/models/setting/discovered.rb:21
590
+ msgid ""
591
+ "Automatically provision newly discovered hosts, according to the "
592
+ "provisioning rules"
551
593
  msgstr ""
552
594
 
553
- #: ../app/models/setting/discovered.rb:25
595
+ #: ../app/models/setting/discovered.rb:21
554
596
  msgid "Auto provisioning"
555
597
  msgstr ""
556
598
 
557
- #: ../app/models/setting/discovered.rb:26
599
+ #: ../app/models/setting/discovered.rb:22
558
600
  msgid "Automatically reboot or kexec discovered host during provisioning"
559
601
  msgstr ""
560
602
 
561
- #: ../app/models/setting/discovered.rb:27
603
+ #: ../app/models/setting/discovered.rb:23
562
604
  msgid "The default prefix to use for the host name, must start with a letter"
563
605
  msgstr ""
564
606
 
565
- #: ../app/models/setting/discovered.rb:27
607
+ #: ../app/models/setting/discovered.rb:23
566
608
  msgid "Hostname prefix"
567
609
  msgstr ""
568
610
 
569
- #: ../app/models/setting/discovered.rb:28
611
+ #: ../app/models/setting/discovered.rb:24
570
612
  msgid "Extra facter columns to show in host lists (separate by comma)"
571
613
  msgstr ""
572
614
 
573
- #: ../app/models/setting/discovered.rb:28
615
+ #: ../app/models/setting/discovered.rb:24
574
616
  msgid "Fact columns"
575
617
  msgstr ""
576
618
 
577
- #: ../app/models/setting/discovered.rb:29
619
+ #: ../app/models/setting/discovered.rb:25
578
620
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
579
621
  msgstr ""
580
622
 
581
- #: ../app/models/setting/discovered.rb:29
623
+ #: ../app/models/setting/discovered.rb:25
582
624
  msgid "Highlighted facts"
583
625
  msgstr ""
584
626
 
585
- #: ../app/models/setting/discovered.rb:30
627
+ #: ../app/models/setting/discovered.rb:26
586
628
  msgid "Regex to organize facts for storage section"
587
629
  msgstr ""
588
630
 
589
- #: ../app/models/setting/discovered.rb:30
631
+ #: ../app/models/setting/discovered.rb:26
590
632
  msgid "Storage facts"
591
633
  msgstr ""
592
634
 
593
- #: ../app/models/setting/discovered.rb:31
635
+ #: ../app/models/setting/discovered.rb:27
594
636
  msgid "Regex to organize facts for software section"
595
637
  msgstr ""
596
638
 
597
- #: ../app/models/setting/discovered.rb:31
639
+ #: ../app/models/setting/discovered.rb:27
598
640
  msgid "Software facts"
599
641
  msgstr ""
600
642
 
601
- #: ../app/models/setting/discovered.rb:32
643
+ #: ../app/models/setting/discovered.rb:28
602
644
  msgid "Regex to organize facts for hardware section"
603
645
  msgstr ""
604
646
 
605
- #: ../app/models/setting/discovered.rb:32
647
+ #: ../app/models/setting/discovered.rb:28
606
648
  msgid "Hardware facts"
607
649
  msgstr ""
608
650
 
609
- #: ../app/models/setting/discovered.rb:33
651
+ #: ../app/models/setting/discovered.rb:29
610
652
  msgid "Regex to organize facts for network section"
611
653
  msgstr ""
612
654
 
613
- #: ../app/models/setting/discovered.rb:33
655
+ #: ../app/models/setting/discovered.rb:29
614
656
  msgid "Network facts"
615
657
  msgstr ""
616
658
 
617
- #: ../app/models/setting/discovered.rb:34
659
+ #: ../app/models/setting/discovered.rb:30
618
660
  msgid "Regex to organize facts for ipmi section"
619
661
  msgstr ""
620
662
 
621
- #: ../app/models/setting/discovered.rb:34
663
+ #: ../app/models/setting/discovered.rb:30
622
664
  msgid "IPMI facts"
623
665
  msgstr ""
624
666
 
625
- #: ../app/models/setting/discovered.rb:35
626
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
667
+ #: ../app/models/setting/discovered.rb:31
668
+ msgid ""
669
+ "Automatically generate PXE configuration to pin a newly discovered host to "
670
+ "discovery"
627
671
  msgstr ""
628
672
 
629
- #: ../app/models/setting/discovered.rb:35
673
+ #: ../app/models/setting/discovered.rb:31
630
674
  msgid "Lock PXE"
631
675
  msgstr ""
632
676
 
633
- #: ../app/models/setting/discovered.rb:36
677
+ #: ../app/models/setting/discovered.rb:32
634
678
  msgid "PXELinux template to be used when pinning a host to discovery"
635
679
  msgstr ""
636
680
 
637
- #: ../app/models/setting/discovered.rb:36
681
+ #: ../app/models/setting/discovered.rb:32
638
682
  msgid "Locked PXELinux template name"
639
683
  msgstr ""
640
684
 
641
- #: ../app/models/setting/discovered.rb:37
685
+ #: ../app/models/setting/discovered.rb:33
642
686
  msgid "PXEGrub template to be used when pinning a host to discovery"
643
687
  msgstr ""
644
688
 
645
- #: ../app/models/setting/discovered.rb:37
689
+ #: ../app/models/setting/discovered.rb:33
646
690
  msgid "Locked PXEGrub template name"
647
691
  msgstr ""
648
692
 
649
- #: ../app/models/setting/discovered.rb:38
693
+ #: ../app/models/setting/discovered.rb:34
650
694
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
651
695
  msgstr ""
652
696
 
653
- #: ../app/models/setting/discovered.rb:38
697
+ #: ../app/models/setting/discovered.rb:34
654
698
  msgid "Locked PXEGrub2 template name"
655
699
  msgstr ""
656
700
 
657
- #: ../app/models/setting/discovered.rb:39
701
+ #: ../app/models/setting/discovered.rb:35
658
702
  msgid "Force DNS entries creation when provisioning discovered host"
659
703
  msgstr ""
660
704
 
661
- #: ../app/models/setting/discovered.rb:39
705
+ #: ../app/models/setting/discovered.rb:35
662
706
  msgid "Force DNS"
663
707
  msgstr ""
664
708
 
665
- #: ../app/models/setting/discovered.rb:40
666
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
709
+ #: ../app/models/setting/discovered.rb:36
710
+ msgid ""
711
+ "Do not allow to discover existing managed host matching MAC of a "
712
+ "provisioning NIC (errors out early)"
667
713
  msgstr ""
668
714
 
669
- #: ../app/models/setting/discovered.rb:40
715
+ #: ../app/models/setting/discovered.rb:36
670
716
  msgid "Error on existing NIC"
671
717
  msgstr ""
672
718
 
673
- #: ../app/models/setting/discovered.rb:41
719
+ #: ../app/models/setting/discovered.rb:37
674
720
  msgid "Discovery hostname naming pattern"
675
721
  msgstr ""
676
722
 
677
- #: ../app/models/setting/discovered.rb:41
723
+ #: ../app/models/setting/discovered.rb:37
678
724
  msgid "Type of name generator"
679
725
  msgstr ""
680
726
 
@@ -687,7 +733,13 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
687
733
  msgstr ""
688
734
 
689
735
  #: ../app/services/foreman_discovery/fact_parser.rb:12
690
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
736
+ msgid ""
737
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
738
+ "%{filter}"
739
+ msgstr ""
740
+
741
+ #: ../app/services/foreman_discovery/host_converter.rb:39
742
+ msgid "IPAM must be configured for subnet '%s'"
691
743
  msgstr ""
692
744
 
693
745
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -698,6 +750,12 @@ msgstr ""
698
750
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
699
751
  msgstr ""
700
752
 
753
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
754
+ msgid "Discovered Host"
755
+ msgid_plural "Discovered Hosts"
756
+ msgstr[0] ""
757
+ msgstr[1] ""
758
+
701
759
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
702
760
  msgid "No discovered hosts available"
703
761
  msgstr ""
@@ -706,23 +764,33 @@ msgstr ""
706
764
  msgid "Host"
707
765
  msgstr "Equipo"
708
766
 
709
- #: ../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
767
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
768
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
769
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
770
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
771
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
710
772
  msgid "Model"
711
773
  msgstr "Modelo"
712
774
 
713
- #: ../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
775
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
776
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
777
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
778
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
714
779
  msgid "CPUs"
715
780
  msgstr "Procesadores"
716
781
 
717
- #: ../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
782
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
783
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
784
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
785
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
718
786
  msgid "Memory"
719
787
  msgstr "Memoria"
720
788
 
721
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
789
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
722
790
  msgid "Customize Host"
723
791
  msgstr ""
724
792
 
725
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
793
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
726
794
  msgid "Create Host"
727
795
  msgstr ""
728
796
 
@@ -734,11 +802,16 @@ msgstr "Seleccionar tódolos obxetos desta páxina"
734
802
  msgid "items selected. Uncheck to Clear"
735
803
  msgstr "obxetos seleccionados. Desactivar para limpar"
736
804
 
737
- #: ../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
805
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
806
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
807
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
808
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
738
809
  msgid "Name"
739
810
  msgstr "Nome"
740
811
 
741
- #: ../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
812
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
813
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
814
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
742
815
  msgid "IP Address"
743
816
  msgstr "Dirección IP"
744
817
 
@@ -750,11 +823,13 @@ msgstr ""
750
823
  msgid "Disks Size"
751
824
  msgstr ""
752
825
 
753
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
827
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
754
828
  msgid "Location"
755
829
  msgstr "Lugares"
756
830
 
757
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
831
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
832
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
758
833
  msgid "Organization"
759
834
  msgstr "Organización"
760
835
 
@@ -766,7 +841,8 @@ msgstr "Subrede"
766
841
  msgid "Last Facts Upload"
767
842
  msgstr ""
768
843
 
769
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
844
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
845
+ #: ../app/views/discovery_rules/index.html.erb:12
770
846
  msgid "Actions"
771
847
  msgstr "Accións"
772
848
 
@@ -787,7 +863,9 @@ msgid "Provision %s"
787
863
  msgstr ""
788
864
 
789
865
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
790
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
866
+ msgid ""
867
+ "This might take a while, as all hosts, facts and reports will be destroyed "
868
+ "as well"
791
869
  msgstr "Esta acción pode tardar un anaco, xa que se eliminarán tódolos equipos, datos e informes."
792
870
 
793
871
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -831,7 +909,9 @@ msgid "No discovered hosts found in this context."
831
909
  msgstr ""
832
910
 
833
911
  #: ../app/views/discovered_hosts/welcome.html.erb:8
834
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
912
+ msgid ""
913
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
914
+ "provisioned."
835
915
  msgstr ""
836
916
 
837
917
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -846,19 +926,23 @@ msgstr ""
846
926
  msgid "<b>Foreman</b> Discovered hosts summary"
847
927
  msgstr ""
848
928
 
849
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
929
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
930
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
850
931
  msgid "Summary from %{time} ago to %{now}"
851
932
  msgstr ""
852
933
 
853
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
934
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
935
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
854
936
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
855
937
  msgstr ""
856
938
 
857
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
939
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
940
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
858
941
  msgid "Disk count"
859
942
  msgstr ""
860
943
 
861
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
944
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
945
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
862
946
  msgid "Disks size"
863
947
  msgstr ""
864
948
 
@@ -907,30 +991,41 @@ msgid "Rule priority (lower integer means higher priority)"
907
991
  msgstr ""
908
992
 
909
993
  #: ../app/views/discovery_rules/_template_inline.erb:2
910
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
994
+ msgid ""
995
+ "Specify target hostname template pattern in the same syntax as in "
996
+ "Provisioning Templates (ERB)."
911
997
  msgstr ""
912
998
 
913
999
  #: ../app/views/discovery_rules/_template_inline.erb:4
914
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
1000
+ msgid ""
1001
+ "Domain will be appended automatically. A hostname based on MAC address will "
1002
+ "be used when left blank."
915
1003
  msgstr ""
916
1004
 
917
1005
  #: ../app/views/discovery_rules/_template_inline.erb:5
918
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1006
+ msgid ""
1007
+ "In addition to @host attribute function rand for random integers is "
1008
+ "available. Examples:"
919
1009
  msgstr ""
920
1010
 
921
1011
  #: ../app/views/discovery_rules/_template_inline.erb:8
922
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
1012
+ msgid ""
1013
+ "When creating hostname patterns, make sure the resulting host names are "
1014
+ "unique."
923
1015
  msgstr ""
924
1016
 
925
1017
  #: ../app/views/discovery_rules/_template_inline.erb:9
926
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1018
+ msgid ""
1019
+ "Hostnames must not start with numbers. A good approach is to use unique "
1020
+ "information provided by facter (MAC address, BIOS or serial ID)."
927
1021
  msgstr ""
928
1022
 
929
1023
  #: ../app/views/discovery_rules/edit.html.erb:1
930
1024
  msgid "Edit %s"
931
1025
  msgstr "Editar %s"
932
1026
 
933
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
1027
+ #: ../app/views/discovery_rules/index.html.erb:1
1028
+ #: ../lib/foreman_discovery/engine.rb:163
934
1029
  msgid "Discovery Rules"
935
1030
  msgstr ""
936
1031
 
@@ -995,9 +1090,13 @@ msgid "Discovery Proxy"
995
1090
  msgstr ""
996
1091
 
997
1092
  #: ../lib/foreman_discovery/engine.rb:189
998
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1093
+ msgid ""
1094
+ "Discovery Proxy to use within this subnet for managing connection to "
1095
+ "discovered hosts"
999
1096
  msgstr ""
1000
1097
 
1001
1098
  #: ../lib/foreman_discovery/engine.rb:190
1002
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1099
+ msgid ""
1100
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1101
+ "discovered hosts"
1003
1102
  msgstr ""