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