foreman_discovery 15.0.2 → 16.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
- data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
- data/app/controllers/discovered_hosts_controller.rb +6 -3
- data/app/controllers/discovery_rules_controller.rb +1 -1
- data/app/models/discovery_rule.rb +1 -1
- data/app/models/host/discovered.rb +49 -31
- data/app/models/host/managed_extensions.rb +2 -2
- data/app/models/setting/discovered.rb +28 -33
- data/app/services/foreman_discovery/fact_parser.rb +1 -1
- data/app/services/foreman_discovery/host_converter.rb +38 -2
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
- data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
- data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
- data/app/views/foreman_discovery/debian_kexec.erb +3 -2
- data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
- data/config/routes.rb +2 -0
- data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
- data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
- data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
- data/extra/discover-host +34 -14
- data/lib/foreman_discovery/engine.rb +4 -4
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +122 -93
- data/locale/ca/foreman_discovery.po +31 -8
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +125 -96
- data/locale/de/foreman_discovery.po +34 -11
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +118 -88
- data/locale/en/foreman_discovery.po +27 -4
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +125 -96
- data/locale/en_GB/foreman_discovery.po +34 -11
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +124 -95
- data/locale/es/foreman_discovery.po +33 -10
- data/locale/foreman_discovery.pot +119 -89
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +122 -93
- data/locale/fr/foreman_discovery.po +31 -8
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +120 -91
- data/locale/gl/foreman_discovery.po +29 -6
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +120 -91
- data/locale/it/foreman_discovery.po +29 -6
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +123 -94
- data/locale/ja/foreman_discovery.po +32 -9
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +122 -93
- data/locale/ko/foreman_discovery.po +31 -8
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +123 -94
- data/locale/pt_BR/foreman_discovery.po +32 -9
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +123 -94
- data/locale/ru/foreman_discovery.po +32 -9
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +121 -92
- data/locale/sv_SE/foreman_discovery.po +30 -7
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +122 -93
- data/locale/zh_CN/foreman_discovery.po +31 -8
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +120 -91
- data/locale/zh_TW/foreman_discovery.po +29 -6
- data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
- data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/functional/discovered_hosts_controller_test.rb +15 -6
- data/test/integration/discovered_hosts_test.rb +6 -11
- data/test/test_helper_discovery.rb +12 -0
- data/test/unit/discovered_extensions_test.rb +54 -0
- data/test/unit/discovery_attribute_set_test.rb +13 -10
- data/test/unit/discovery_rule_test.rb +1 -0
- data/test/unit/host_discovered_test.rb +32 -29
- data/test/unit/managed_extensions_test.rb +2 -0
- metadata +39 -28
@@ -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
|
5
|
+
"Project-Id-Version: foreman_discovery 16.1.0\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,16 @@ 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
|
693
|
+
msgid "Unable to perform %{action} on %{ips}"
|
674
694
|
msgstr ""
|
675
695
|
|
676
|
-
msgid "Unable to
|
696
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
697
|
+
msgstr ""
|
698
|
+
|
699
|
+
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
677
700
|
msgstr ""
|
678
701
|
|
679
|
-
msgid "Unable to
|
702
|
+
msgid "Unable to provision %{host}: %{errors}"
|
680
703
|
msgstr ""
|
681
704
|
|
682
705
|
msgid "Update a rule"
|
Binary file
|
@@ -3,18 +3,17 @@
|
|
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-
|
7
|
-
#
|
8
|
-
#
|
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
|
13
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"Last-Translator: Lukáš Zapletal\n"
|
15
|
+
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
16
|
+
"Last-Translator: Transifex Bot <>\n"
|
18
17
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
|
19
18
|
"man/language/en_GB/)\n"
|
20
19
|
"MIME-Version: 1.0\n"
|
@@ -91,7 +90,7 @@ msgstr "hash containing facts for the host with minimum set of facts: discovery_
|
|
91
90
|
msgid "Execute rules against a discovered host"
|
92
91
|
msgstr "Execute rules against a discovered host"
|
93
92
|
|
94
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:
|
93
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
|
95
94
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
96
95
|
msgstr "Host %{host} was provisioned with rule %{rule}"
|
97
96
|
|
@@ -99,7 +98,7 @@ msgstr "Host %{host} was provisioned with rule %{rule}"
|
|
99
98
|
msgid "Unable to provision %{host}: %{errors}"
|
100
99
|
msgstr "Unable to provision %{host}: %{errors}"
|
101
100
|
|
102
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:
|
101
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
|
103
102
|
msgid "No rule found for host %s"
|
104
103
|
msgstr "No rule found for host %s"
|
105
104
|
|
@@ -107,11 +106,11 @@ msgstr "No rule found for host %s"
|
|
107
106
|
msgid "Execute rules against all currently discovered hosts"
|
108
107
|
msgstr "Execute rules against all currently discovered hosts"
|
109
108
|
|
110
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:
|
109
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
|
111
110
|
msgid "Errors during auto provisioning: %s"
|
112
111
|
msgstr "Errors during auto provisioning: %s"
|
113
112
|
|
114
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:
|
113
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
|
115
114
|
msgid "No discovered hosts to provision"
|
116
115
|
msgstr "No discovered hosts to provision"
|
117
116
|
|
@@ -131,7 +130,7 @@ msgstr "Rebooting a discovered host"
|
|
131
130
|
msgid "Rebooting all discovered hosts"
|
132
131
|
msgstr "Rebooting all discovered hosts"
|
133
132
|
|
134
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:
|
133
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
|
135
134
|
msgid "Discovered hosts are rebooting now"
|
136
135
|
msgstr "Discovered hosts are rebooting now"
|
137
136
|
|
@@ -203,11 +202,11 @@ msgstr "Unable to find a discovery rule, no host provided (check permissions)"
|
|
203
202
|
msgid "No hostgroup associated with rule '%s'"
|
204
203
|
msgstr "No hostgroup associated with rule '%s'"
|
205
204
|
|
206
|
-
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:
|
205
|
+
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
|
207
206
|
msgid "Errors during reboot: %s"
|
208
207
|
msgstr "Errors during reboot: %s"
|
209
208
|
|
210
|
-
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:
|
209
|
+
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
|
211
210
|
msgid "No discovered hosts to reboot"
|
212
211
|
msgstr "No discovered hosts to reboot"
|
213
212
|
|
@@ -215,91 +214,91 @@ msgstr "No discovered hosts to reboot"
|
|
215
214
|
msgid "Successfully provisioned %s"
|
216
215
|
msgstr "Successfully provisioned %s"
|
217
216
|
|
218
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
217
|
+
#: ../app/controllers/discovered_hosts_controller.rb:97
|
219
218
|
msgid "Facts refreshed for %s"
|
220
219
|
msgstr "Facts refreshed for %s"
|
221
220
|
|
222
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
221
|
+
#: ../app/controllers/discovered_hosts_controller.rb:99
|
223
222
|
msgid "Failed to refresh facts for %s"
|
224
223
|
msgstr "Failed to refresh facts for %s"
|
225
224
|
|
226
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
225
|
+
#: ../app/controllers/discovered_hosts_controller.rb:102
|
227
226
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
228
227
|
msgstr "Failed to refresh facts for %{hostname} with error %{error_message}"
|
229
228
|
|
230
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
229
|
+
#: ../app/controllers/discovered_hosts_controller.rb:109
|
231
230
|
msgid "Host of type %s can not be rebooted"
|
232
231
|
msgstr "Host of type %s can not be rebooted"
|
233
232
|
|
234
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
233
|
+
#: ../app/controllers/discovered_hosts_controller.rb:113
|
235
234
|
msgid "Rebooting host %s"
|
236
235
|
msgstr "Rebooting host %s"
|
237
236
|
|
238
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
237
|
+
#: ../app/controllers/discovered_hosts_controller.rb:115
|
239
238
|
msgid "Failed to reboot host %s"
|
240
239
|
msgstr "Failed to reboot host %s"
|
241
240
|
|
242
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
241
|
+
#: ../app/controllers/discovered_hosts_controller.rb:118
|
243
242
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
244
243
|
msgstr "Failed to reboot host %{hostname} with error %{error_message}"
|
245
244
|
|
246
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
245
|
+
#: ../app/controllers/discovered_hosts_controller.rb:132
|
247
246
|
msgid "Failed to reboot hosts with error %s"
|
248
247
|
msgstr "Failed to reboot hosts with error %s"
|
249
248
|
|
250
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
249
|
+
#: ../app/controllers/discovered_hosts_controller.rb:150
|
251
250
|
msgid "Destroyed selected hosts"
|
252
251
|
msgstr "Destroyed selected hosts"
|
253
252
|
|
254
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
253
|
+
#: ../app/controllers/discovered_hosts_controller.rb:152
|
255
254
|
msgid "The following hosts were not deleted: %s"
|
256
255
|
msgstr "The following hosts were not deleted: %s"
|
257
256
|
|
258
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
257
|
+
#: ../app/controllers/discovered_hosts_controller.rb:164
|
259
258
|
msgid "Failed to auto provision host %s: %s"
|
260
259
|
msgstr "Failed to auto provision host %s: %s"
|
261
260
|
|
262
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
261
|
+
#: ../app/controllers/discovered_hosts_controller.rb:192
|
263
262
|
msgid "Discovered hosts are provisioning now"
|
264
263
|
msgstr "Discovered hosts are provisioning now"
|
265
264
|
|
266
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
265
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
267
266
|
msgid "Highlights"
|
268
267
|
msgstr "Highlights"
|
269
268
|
|
270
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
269
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
271
270
|
msgid "Storage"
|
272
271
|
msgstr "Storage"
|
273
272
|
|
274
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
273
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
275
274
|
msgid "Hardware"
|
276
275
|
msgstr "Hardware"
|
277
276
|
|
278
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
277
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
279
278
|
msgid "Network"
|
280
279
|
msgstr "Network"
|
281
280
|
|
282
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
281
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
283
282
|
msgid "Software"
|
284
283
|
msgstr "Software"
|
285
284
|
|
286
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
285
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
287
286
|
msgid "IPMI"
|
288
287
|
msgstr "IPMI"
|
289
288
|
|
290
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
289
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
291
290
|
msgid "Miscellaneous"
|
292
291
|
msgstr "Miscellaneous"
|
293
292
|
|
294
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
293
|
+
#: ../app/controllers/discovered_hosts_controller.rb:304
|
295
294
|
msgid "No hosts were found with that id or name"
|
296
295
|
msgstr "No hosts were found with that id or name"
|
297
296
|
|
298
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
297
|
+
#: ../app/controllers/discovered_hosts_controller.rb:308
|
299
298
|
msgid "No hosts selected"
|
300
299
|
msgstr "No hosts selected"
|
301
300
|
|
302
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
301
|
+
#: ../app/controllers/discovered_hosts_controller.rb:314
|
303
302
|
msgid "Something went wrong while selecting hosts - %s"
|
304
303
|
msgstr "Something went wrong while selecting hosts - %s"
|
305
304
|
|
@@ -323,7 +322,7 @@ msgstr "Auto Provision"
|
|
323
322
|
msgid "Refresh facts"
|
324
323
|
msgstr "Refresh facts"
|
325
324
|
|
326
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:
|
325
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
327
326
|
msgid "Reboot"
|
328
327
|
msgstr "Reboot"
|
329
328
|
|
@@ -447,35 +446,39 @@ msgstr "Random name"
|
|
447
446
|
msgid "MAC-based name"
|
448
447
|
msgstr "MAC-based name"
|
449
448
|
|
450
|
-
#: ../app/models/host/discovered.rb:
|
449
|
+
#: ../app/models/host/discovered.rb:55
|
451
450
|
msgid "Invalid facts, must be a Hash"
|
452
451
|
msgstr "Invalid facts, must be a Hash"
|
453
452
|
|
454
|
-
#: ../app/models/host/discovered.rb:
|
453
|
+
#: ../app/models/host/discovered.rb:60
|
455
454
|
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
456
455
|
msgstr "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
457
456
|
|
458
|
-
#: ../app/models/host/discovered.rb:
|
457
|
+
#: ../app/models/host/discovered.rb:73
|
459
458
|
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
460
459
|
msgstr "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
461
460
|
|
462
|
-
#: ../app/models/host/discovered.rb:
|
461
|
+
#: ../app/models/host/discovered.rb:100
|
463
462
|
msgid "Facts could not be imported"
|
464
463
|
msgstr "Facts could not be imported"
|
465
464
|
|
466
|
-
#: ../app/models/host/discovered.rb:
|
465
|
+
#: ../app/models/host/discovered.rb:146
|
467
466
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
468
467
|
msgstr "Could not get facts from proxy %{url}: %{error}"
|
469
468
|
|
470
|
-
#: ../app/models/host/discovered.rb:
|
471
|
-
msgid "Unable to reboot %{name}
|
472
|
-
msgstr "
|
469
|
+
#: ../app/models/host/discovered.rb:160
|
470
|
+
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
471
|
+
msgstr ""
|
472
|
+
|
473
|
+
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
474
|
+
msgid "Unable to perform %{action} on %{ips}"
|
475
|
+
msgstr ""
|
473
476
|
|
474
|
-
#: ../app/models/host/discovered.rb:
|
475
|
-
msgid "Unable to perform kexec on %{name}
|
476
|
-
msgstr "
|
477
|
+
#: ../app/models/host/discovered.rb:179
|
478
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
479
|
+
msgstr ""
|
477
480
|
|
478
|
-
#: ../app/models/host/discovered.rb:
|
481
|
+
#: ../app/models/host/discovered.rb:203
|
479
482
|
msgid "Invalid hostname: Could not normalize the hostname"
|
480
483
|
msgstr "Invalid hostname: Could not normalise the hostname"
|
481
484
|
|
@@ -503,183 +506,183 @@ msgstr "Init RAM kexec URL is invalid: '%s'"
|
|
503
506
|
msgid "Rebuild DNS for %s"
|
504
507
|
msgstr "Rebuild DNS for %s"
|
505
508
|
|
506
|
-
#: ../app/models/setting/discovered.rb:
|
509
|
+
#: ../app/models/setting/discovered.rb:17
|
507
510
|
msgid "The default location to place discovered hosts in"
|
508
511
|
msgstr "The default location to place discovered hosts in"
|
509
512
|
|
510
|
-
#: ../app/models/setting/discovered.rb:
|
513
|
+
#: ../app/models/setting/discovered.rb:17
|
511
514
|
msgid "Discovery location"
|
512
515
|
msgstr "Discovery location"
|
513
516
|
|
514
|
-
#: ../app/models/setting/discovered.rb:
|
517
|
+
#: ../app/models/setting/discovered.rb:18
|
515
518
|
msgid "The default organization to place discovered hosts in"
|
516
519
|
msgstr "The default organisation to place discovered hosts in"
|
517
520
|
|
518
|
-
#: ../app/models/setting/discovered.rb:
|
521
|
+
#: ../app/models/setting/discovered.rb:18
|
519
522
|
msgid "Discovery organization"
|
520
523
|
msgstr "Discovery organisation"
|
521
524
|
|
522
|
-
#: ../app/models/setting/discovered.rb:
|
525
|
+
#: ../app/models/setting/discovered.rb:19
|
523
526
|
msgid "Fact name to use for primary interface detection"
|
524
527
|
msgstr "Fact name to use for primary interface detection"
|
525
528
|
|
526
|
-
#: ../app/models/setting/discovered.rb:
|
529
|
+
#: ../app/models/setting/discovered.rb:19
|
527
530
|
msgid "Interface fact"
|
528
531
|
msgstr "Interface fact"
|
529
532
|
|
530
|
-
#: ../app/models/setting/discovered.rb:
|
533
|
+
#: ../app/models/setting/discovered.rb:20
|
531
534
|
msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
532
535
|
msgstr "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
533
536
|
|
534
|
-
#: ../app/models/setting/discovered.rb:
|
537
|
+
#: ../app/models/setting/discovered.rb:20
|
535
538
|
msgid "Create bond interfaces"
|
536
539
|
msgstr "Create bond interfaces"
|
537
540
|
|
538
|
-
#: ../app/models/setting/discovered.rb:
|
541
|
+
#: ../app/models/setting/discovered.rb:21
|
539
542
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
540
543
|
msgstr "Clean all reported facts during provisioning (except discovery facts)"
|
541
544
|
|
542
|
-
#: ../app/models/setting/discovered.rb:
|
545
|
+
#: ../app/models/setting/discovered.rb:21
|
543
546
|
msgid "Clean all facts"
|
544
547
|
msgstr "Clean all facts"
|
545
548
|
|
546
|
-
#: ../app/models/setting/discovered.rb:
|
549
|
+
#: ../app/models/setting/discovered.rb:22
|
547
550
|
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
548
551
|
msgstr "List of facts to use for the hostname (separated by comma, first wins)"
|
549
552
|
|
550
|
-
#: ../app/models/setting/discovered.rb:
|
553
|
+
#: ../app/models/setting/discovered.rb:22
|
551
554
|
msgid "Hostname facts"
|
552
555
|
msgstr "Hostname facts"
|
553
556
|
|
554
|
-
#: ../app/models/setting/discovered.rb:
|
557
|
+
#: ../app/models/setting/discovered.rb:23
|
555
558
|
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
556
559
|
msgstr "Automatically provision newly discovered hosts, according to the provisioning rules"
|
557
560
|
|
558
|
-
#: ../app/models/setting/discovered.rb:
|
561
|
+
#: ../app/models/setting/discovered.rb:23
|
559
562
|
msgid "Auto provisioning"
|
560
563
|
msgstr "Auto provisioning"
|
561
564
|
|
562
|
-
#: ../app/models/setting/discovered.rb:
|
565
|
+
#: ../app/models/setting/discovered.rb:24
|
563
566
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
564
567
|
msgstr "Automatically reboot or kexec discovered host during provisioning"
|
565
568
|
|
566
|
-
#: ../app/models/setting/discovered.rb:
|
569
|
+
#: ../app/models/setting/discovered.rb:25
|
567
570
|
msgid "The default prefix to use for the host name, must start with a letter"
|
568
571
|
msgstr "The default prefix to use for the host name, must start with a letter"
|
569
572
|
|
570
|
-
#: ../app/models/setting/discovered.rb:
|
573
|
+
#: ../app/models/setting/discovered.rb:25
|
571
574
|
msgid "Hostname prefix"
|
572
575
|
msgstr "Hostname prefix"
|
573
576
|
|
574
|
-
#: ../app/models/setting/discovered.rb:
|
577
|
+
#: ../app/models/setting/discovered.rb:26
|
575
578
|
msgid "Extra facter columns to show in host lists (separate by comma)"
|
576
579
|
msgstr "Extra facter columns to show in host lists (separate by comma)"
|
577
580
|
|
578
|
-
#: ../app/models/setting/discovered.rb:
|
581
|
+
#: ../app/models/setting/discovered.rb:26
|
579
582
|
msgid "Fact columns"
|
580
583
|
msgstr "Fact columns"
|
581
584
|
|
582
|
-
#: ../app/models/setting/discovered.rb:
|
585
|
+
#: ../app/models/setting/discovered.rb:27
|
583
586
|
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
584
587
|
msgstr "Regex to organise facts for highlights section - e.g. ^(abc|cde)$"
|
585
588
|
|
586
|
-
#: ../app/models/setting/discovered.rb:
|
589
|
+
#: ../app/models/setting/discovered.rb:27
|
587
590
|
msgid "Highlighted facts"
|
588
591
|
msgstr "Highlighted facts"
|
589
592
|
|
590
|
-
#: ../app/models/setting/discovered.rb:
|
593
|
+
#: ../app/models/setting/discovered.rb:28
|
591
594
|
msgid "Regex to organize facts for storage section"
|
592
595
|
msgstr "Regex to organise facts for storage section"
|
593
596
|
|
594
|
-
#: ../app/models/setting/discovered.rb:
|
597
|
+
#: ../app/models/setting/discovered.rb:28
|
595
598
|
msgid "Storage facts"
|
596
599
|
msgstr "Storage facts"
|
597
600
|
|
598
|
-
#: ../app/models/setting/discovered.rb:
|
601
|
+
#: ../app/models/setting/discovered.rb:29
|
599
602
|
msgid "Regex to organize facts for software section"
|
600
603
|
msgstr "Regex to organise facts for software section"
|
601
604
|
|
602
|
-
#: ../app/models/setting/discovered.rb:
|
605
|
+
#: ../app/models/setting/discovered.rb:29
|
603
606
|
msgid "Software facts"
|
604
607
|
msgstr "Software facts"
|
605
608
|
|
606
|
-
#: ../app/models/setting/discovered.rb:
|
609
|
+
#: ../app/models/setting/discovered.rb:30
|
607
610
|
msgid "Regex to organize facts for hardware section"
|
608
611
|
msgstr "Regex to organise facts for hardware section"
|
609
612
|
|
610
|
-
#: ../app/models/setting/discovered.rb:
|
613
|
+
#: ../app/models/setting/discovered.rb:30
|
611
614
|
msgid "Hardware facts"
|
612
615
|
msgstr "Hardware facts"
|
613
616
|
|
614
|
-
#: ../app/models/setting/discovered.rb:
|
617
|
+
#: ../app/models/setting/discovered.rb:31
|
615
618
|
msgid "Regex to organize facts for network section"
|
616
619
|
msgstr "Regex to organise facts for network section"
|
617
620
|
|
618
|
-
#: ../app/models/setting/discovered.rb:
|
621
|
+
#: ../app/models/setting/discovered.rb:31
|
619
622
|
msgid "Network facts"
|
620
623
|
msgstr "Network facts"
|
621
624
|
|
622
|
-
#: ../app/models/setting/discovered.rb:
|
625
|
+
#: ../app/models/setting/discovered.rb:32
|
623
626
|
msgid "Regex to organize facts for ipmi section"
|
624
627
|
msgstr "Regex to organise facts for IPMI section"
|
625
628
|
|
626
|
-
#: ../app/models/setting/discovered.rb:
|
629
|
+
#: ../app/models/setting/discovered.rb:32
|
627
630
|
msgid "IPMI facts"
|
628
631
|
msgstr "IPMI facts"
|
629
632
|
|
630
|
-
#: ../app/models/setting/discovered.rb:
|
633
|
+
#: ../app/models/setting/discovered.rb:33
|
631
634
|
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
632
635
|
msgstr "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
633
636
|
|
634
|
-
#: ../app/models/setting/discovered.rb:
|
637
|
+
#: ../app/models/setting/discovered.rb:33
|
635
638
|
msgid "Lock PXE"
|
636
639
|
msgstr "Lock PXE"
|
637
640
|
|
638
|
-
#: ../app/models/setting/discovered.rb:
|
641
|
+
#: ../app/models/setting/discovered.rb:34
|
639
642
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
640
643
|
msgstr "PXELinux template to be used when pinning a host to discovery"
|
641
644
|
|
642
|
-
#: ../app/models/setting/discovered.rb:
|
645
|
+
#: ../app/models/setting/discovered.rb:34
|
643
646
|
msgid "Locked PXELinux template name"
|
644
647
|
msgstr "Locked PXELinux template name"
|
645
648
|
|
646
|
-
#: ../app/models/setting/discovered.rb:
|
649
|
+
#: ../app/models/setting/discovered.rb:35
|
647
650
|
msgid "PXEGrub template to be used when pinning a host to discovery"
|
648
651
|
msgstr "PXEGrub template to be used when pinning a host to discovery"
|
649
652
|
|
650
|
-
#: ../app/models/setting/discovered.rb:
|
653
|
+
#: ../app/models/setting/discovered.rb:35
|
651
654
|
msgid "Locked PXEGrub template name"
|
652
655
|
msgstr "Locked PXEGrub template name"
|
653
656
|
|
654
|
-
#: ../app/models/setting/discovered.rb:
|
657
|
+
#: ../app/models/setting/discovered.rb:36
|
655
658
|
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
656
659
|
msgstr "PXEGrub2 template to be used when pinning a host to discovery"
|
657
660
|
|
658
|
-
#: ../app/models/setting/discovered.rb:
|
661
|
+
#: ../app/models/setting/discovered.rb:36
|
659
662
|
msgid "Locked PXEGrub2 template name"
|
660
663
|
msgstr "Locked PXEGrub2 template name"
|
661
664
|
|
662
|
-
#: ../app/models/setting/discovered.rb:
|
665
|
+
#: ../app/models/setting/discovered.rb:37
|
663
666
|
msgid "Force DNS entries creation when provisioning discovered host"
|
664
667
|
msgstr "Force DNS entries creation when provisioning discovered host"
|
665
668
|
|
666
|
-
#: ../app/models/setting/discovered.rb:
|
669
|
+
#: ../app/models/setting/discovered.rb:37
|
667
670
|
msgid "Force DNS"
|
668
671
|
msgstr "Force DNS"
|
669
672
|
|
670
|
-
#: ../app/models/setting/discovered.rb:
|
673
|
+
#: ../app/models/setting/discovered.rb:38
|
671
674
|
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
672
675
|
msgstr "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
673
676
|
|
674
|
-
#: ../app/models/setting/discovered.rb:
|
677
|
+
#: ../app/models/setting/discovered.rb:38
|
675
678
|
msgid "Error on existing NIC"
|
676
679
|
msgstr "Error on existing NIC"
|
677
680
|
|
678
|
-
#: ../app/models/setting/discovered.rb:
|
681
|
+
#: ../app/models/setting/discovered.rb:39
|
679
682
|
msgid "Discovery hostname naming pattern"
|
680
683
|
msgstr "Discovery hostname naming pattern"
|
681
684
|
|
682
|
-
#: ../app/models/setting/discovered.rb:
|
685
|
+
#: ../app/models/setting/discovered.rb:39
|
683
686
|
msgid "Type of name generator"
|
684
687
|
msgstr "Type of name generator"
|
685
688
|
|
@@ -695,14 +698,24 @@ msgstr "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
|
695
698
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
696
699
|
msgstr "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
697
700
|
|
698
|
-
#: ../app/services/foreman_discovery/
|
701
|
+
#: ../app/services/foreman_discovery/host_converter.rb:47
|
702
|
+
msgid "IPAM must be configured for subnet '%s'"
|
703
|
+
msgstr "IPAM must be configured for subnet '%s'"
|
704
|
+
|
705
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
699
706
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
700
707
|
msgstr "Image API returned HTTP/%{code} with '%{body}"
|
701
708
|
|
702
|
-
#: ../app/services/foreman_discovery/node_api/node_resource.rb:
|
709
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:79
|
703
710
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
704
711
|
msgstr "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
705
712
|
|
713
|
+
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
714
|
+
msgid "Discovered Host"
|
715
|
+
msgid_plural "Discovered Hosts"
|
716
|
+
msgstr[0] ""
|
717
|
+
msgstr[1] ""
|
718
|
+
|
706
719
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
707
720
|
msgid "No discovered hosts available"
|
708
721
|
msgstr "No discovered hosts available"
|
@@ -1006,3 +1019,19 @@ msgstr "Discovery Proxy to use within this subnet for managing connection to dis
|
|
1006
1019
|
#: ../lib/foreman_discovery/engine.rb:190
|
1007
1020
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1008
1021
|
msgstr "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1022
|
+
|
1023
|
+
#: action_names.rb:2
|
1024
|
+
msgid "Remote action:"
|
1025
|
+
msgstr ""
|
1026
|
+
|
1027
|
+
#: action_names.rb:3
|
1028
|
+
msgid "Import Puppet classes"
|
1029
|
+
msgstr ""
|
1030
|
+
|
1031
|
+
#: action_names.rb:4
|
1032
|
+
msgid "Import facts"
|
1033
|
+
msgstr ""
|
1034
|
+
|
1035
|
+
#: action_names.rb:5
|
1036
|
+
msgid "Action with sub plans"
|
1037
|
+
msgstr ""
|