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
@@ -4,16 +4,16 @@
4
4
  #
5
5
  # Translators:
6
6
  # Denis Denis <stereodenis@gmail.com>, 2014
7
- # Dominic Cleal <dominic@cleal.org>, 2014
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2014
8
8
  # Denis Denis <stereodenis@gmail.com>, 2014
9
9
  # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2015
10
10
  # Yulia <yulia.poyarkova@redhat.com>, 2016
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 15.0.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
16
- "Last-Translator: Lukáš Zapletal\n"
15
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
+ "Last-Translator: Transifex Bot <>\n"
17
17
  "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
18
18
  "\n"
19
19
  "MIME-Version: 1.0\n"
@@ -39,6 +39,9 @@ msgstr "Сводка обнаруженных узлов от Foreman"
39
39
  msgid "A summary of discovered hosts"
40
40
  msgstr "Сводка состояния обнаруженных узлов"
41
41
 
42
+ msgid "Action with sub plans"
43
+ msgstr ""
44
+
42
45
  msgid "Actions"
43
46
  msgstr "Действия"
44
47
 
@@ -141,6 +144,11 @@ msgstr "Отключить"
141
144
  msgid "Disable rule '%s'?"
142
145
  msgstr "Отключить правило «%s»?"
143
146
 
147
+ msgid "Discovered Host"
148
+ msgid_plural "Discovered Hosts"
149
+ msgstr[0] ""
150
+ msgstr[1] ""
151
+
144
152
  msgid "Discovered Hosts"
145
153
  msgstr "Обнаруженные узлы"
146
154
 
@@ -356,6 +364,9 @@ msgstr "IP"
356
364
  msgid "IP address"
357
365
  msgstr "IP-адрес"
358
366
 
367
+ msgid "IPAM must be configured for subnet '%s'"
368
+ msgstr ""
369
+
359
370
  msgid "IPMI"
360
371
  msgstr "IPMI"
361
372
 
@@ -371,6 +382,12 @@ msgstr "API образа вернул ошибку HTTP/%{code}: %{msg} (body: %
371
382
  msgid "Image API returned HTTP/%{code} with '%{body}"
372
383
  msgstr "API образа вернул ошибку HTTP/%{code}: '%{body}"
373
384
 
385
+ msgid "Import Puppet classes"
386
+ msgstr ""
387
+
388
+ msgid "Import facts"
389
+ msgstr ""
390
+
374
391
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
375
392
  msgstr ""
376
393
 
@@ -587,6 +604,9 @@ msgstr "Регулярное выражение для организации ф
587
604
  msgid "Reloading kernel on %s"
588
605
  msgstr "Перезагрузка ядра на %s"
589
606
 
607
+ msgid "Remote action:"
608
+ msgstr ""
609
+
590
610
  msgid "Reported in the last 7 days"
591
611
  msgstr "Были данные за последние 7 дней"
592
612
 
@@ -686,15 +706,15 @@ msgstr "Не удалось найти правило: необходимо ук
686
706
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
687
707
  msgstr ""
688
708
 
689
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
690
- msgstr "Не удалось выполнить kexec на %{name} с %{url}: %{msg}"
709
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
710
+ msgstr ""
711
+
712
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
713
+ msgstr ""
691
714
 
692
715
  msgid "Unable to provision %{host}: %{errors}"
693
716
  msgstr "Не удалось подготовить %{host}: %{errors}"
694
717
 
695
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
696
- msgstr "Не удалось перезагрузить %{name} с %{url}: %{msg}"
697
-
698
718
  msgid "Update a rule"
699
719
  msgstr "Обновить правило"
700
720
 
@@ -1,20 +1,19 @@
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
- # Dominic Cleal <dominic@cleal.org>, 2014
6
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2014
7
7
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
8
8
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
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
- "POT-Creation-Date: 2019-07-23 17:13+0200\n"
14
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
15
- "Last-Translator: Lukáš Zapletal\n"
16
- "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
17
- "uage/sv_SE/)\n"
13
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
14
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
15
+ "Last-Translator: Transifex Bot <>\n"
16
+ "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/language/sv_SE/)\n"
18
17
  "MIME-Version: 1.0\n"
19
18
  "Content-Type: text/plain; charset=UTF-8\n"
20
19
  "Content-Transfer-Encoding: 8bit\n"
@@ -25,19 +24,23 @@ msgstr ""
25
24
  msgid "List all discovered hosts"
26
25
  msgstr ""
27
26
 
28
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
27
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
28
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
29
29
  msgid "filter results"
30
30
  msgstr "filtrera resultat"
31
31
 
32
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
32
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
33
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
33
34
  msgid "sort results"
34
35
  msgstr "sortera resultat"
35
36
 
36
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
37
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
38
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
37
39
  msgid "paginate results"
38
40
  msgstr ""
39
41
 
40
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
42
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
43
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
41
44
  msgid "number of entries per request"
42
45
  msgstr "antal poster per begäran"
43
46
 
@@ -45,7 +48,8 @@ msgstr "antal poster per begäran"
45
48
  msgid "Show a discovered host"
46
49
  msgstr ""
47
50
 
48
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
51
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
52
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
49
53
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
50
54
  msgstr ""
51
55
 
@@ -66,11 +70,14 @@ msgid "not required if it's a virtual machine"
66
70
  msgstr ""
67
71
 
68
72
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
69
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
73
+ msgid ""
74
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
70
75
  msgstr ""
71
76
 
72
77
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
73
- msgid "required if value is not inherited from host group or default password in settings"
78
+ msgid ""
79
+ "required if value is not inherited from host group or default password in "
80
+ "settings"
74
81
  msgstr ""
75
82
 
76
83
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -82,14 +89,18 @@ msgid "Upload facts for a host, creating the host if required"
82
89
  msgstr ""
83
90
 
84
91
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
85
- 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)"
92
+ msgid ""
93
+ "hash containing facts for the host with minimum set of facts: "
94
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
95
+ "eth0 (example in case primary interface is named eth0)"
86
96
  msgstr ""
87
97
 
88
98
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
89
99
  msgid "Execute rules against a discovered host"
90
100
  msgstr ""
91
101
 
92
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
102
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
103
+ #: ../app/controllers/discovered_hosts_controller.rb:160
93
104
  msgid "Host %{host} was provisioned with rule %{rule}"
94
105
  msgstr ""
95
106
 
@@ -97,7 +108,8 @@ msgstr ""
97
108
  msgid "Unable to provision %{host}: %{errors}"
98
109
  msgstr ""
99
110
 
100
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
111
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
112
+ #: ../app/controllers/discovered_hosts_controller.rb:167
101
113
  msgid "No rule found for host %s"
102
114
  msgstr ""
103
115
 
@@ -105,11 +117,13 @@ msgstr ""
105
117
  msgid "Execute rules against all currently discovered hosts"
106
118
  msgstr ""
107
119
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
121
+ #: ../app/controllers/discovered_hosts_controller.rb:173
109
122
  msgid "Errors during auto provisioning: %s"
110
123
  msgstr ""
111
124
 
112
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
125
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
126
+ #: ../app/controllers/discovered_hosts_controller.rb:176
113
127
  msgid "No discovered hosts to provision"
114
128
  msgstr ""
115
129
 
@@ -129,7 +143,8 @@ msgstr ""
129
143
  msgid "Rebooting all discovered hosts"
130
144
  msgstr ""
131
145
 
132
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
146
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
147
+ #: ../app/controllers/discovered_hosts_controller.rb:129
133
148
  msgid "Discovered hosts are rebooting now"
134
149
  msgstr ""
135
150
 
@@ -154,7 +169,8 @@ msgid "the hostgroup that is used to auto provision a host"
154
169
  msgstr ""
155
170
 
156
171
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
157
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
172
+ msgid ""
173
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
158
174
  msgstr ""
159
175
 
160
176
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -162,7 +178,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
162
178
  msgstr ""
163
179
 
164
180
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
165
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
181
+ msgid ""
182
+ "puts the rules in order, low numbers go first. Must be greater then zero"
166
183
  msgstr ""
167
184
 
168
185
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -201,11 +218,11 @@ msgstr ""
201
218
  msgid "No hostgroup associated with rule '%s'"
202
219
  msgstr ""
203
220
 
204
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
221
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
205
222
  msgid "Errors during reboot: %s"
206
223
  msgstr ""
207
224
 
208
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
225
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
209
226
  msgid "No discovered hosts to reboot"
210
227
  msgstr ""
211
228
 
@@ -213,91 +230,91 @@ msgstr ""
213
230
  msgid "Successfully provisioned %s"
214
231
  msgstr ""
215
232
 
216
- #: ../app/controllers/discovered_hosts_controller.rb:96
233
+ #: ../app/controllers/discovered_hosts_controller.rb:97
217
234
  msgid "Facts refreshed for %s"
218
235
  msgstr "Fakta uppdaterade för %s"
219
236
 
220
- #: ../app/controllers/discovered_hosts_controller.rb:98
237
+ #: ../app/controllers/discovered_hosts_controller.rb:99
221
238
  msgid "Failed to refresh facts for %s"
222
239
  msgstr "Misslyckades med att uppdatera fakta för %s"
223
240
 
224
- #: ../app/controllers/discovered_hosts_controller.rb:101
241
+ #: ../app/controllers/discovered_hosts_controller.rb:102
225
242
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
226
243
  msgstr ""
227
244
 
228
- #: ../app/controllers/discovered_hosts_controller.rb:108
245
+ #: ../app/controllers/discovered_hosts_controller.rb:109
229
246
  msgid "Host of type %s can not be rebooted"
230
247
  msgstr ""
231
248
 
232
- #: ../app/controllers/discovered_hosts_controller.rb:112
249
+ #: ../app/controllers/discovered_hosts_controller.rb:113
233
250
  msgid "Rebooting host %s"
234
251
  msgstr ""
235
252
 
236
- #: ../app/controllers/discovered_hosts_controller.rb:114
253
+ #: ../app/controllers/discovered_hosts_controller.rb:115
237
254
  msgid "Failed to reboot host %s"
238
255
  msgstr ""
239
256
 
240
- #: ../app/controllers/discovered_hosts_controller.rb:117
257
+ #: ../app/controllers/discovered_hosts_controller.rb:118
241
258
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
242
259
  msgstr ""
243
260
 
244
- #: ../app/controllers/discovered_hosts_controller.rb:131
261
+ #: ../app/controllers/discovered_hosts_controller.rb:132
245
262
  msgid "Failed to reboot hosts with error %s"
246
263
  msgstr ""
247
264
 
248
- #: ../app/controllers/discovered_hosts_controller.rb:149
265
+ #: ../app/controllers/discovered_hosts_controller.rb:150
249
266
  msgid "Destroyed selected hosts"
250
267
  msgstr "Förstör markerade värdar"
251
268
 
252
- #: ../app/controllers/discovered_hosts_controller.rb:151
269
+ #: ../app/controllers/discovered_hosts_controller.rb:152
253
270
  msgid "The following hosts were not deleted: %s"
254
271
  msgstr "Följande värdar raderades inte: %s"
255
272
 
256
- #: ../app/controllers/discovered_hosts_controller.rb:163
273
+ #: ../app/controllers/discovered_hosts_controller.rb:164
257
274
  msgid "Failed to auto provision host %s: %s"
258
275
  msgstr ""
259
276
 
260
- #: ../app/controllers/discovered_hosts_controller.rb:191
277
+ #: ../app/controllers/discovered_hosts_controller.rb:192
261
278
  msgid "Discovered hosts are provisioning now"
262
279
  msgstr ""
263
280
 
264
- #: ../app/controllers/discovered_hosts_controller.rb:223
281
+ #: ../app/controllers/discovered_hosts_controller.rb:224
265
282
  msgid "Highlights"
266
283
  msgstr ""
267
284
 
268
- #: ../app/controllers/discovered_hosts_controller.rb:223
285
+ #: ../app/controllers/discovered_hosts_controller.rb:224
269
286
  msgid "Storage"
270
287
  msgstr ""
271
288
 
272
- #: ../app/controllers/discovered_hosts_controller.rb:223
289
+ #: ../app/controllers/discovered_hosts_controller.rb:224
273
290
  msgid "Hardware"
274
291
  msgstr ""
275
292
 
276
- #: ../app/controllers/discovered_hosts_controller.rb:223
293
+ #: ../app/controllers/discovered_hosts_controller.rb:224
277
294
  msgid "Network"
278
295
  msgstr ""
279
296
 
280
- #: ../app/controllers/discovered_hosts_controller.rb:223
297
+ #: ../app/controllers/discovered_hosts_controller.rb:224
281
298
  msgid "Software"
282
299
  msgstr ""
283
300
 
284
- #: ../app/controllers/discovered_hosts_controller.rb:223
301
+ #: ../app/controllers/discovered_hosts_controller.rb:224
285
302
  msgid "IPMI"
286
303
  msgstr ""
287
304
 
288
- #: ../app/controllers/discovered_hosts_controller.rb:223
305
+ #: ../app/controllers/discovered_hosts_controller.rb:224
289
306
  msgid "Miscellaneous"
290
307
  msgstr ""
291
308
 
292
- #: ../app/controllers/discovered_hosts_controller.rb:301
309
+ #: ../app/controllers/discovered_hosts_controller.rb:302
293
310
  msgid "No hosts were found with that id or name"
294
311
  msgstr "Inga värdar med det idt eller namnet hittades"
295
312
 
296
- #: ../app/controllers/discovered_hosts_controller.rb:305
313
+ #: ../app/controllers/discovered_hosts_controller.rb:306
297
314
  msgid "No hosts selected"
298
315
  msgstr "Inga värdar markerade"
299
316
 
300
- #: ../app/controllers/discovered_hosts_controller.rb:311
317
+ #: ../app/controllers/discovered_hosts_controller.rb:312
301
318
  msgid "Something went wrong while selecting hosts - %s"
302
319
  msgstr "Något blev fel vid markering av värdar - %s"
303
320
 
@@ -313,15 +330,21 @@ msgstr ""
313
330
  msgid "%s ago"
314
331
  msgstr "%s sedan"
315
332
 
316
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
333
+ #: ../app/helpers/discovered_hosts_helper.rb:14
334
+ #: ../app/helpers/discovered_hosts_helper.rb:29
335
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
317
336
  msgid "Auto Provision"
318
337
  msgstr ""
319
338
 
320
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
339
+ #: ../app/helpers/discovered_hosts_helper.rb:15
340
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
321
341
  msgid "Refresh facts"
322
342
  msgstr "Uppdatera fakta"
323
343
 
324
- #: ../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
344
+ #: ../app/helpers/discovered_hosts_helper.rb:16
345
+ #: ../app/helpers/discovered_hosts_helper.rb:30
346
+ #: ../app/models/setting/discovered.rb:22
347
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
325
348
  msgid "Reboot"
326
349
  msgstr ""
327
350
 
@@ -329,11 +352,13 @@ msgstr ""
329
352
  msgid "Back"
330
353
  msgstr ""
331
354
 
332
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
355
+ #: ../app/helpers/discovered_hosts_helper.rb:21
356
+ #: ../app/helpers/discovered_hosts_helper.rb:35
333
357
  msgid "Select Action"
334
358
  msgstr "Välj Åtgärd"
335
359
 
336
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
360
+ #: ../app/helpers/discovered_hosts_helper.rb:23
361
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
337
362
  msgid "Delete %s?"
338
363
  msgstr "Radera %s?"
339
364
 
@@ -353,7 +378,8 @@ msgstr "Radera"
353
378
  msgid "%s - The following hosts are about to be changed"
354
379
  msgstr "%s - Följande värdar kommer att ändras"
355
380
 
356
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
381
+ #: ../app/helpers/discovered_hosts_helper.rb:46
382
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
357
383
  msgid "N/A"
358
384
  msgstr "N/A"
359
385
 
@@ -373,7 +399,12 @@ msgstr ""
373
399
  msgid "Provision"
374
400
  msgstr "Provisionera"
375
401
 
376
- #: ../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
402
+ #: ../app/helpers/discovery_rules_helper.rb:26
403
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
404
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
405
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
406
+ #: ../lib/foreman_discovery/engine.rb:158
407
+ #: ../lib/foreman_discovery/engine.rb:173
377
408
  msgid "Discovered Hosts"
378
409
  msgstr "Hittade värdar"
379
410
 
@@ -422,14 +453,17 @@ msgid "must be present."
422
453
  msgstr ""
423
454
 
424
455
  #: ../app/models/discovery_rule.rb:52
425
- msgid "Host group organization %s must also be associated to the discovery rule"
426
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
456
+ msgid ""
457
+ "Host group organization %s must also be associated to the discovery rule"
458
+ msgid_plural ""
459
+ "Host group organizations %s must also be associated to the discovery rule"
427
460
  msgstr[0] ""
428
461
  msgstr[1] ""
429
462
 
430
463
  #: ../app/models/discovery_rule.rb:56
431
464
  msgid "Host group location %s must also be associated to the discovery rule"
432
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
465
+ msgid_plural ""
466
+ "Host group locations %s must also be associated to the discovery rule"
433
467
  msgstr[0] ""
434
468
  msgstr[1] ""
435
469
 
@@ -450,11 +484,15 @@ msgid "Invalid facts, must be a Hash"
450
484
  msgstr ""
451
485
 
452
486
  #: ../app/models/host/discovered.rb:56
453
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
487
+ msgid ""
488
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
489
+ "and set hostname"
454
490
  msgstr ""
455
491
 
456
492
  #: ../app/models/host/discovered.rb:69
457
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
493
+ msgid ""
494
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
495
+ "the discovery_hostname setting: %s"
458
496
  msgstr ""
459
497
 
460
498
  #: ../app/models/host/discovered.rb:95
@@ -465,15 +503,15 @@ msgstr ""
465
503
  msgid "Could not get facts from proxy %{url}: %{error}"
466
504
  msgstr ""
467
505
 
468
- #: ../app/models/host/discovered.rb:158
469
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
506
+ #: ../app/models/host/discovered.rb:162
507
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
470
508
  msgstr ""
471
509
 
472
- #: ../app/models/host/discovered.rb:166
473
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
510
+ #: ../app/models/host/discovered.rb:181
511
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
474
512
  msgstr ""
475
513
 
476
- #: ../app/models/host/discovered.rb:185
514
+ #: ../app/models/host/discovered.rb:207
477
515
  msgid "Invalid hostname: Could not normalize the hostname"
478
516
  msgstr ""
479
517
 
@@ -501,183 +539,191 @@ msgstr ""
501
539
  msgid "Rebuild DNS for %s"
502
540
  msgstr ""
503
541
 
504
- #: ../app/models/setting/discovered.rb:19
542
+ #: ../app/models/setting/discovered.rb:15
505
543
  msgid "The default location to place discovered hosts in"
506
544
  msgstr "Standardplatsen att placera värdar i"
507
545
 
508
- #: ../app/models/setting/discovered.rb:19
546
+ #: ../app/models/setting/discovered.rb:15
509
547
  msgid "Discovery location"
510
548
  msgstr ""
511
549
 
512
- #: ../app/models/setting/discovered.rb:20
550
+ #: ../app/models/setting/discovered.rb:16
513
551
  msgid "The default organization to place discovered hosts in"
514
552
  msgstr "Standardorganisationen att placera hittade värdar i"
515
553
 
516
- #: ../app/models/setting/discovered.rb:20
554
+ #: ../app/models/setting/discovered.rb:16
517
555
  msgid "Discovery organization"
518
556
  msgstr ""
519
557
 
520
- #: ../app/models/setting/discovered.rb:21
558
+ #: ../app/models/setting/discovered.rb:17
521
559
  msgid "Fact name to use for primary interface detection"
522
560
  msgstr ""
523
561
 
524
- #: ../app/models/setting/discovered.rb:21
562
+ #: ../app/models/setting/discovered.rb:17
525
563
  msgid "Interface fact"
526
564
  msgstr ""
527
565
 
528
- #: ../app/models/setting/discovered.rb:22
529
- msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
566
+ #: ../app/models/setting/discovered.rb:18
567
+ msgid ""
568
+ "Automatic bond interface (if another interface is detected on the same VLAN "
569
+ "via LLDP)"
530
570
  msgstr ""
531
571
 
532
- #: ../app/models/setting/discovered.rb:22
572
+ #: ../app/models/setting/discovered.rb:18
533
573
  msgid "Create bond interfaces"
534
574
  msgstr ""
535
575
 
536
- #: ../app/models/setting/discovered.rb:23
576
+ #: ../app/models/setting/discovered.rb:19
537
577
  msgid "Clean all reported facts during provisioning (except discovery facts)"
538
578
  msgstr ""
539
579
 
540
- #: ../app/models/setting/discovered.rb:23
580
+ #: ../app/models/setting/discovered.rb:19
541
581
  msgid "Clean all facts"
542
582
  msgstr ""
543
583
 
544
- #: ../app/models/setting/discovered.rb:24
584
+ #: ../app/models/setting/discovered.rb:20
545
585
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
546
586
  msgstr ""
547
587
 
548
- #: ../app/models/setting/discovered.rb:24
588
+ #: ../app/models/setting/discovered.rb:20
549
589
  msgid "Hostname facts"
550
590
  msgstr ""
551
591
 
552
- #: ../app/models/setting/discovered.rb:25
553
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
592
+ #: ../app/models/setting/discovered.rb:21
593
+ msgid ""
594
+ "Automatically provision newly discovered hosts, according to the "
595
+ "provisioning rules"
554
596
  msgstr ""
555
597
 
556
- #: ../app/models/setting/discovered.rb:25
598
+ #: ../app/models/setting/discovered.rb:21
557
599
  msgid "Auto provisioning"
558
600
  msgstr ""
559
601
 
560
- #: ../app/models/setting/discovered.rb:26
602
+ #: ../app/models/setting/discovered.rb:22
561
603
  msgid "Automatically reboot or kexec discovered host during provisioning"
562
604
  msgstr ""
563
605
 
564
- #: ../app/models/setting/discovered.rb:27
606
+ #: ../app/models/setting/discovered.rb:23
565
607
  msgid "The default prefix to use for the host name, must start with a letter"
566
608
  msgstr ""
567
609
 
568
- #: ../app/models/setting/discovered.rb:27
610
+ #: ../app/models/setting/discovered.rb:23
569
611
  msgid "Hostname prefix"
570
612
  msgstr ""
571
613
 
572
- #: ../app/models/setting/discovered.rb:28
614
+ #: ../app/models/setting/discovered.rb:24
573
615
  msgid "Extra facter columns to show in host lists (separate by comma)"
574
616
  msgstr ""
575
617
 
576
- #: ../app/models/setting/discovered.rb:28
618
+ #: ../app/models/setting/discovered.rb:24
577
619
  msgid "Fact columns"
578
620
  msgstr ""
579
621
 
580
- #: ../app/models/setting/discovered.rb:29
622
+ #: ../app/models/setting/discovered.rb:25
581
623
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
582
624
  msgstr ""
583
625
 
584
- #: ../app/models/setting/discovered.rb:29
626
+ #: ../app/models/setting/discovered.rb:25
585
627
  msgid "Highlighted facts"
586
628
  msgstr ""
587
629
 
588
- #: ../app/models/setting/discovered.rb:30
630
+ #: ../app/models/setting/discovered.rb:26
589
631
  msgid "Regex to organize facts for storage section"
590
632
  msgstr ""
591
633
 
592
- #: ../app/models/setting/discovered.rb:30
634
+ #: ../app/models/setting/discovered.rb:26
593
635
  msgid "Storage facts"
594
636
  msgstr ""
595
637
 
596
- #: ../app/models/setting/discovered.rb:31
638
+ #: ../app/models/setting/discovered.rb:27
597
639
  msgid "Regex to organize facts for software section"
598
640
  msgstr ""
599
641
 
600
- #: ../app/models/setting/discovered.rb:31
642
+ #: ../app/models/setting/discovered.rb:27
601
643
  msgid "Software facts"
602
644
  msgstr ""
603
645
 
604
- #: ../app/models/setting/discovered.rb:32
646
+ #: ../app/models/setting/discovered.rb:28
605
647
  msgid "Regex to organize facts for hardware section"
606
648
  msgstr ""
607
649
 
608
- #: ../app/models/setting/discovered.rb:32
650
+ #: ../app/models/setting/discovered.rb:28
609
651
  msgid "Hardware facts"
610
652
  msgstr ""
611
653
 
612
- #: ../app/models/setting/discovered.rb:33
654
+ #: ../app/models/setting/discovered.rb:29
613
655
  msgid "Regex to organize facts for network section"
614
656
  msgstr ""
615
657
 
616
- #: ../app/models/setting/discovered.rb:33
658
+ #: ../app/models/setting/discovered.rb:29
617
659
  msgid "Network facts"
618
660
  msgstr ""
619
661
 
620
- #: ../app/models/setting/discovered.rb:34
662
+ #: ../app/models/setting/discovered.rb:30
621
663
  msgid "Regex to organize facts for ipmi section"
622
664
  msgstr ""
623
665
 
624
- #: ../app/models/setting/discovered.rb:34
666
+ #: ../app/models/setting/discovered.rb:30
625
667
  msgid "IPMI facts"
626
668
  msgstr ""
627
669
 
628
- #: ../app/models/setting/discovered.rb:35
629
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
670
+ #: ../app/models/setting/discovered.rb:31
671
+ msgid ""
672
+ "Automatically generate PXE configuration to pin a newly discovered host to "
673
+ "discovery"
630
674
  msgstr ""
631
675
 
632
- #: ../app/models/setting/discovered.rb:35
676
+ #: ../app/models/setting/discovered.rb:31
633
677
  msgid "Lock PXE"
634
678
  msgstr ""
635
679
 
636
- #: ../app/models/setting/discovered.rb:36
680
+ #: ../app/models/setting/discovered.rb:32
637
681
  msgid "PXELinux template to be used when pinning a host to discovery"
638
682
  msgstr ""
639
683
 
640
- #: ../app/models/setting/discovered.rb:36
684
+ #: ../app/models/setting/discovered.rb:32
641
685
  msgid "Locked PXELinux template name"
642
686
  msgstr ""
643
687
 
644
- #: ../app/models/setting/discovered.rb:37
688
+ #: ../app/models/setting/discovered.rb:33
645
689
  msgid "PXEGrub template to be used when pinning a host to discovery"
646
690
  msgstr ""
647
691
 
648
- #: ../app/models/setting/discovered.rb:37
692
+ #: ../app/models/setting/discovered.rb:33
649
693
  msgid "Locked PXEGrub template name"
650
694
  msgstr ""
651
695
 
652
- #: ../app/models/setting/discovered.rb:38
696
+ #: ../app/models/setting/discovered.rb:34
653
697
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
654
698
  msgstr ""
655
699
 
656
- #: ../app/models/setting/discovered.rb:38
700
+ #: ../app/models/setting/discovered.rb:34
657
701
  msgid "Locked PXEGrub2 template name"
658
702
  msgstr ""
659
703
 
660
- #: ../app/models/setting/discovered.rb:39
704
+ #: ../app/models/setting/discovered.rb:35
661
705
  msgid "Force DNS entries creation when provisioning discovered host"
662
706
  msgstr ""
663
707
 
664
- #: ../app/models/setting/discovered.rb:39
708
+ #: ../app/models/setting/discovered.rb:35
665
709
  msgid "Force DNS"
666
710
  msgstr ""
667
711
 
668
- #: ../app/models/setting/discovered.rb:40
669
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
712
+ #: ../app/models/setting/discovered.rb:36
713
+ msgid ""
714
+ "Do not allow to discover existing managed host matching MAC of a "
715
+ "provisioning NIC (errors out early)"
670
716
  msgstr ""
671
717
 
672
- #: ../app/models/setting/discovered.rb:40
718
+ #: ../app/models/setting/discovered.rb:36
673
719
  msgid "Error on existing NIC"
674
720
  msgstr ""
675
721
 
676
- #: ../app/models/setting/discovered.rb:41
722
+ #: ../app/models/setting/discovered.rb:37
677
723
  msgid "Discovery hostname naming pattern"
678
724
  msgstr ""
679
725
 
680
- #: ../app/models/setting/discovered.rb:41
726
+ #: ../app/models/setting/discovered.rb:37
681
727
  msgid "Type of name generator"
682
728
  msgstr ""
683
729
 
@@ -690,7 +736,13 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
690
736
  msgstr ""
691
737
 
692
738
  #: ../app/services/foreman_discovery/fact_parser.rb:12
693
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
739
+ msgid ""
740
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
741
+ "%{filter}"
742
+ msgstr ""
743
+
744
+ #: ../app/services/foreman_discovery/host_converter.rb:39
745
+ msgid "IPAM must be configured for subnet '%s'"
694
746
  msgstr ""
695
747
 
696
748
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -701,6 +753,12 @@ msgstr ""
701
753
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
702
754
  msgstr ""
703
755
 
756
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
757
+ msgid "Discovered Host"
758
+ msgid_plural "Discovered Hosts"
759
+ msgstr[0] ""
760
+ msgstr[1] ""
761
+
704
762
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
705
763
  msgid "No discovered hosts available"
706
764
  msgstr ""
@@ -709,23 +767,33 @@ msgstr ""
709
767
  msgid "Host"
710
768
  msgstr "Värd"
711
769
 
712
- #: ../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
770
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
771
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
772
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
773
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
774
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
713
775
  msgid "Model"
714
776
  msgstr "Modell"
715
777
 
716
- #: ../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
778
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
779
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
780
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
781
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
717
782
  msgid "CPUs"
718
783
  msgstr "CPUer"
719
784
 
720
- #: ../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
785
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
786
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
787
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
788
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
721
789
  msgid "Memory"
722
790
  msgstr "Minne"
723
791
 
724
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
792
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
725
793
  msgid "Customize Host"
726
794
  msgstr ""
727
795
 
728
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
796
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
729
797
  msgid "Create Host"
730
798
  msgstr ""
731
799
 
@@ -737,11 +805,16 @@ msgstr "Markera alla valbara på denna sida"
737
805
  msgid "items selected. Uncheck to Clear"
738
806
  msgstr "poster markerade. Avmarkera för att rensa"
739
807
 
740
- #: ../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
808
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
809
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
810
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
811
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
741
812
  msgid "Name"
742
813
  msgstr "Namn"
743
814
 
744
- #: ../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
815
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
816
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
817
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
745
818
  msgid "IP Address"
746
819
  msgstr "IPadress"
747
820
 
@@ -753,11 +826,13 @@ msgstr ""
753
826
  msgid "Disks Size"
754
827
  msgstr ""
755
828
 
756
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
829
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
830
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
757
831
  msgid "Location"
758
832
  msgstr "Lokation"
759
833
 
760
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
834
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
835
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
761
836
  msgid "Organization"
762
837
  msgstr "Organisation"
763
838
 
@@ -769,7 +844,8 @@ msgstr "Subnät"
769
844
  msgid "Last Facts Upload"
770
845
  msgstr ""
771
846
 
772
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
847
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
848
+ #: ../app/views/discovery_rules/index.html.erb:12
773
849
  msgid "Actions"
774
850
  msgstr "Åtgärder"
775
851
 
@@ -790,7 +866,9 @@ msgid "Provision %s"
790
866
  msgstr ""
791
867
 
792
868
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
793
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
869
+ msgid ""
870
+ "This might take a while, as all hosts, facts and reports will be destroyed "
871
+ "as well"
794
872
  msgstr "Detta kan dröja då alla värdar, fakta och rapporter också kommer bli förstörda"
795
873
 
796
874
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -834,7 +912,9 @@ msgid "No discovered hosts found in this context."
834
912
  msgstr ""
835
913
 
836
914
  #: ../app/views/discovered_hosts/welcome.html.erb:8
837
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
915
+ msgid ""
916
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
917
+ "provisioned."
838
918
  msgstr ""
839
919
 
840
920
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -849,19 +929,23 @@ msgstr ""
849
929
  msgid "<b>Foreman</b> Discovered hosts summary"
850
930
  msgstr ""
851
931
 
852
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
932
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
933
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
853
934
  msgid "Summary from %{time} ago to %{now}"
854
935
  msgstr ""
855
936
 
856
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
937
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
938
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
857
939
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
858
940
  msgstr ""
859
941
 
860
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
942
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
943
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
861
944
  msgid "Disk count"
862
945
  msgstr ""
863
946
 
864
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
947
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
948
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
865
949
  msgid "Disks size"
866
950
  msgstr ""
867
951
 
@@ -910,30 +994,41 @@ msgid "Rule priority (lower integer means higher priority)"
910
994
  msgstr ""
911
995
 
912
996
  #: ../app/views/discovery_rules/_template_inline.erb:2
913
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
997
+ msgid ""
998
+ "Specify target hostname template pattern in the same syntax as in "
999
+ "Provisioning Templates (ERB)."
914
1000
  msgstr ""
915
1001
 
916
1002
  #: ../app/views/discovery_rules/_template_inline.erb:4
917
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
1003
+ msgid ""
1004
+ "Domain will be appended automatically. A hostname based on MAC address will "
1005
+ "be used when left blank."
918
1006
  msgstr ""
919
1007
 
920
1008
  #: ../app/views/discovery_rules/_template_inline.erb:5
921
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1009
+ msgid ""
1010
+ "In addition to @host attribute function rand for random integers is "
1011
+ "available. Examples:"
922
1012
  msgstr ""
923
1013
 
924
1014
  #: ../app/views/discovery_rules/_template_inline.erb:8
925
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
1015
+ msgid ""
1016
+ "When creating hostname patterns, make sure the resulting host names are "
1017
+ "unique."
926
1018
  msgstr ""
927
1019
 
928
1020
  #: ../app/views/discovery_rules/_template_inline.erb:9
929
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1021
+ msgid ""
1022
+ "Hostnames must not start with numbers. A good approach is to use unique "
1023
+ "information provided by facter (MAC address, BIOS or serial ID)."
930
1024
  msgstr ""
931
1025
 
932
1026
  #: ../app/views/discovery_rules/edit.html.erb:1
933
1027
  msgid "Edit %s"
934
1028
  msgstr "Redigera %s"
935
1029
 
936
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
1030
+ #: ../app/views/discovery_rules/index.html.erb:1
1031
+ #: ../lib/foreman_discovery/engine.rb:163
937
1032
  msgid "Discovery Rules"
938
1033
  msgstr ""
939
1034
 
@@ -998,9 +1093,13 @@ msgid "Discovery Proxy"
998
1093
  msgstr ""
999
1094
 
1000
1095
  #: ../lib/foreman_discovery/engine.rb:189
1001
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1096
+ msgid ""
1097
+ "Discovery Proxy to use within this subnet for managing connection to "
1098
+ "discovered hosts"
1002
1099
  msgstr ""
1003
1100
 
1004
1101
  #: ../lib/foreman_discovery/engine.rb:190
1005
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1102
+ msgid ""
1103
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1104
+ "discovered hosts"
1006
1105
  msgstr ""