foreman_discovery 16.1.4 → 16.3.6
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/discovered_hosts_controller.rb +14 -8
- data/app/helpers/discovered_hosts_helper.rb +5 -0
- data/app/models/host/discovered.rb +11 -15
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/welcome.html.erb +14 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/app/views/foreman_discovery/debian_kexec.erb +3 -2
- data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
- data/extra/discover-host +3 -3
- data/lib/foreman_discovery/engine.rb +3 -2
- 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 +104 -75
- data/locale/ca/foreman_discovery.po +25 -10
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +111 -82
- data/locale/de/foreman_discovery.po +25 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +97 -73
- data/locale/en/foreman_discovery.po +25 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +110 -81
- data/locale/en_GB/foreman_discovery.po +25 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +112 -83
- data/locale/es/foreman_discovery.po +25 -10
- data/locale/foreman_discovery.pot +137 -114
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +112 -83
- data/locale/fr/foreman_discovery.po +25 -10
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +103 -74
- data/locale/gl/foreman_discovery.po +25 -10
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +110 -81
- data/locale/it/foreman_discovery.po +25 -10
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +112 -83
- data/locale/ja/foreman_discovery.po +25 -10
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +110 -81
- data/locale/ko/foreman_discovery.po +25 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +112 -83
- data/locale/pt_BR/foreman_discovery.po +25 -10
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +111 -82
- data/locale/ru/foreman_discovery.po +25 -10
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +104 -75
- data/locale/sv_SE/foreman_discovery.po +25 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +112 -83
- data/locale/zh_CN/foreman_discovery.po +25 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +110 -81
- data/locale/zh_TW/foreman_discovery.po +25 -10
- data/package.json +39 -0
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +0 -16
- data/webpack/index.js +18 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
- data/webpack/src/reducers.js +7 -0
- metadata +21 -11
- data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -14,7 +14,7 @@
|
|
14
14
|
# stbenjam <stephen@redhat.com>, 2016
|
15
15
|
msgid ""
|
16
16
|
msgstr ""
|
17
|
-
"Project-Id-Version: foreman_discovery 16.
|
17
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
19
19
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
20
20
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -331,6 +331,12 @@ msgstr[1] ""
|
|
331
331
|
msgid "Host of type %s can not be rebooted"
|
332
332
|
msgstr "Host vom Typ %s kann nicht neu gestartet werden"
|
333
333
|
|
334
|
+
msgid "Host's owner type"
|
335
|
+
msgstr ""
|
336
|
+
|
337
|
+
msgid "Host's parameters (array or indexed hash)"
|
338
|
+
msgstr ""
|
339
|
+
|
334
340
|
msgid "Hostname facts"
|
335
341
|
msgstr "Hostnamenfakten"
|
336
342
|
|
@@ -418,9 +424,6 @@ msgstr "Kexec Vorlage ist nicht dem Betriebssystem zugeordnet"
|
|
418
424
|
msgid "Last Facts Upload"
|
419
425
|
msgstr "Letzter Fakten-Upload"
|
420
426
|
|
421
|
-
msgid "Learn more about this in the documentation."
|
422
|
-
msgstr "Mehr dazu in der Dokumentation."
|
423
|
-
|
424
427
|
msgid "List all discovered hosts"
|
425
428
|
msgstr "Alle entdeckten Hosts auflisten"
|
426
429
|
|
@@ -475,6 +478,9 @@ msgstr "N/A"
|
|
475
478
|
msgid "Name"
|
476
479
|
msgstr "Name"
|
477
480
|
|
481
|
+
msgid "Name of the parameter"
|
482
|
+
msgstr ""
|
483
|
+
|
478
484
|
msgid "Network"
|
479
485
|
msgstr "Netzwerk"
|
480
486
|
|
@@ -493,9 +499,6 @@ msgstr "Keine entdeckten Hosts verfügbar"
|
|
493
499
|
msgid "No discovered hosts for the selected period"
|
494
500
|
msgstr "Keine entdeckten Hosts für den ausgewählten Zeitraum"
|
495
501
|
|
496
|
-
msgid "No discovered hosts found in this context."
|
497
|
-
msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
|
498
|
-
|
499
502
|
msgid "No discovered hosts to provision"
|
500
503
|
msgstr "Keine entdeckten Hosts zur Bereitstellung"
|
501
504
|
|
@@ -538,6 +541,9 @@ msgstr ""
|
|
538
541
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
539
542
|
msgstr ""
|
540
543
|
|
544
|
+
msgid "Parameter value"
|
545
|
+
msgstr ""
|
546
|
+
|
541
547
|
msgid "Please Confirm"
|
542
548
|
msgstr "Bitte bestätigen"
|
543
549
|
|
@@ -685,15 +691,15 @@ msgstr "Die folgenden Hosts wurden nicht gelöscht: %s"
|
|
685
691
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
686
692
|
msgstr "Dieser Vorgang kann eine Weile dauern, da alle Hosts, Fakten und Berichte ebenfalls gelöscht werden"
|
687
693
|
|
688
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
689
|
-
msgstr ""
|
690
|
-
|
691
694
|
msgid "Type"
|
692
695
|
msgstr "Typ"
|
693
696
|
|
694
697
|
msgid "Type of name generator"
|
695
698
|
msgstr "Typ des Namensgenerators"
|
696
699
|
|
700
|
+
msgid "Type of value"
|
701
|
+
msgstr ""
|
702
|
+
|
697
703
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
698
704
|
msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
|
699
705
|
|
@@ -778,6 +784,15 @@ msgstr "Abfrage zur Übereinstimmung mit entdeckten Hosts für die angegebene Re
|
|
778
784
|
msgid "represents rule name shown to the users"
|
779
785
|
msgstr "repräsentiert den Regelnamen, der Benutzern angezeigt wird"
|
780
786
|
|
787
|
+
msgid "required if host is managed and custom partition has not been defined"
|
788
|
+
msgstr ""
|
789
|
+
|
790
|
+
msgid "required if host is managed and value is not inherited from host group"
|
791
|
+
msgstr ""
|
792
|
+
|
793
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
794
|
+
msgstr ""
|
795
|
+
|
781
796
|
msgid "required if value is not inherited from host group or default password in settings"
|
782
797
|
msgstr "erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
|
783
798
|
|
Binary file
|
@@ -108,51 +108,51 @@ msgstr ""
|
|
108
108
|
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)"
|
109
109
|
msgstr ""
|
110
110
|
|
111
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
111
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
|
112
112
|
msgid "Execute rules against a discovered host"
|
113
113
|
msgstr ""
|
114
114
|
|
115
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
115
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:157
|
116
116
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
117
117
|
msgstr ""
|
118
118
|
|
119
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
119
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
|
120
120
|
msgid "Unable to provision %{host}: %{errors}"
|
121
121
|
msgstr ""
|
122
122
|
|
123
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
123
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:164
|
124
124
|
msgid "No rule found for host %s"
|
125
125
|
msgstr ""
|
126
126
|
|
127
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
|
128
128
|
msgid "Execute rules against all currently discovered hosts"
|
129
129
|
msgstr ""
|
130
130
|
|
131
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
131
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:170
|
132
132
|
msgid "Errors during auto provisioning: %s"
|
133
133
|
msgstr ""
|
134
134
|
|
135
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
135
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:173
|
136
136
|
msgid "No discovered hosts to provision"
|
137
137
|
msgstr ""
|
138
138
|
|
139
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
139
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
|
140
140
|
msgid "%s discovered hosts were provisioned"
|
141
141
|
msgstr ""
|
142
142
|
|
143
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
143
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
|
144
144
|
msgid "Refreshing the facts of a discovered host"
|
145
145
|
msgstr ""
|
146
146
|
|
147
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
147
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
|
148
148
|
msgid "Rebooting a discovered host"
|
149
149
|
msgstr ""
|
150
150
|
|
151
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
151
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
|
152
152
|
msgid "Rebooting all discovered hosts"
|
153
153
|
msgstr ""
|
154
154
|
|
155
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
155
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:126
|
156
156
|
msgid "Discovered hosts are rebooting now"
|
157
157
|
msgstr ""
|
158
158
|
|
@@ -232,110 +232,86 @@ msgstr ""
|
|
232
232
|
msgid "No discovered hosts to reboot"
|
233
233
|
msgstr ""
|
234
234
|
|
235
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
235
|
+
#: ../app/controllers/discovered_hosts_controller.rb:60
|
236
236
|
msgid "Successfully provisioned %s"
|
237
237
|
msgstr ""
|
238
238
|
|
239
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
239
|
+
#: ../app/controllers/discovered_hosts_controller.rb:94
|
240
240
|
msgid "Facts refreshed for %s"
|
241
241
|
msgstr ""
|
242
242
|
|
243
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
243
|
+
#: ../app/controllers/discovered_hosts_controller.rb:96
|
244
244
|
msgid "Failed to refresh facts for %s"
|
245
245
|
msgstr ""
|
246
246
|
|
247
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
247
|
+
#: ../app/controllers/discovered_hosts_controller.rb:99
|
248
248
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
249
249
|
msgstr ""
|
250
250
|
|
251
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
251
|
+
#: ../app/controllers/discovered_hosts_controller.rb:106
|
252
252
|
msgid "Host of type %s can not be rebooted"
|
253
253
|
msgstr ""
|
254
254
|
|
255
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
255
|
+
#: ../app/controllers/discovered_hosts_controller.rb:110
|
256
256
|
msgid "Rebooting host %s"
|
257
257
|
msgstr ""
|
258
258
|
|
259
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
259
|
+
#: ../app/controllers/discovered_hosts_controller.rb:112
|
260
260
|
msgid "Failed to reboot host %s"
|
261
261
|
msgstr ""
|
262
262
|
|
263
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
263
|
+
#: ../app/controllers/discovered_hosts_controller.rb:115
|
264
264
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
265
265
|
msgstr ""
|
266
266
|
|
267
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
267
|
+
#: ../app/controllers/discovered_hosts_controller.rb:129
|
268
268
|
msgid "Failed to reboot hosts with error %s"
|
269
269
|
msgstr ""
|
270
270
|
|
271
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
271
|
+
#: ../app/controllers/discovered_hosts_controller.rb:147
|
272
272
|
msgid "Destroyed selected hosts"
|
273
273
|
msgstr ""
|
274
274
|
|
275
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
275
|
+
#: ../app/controllers/discovered_hosts_controller.rb:149
|
276
276
|
msgid "The following hosts were not deleted: %s"
|
277
277
|
msgstr ""
|
278
278
|
|
279
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
279
|
+
#: ../app/controllers/discovered_hosts_controller.rb:161
|
280
280
|
msgid "Failed to auto provision host %s: %s"
|
281
281
|
msgstr ""
|
282
282
|
|
283
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
283
|
+
#: ../app/controllers/discovered_hosts_controller.rb:189
|
284
284
|
msgid "Discovered hosts are provisioning now"
|
285
285
|
msgstr ""
|
286
286
|
|
287
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
288
|
-
msgid "
|
289
|
-
msgstr ""
|
290
|
-
|
291
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
292
|
-
msgid "Storage"
|
293
|
-
msgstr ""
|
294
|
-
|
295
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
296
|
-
msgid "Hardware"
|
297
|
-
msgstr ""
|
298
|
-
|
299
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
300
|
-
msgid "Network"
|
301
|
-
msgstr ""
|
302
|
-
|
303
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
304
|
-
msgid "Software"
|
305
|
-
msgstr ""
|
306
|
-
|
307
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
308
|
-
msgid "IPMI"
|
287
|
+
#: ../app/controllers/discovered_hosts_controller.rb:270
|
288
|
+
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
309
289
|
msgstr ""
|
310
290
|
|
311
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
312
|
-
msgid "
|
291
|
+
#: ../app/controllers/discovered_hosts_controller.rb:275
|
292
|
+
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
313
293
|
msgstr ""
|
314
294
|
|
315
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
295
|
+
#: ../app/controllers/discovered_hosts_controller.rb:289
|
316
296
|
msgid "No hosts were found with that id or name"
|
317
297
|
msgstr ""
|
318
298
|
|
319
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
299
|
+
#: ../app/controllers/discovered_hosts_controller.rb:293
|
320
300
|
msgid "No hosts selected"
|
321
301
|
msgstr ""
|
322
302
|
|
323
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
303
|
+
#: ../app/controllers/discovered_hosts_controller.rb:299
|
324
304
|
msgid "Something went wrong while selecting hosts - %s"
|
325
305
|
msgstr ""
|
326
306
|
|
327
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
307
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
328
308
|
msgid "Rule enabled"
|
329
309
|
msgstr ""
|
330
310
|
|
331
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
311
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
332
312
|
msgid "Rule disabled"
|
333
313
|
msgstr ""
|
334
314
|
|
335
|
-
#: ../app/helpers/discovered_hosts_helper.rb:10
|
336
|
-
msgid "%s ago"
|
337
|
-
msgstr ""
|
338
|
-
|
339
315
|
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
340
316
|
msgid "Auto Provision"
|
341
317
|
msgstr ""
|
@@ -421,6 +397,10 @@ msgid "Enable rule '%s'?"
|
|
421
397
|
msgstr ""
|
422
398
|
|
423
399
|
#: ../app/helpers/discovery_rules_helper.rb:33
|
400
|
+
msgid "Clone"
|
401
|
+
msgstr ""
|
402
|
+
|
403
|
+
#: ../app/helpers/discovery_rules_helper.rb:34
|
424
404
|
msgid "Delete rule '%s'?"
|
425
405
|
msgstr ""
|
426
406
|
|
@@ -444,13 +424,13 @@ msgstr ""
|
|
444
424
|
msgid "must be present."
|
445
425
|
msgstr ""
|
446
426
|
|
447
|
-
#: ../app/models/discovery_rule.rb:
|
427
|
+
#: ../app/models/discovery_rule.rb:57
|
448
428
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
449
429
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
450
430
|
msgstr[0] ""
|
451
431
|
msgstr[1] ""
|
452
432
|
|
453
|
-
#: ../app/models/discovery_rule.rb:
|
433
|
+
#: ../app/models/discovery_rule.rb:61
|
454
434
|
msgid "Host group location %s must also be associated to the discovery rule"
|
455
435
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
456
436
|
msgstr[0] ""
|
@@ -720,6 +700,34 @@ msgstr ""
|
|
720
700
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
721
701
|
msgstr ""
|
722
702
|
|
703
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
|
704
|
+
msgid "Highlights"
|
705
|
+
msgstr ""
|
706
|
+
|
707
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
|
708
|
+
msgid "Storage"
|
709
|
+
msgstr ""
|
710
|
+
|
711
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
|
712
|
+
msgid "Hardware"
|
713
|
+
msgstr ""
|
714
|
+
|
715
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
|
716
|
+
msgid "Network"
|
717
|
+
msgstr ""
|
718
|
+
|
719
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
|
720
|
+
msgid "Software"
|
721
|
+
msgstr ""
|
722
|
+
|
723
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
|
724
|
+
msgid "IPMI"
|
725
|
+
msgstr ""
|
726
|
+
|
727
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
|
728
|
+
msgid "Miscellaneous"
|
729
|
+
msgstr ""
|
730
|
+
|
723
731
|
#: ../app/services/foreman_discovery/host_converter.rb:47
|
724
732
|
msgid "IPAM must be configured for subnet '%s'"
|
725
733
|
msgstr ""
|
@@ -732,6 +740,10 @@ msgstr ""
|
|
732
740
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
733
741
|
msgstr ""
|
734
742
|
|
743
|
+
#: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
|
744
|
+
msgid "Host %s has been dicovered"
|
745
|
+
msgstr ""
|
746
|
+
|
735
747
|
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
736
748
|
msgid "Discovered Host"
|
737
749
|
msgid_plural "Discovered Hosts"
|
@@ -790,11 +802,11 @@ msgstr ""
|
|
790
802
|
msgid "Disks Size"
|
791
803
|
msgstr ""
|
792
804
|
|
793
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
805
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
|
794
806
|
msgid "Location"
|
795
807
|
msgstr ""
|
796
808
|
|
797
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
809
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
|
798
810
|
msgid "Organization"
|
799
811
|
msgstr ""
|
800
812
|
|
@@ -806,7 +818,7 @@ msgstr ""
|
|
806
818
|
msgid "Last Facts Upload"
|
807
819
|
msgstr ""
|
808
820
|
|
809
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:
|
821
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
|
810
822
|
msgid "Actions"
|
811
823
|
msgstr ""
|
812
824
|
|
@@ -954,6 +966,10 @@ msgstr ""
|
|
954
966
|
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
955
967
|
msgstr ""
|
956
968
|
|
969
|
+
#: ../app/views/discovery_rules/clone.erb:1
|
970
|
+
msgid "Clone %s"
|
971
|
+
msgstr ""
|
972
|
+
|
957
973
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
958
974
|
msgid "Edit %s"
|
959
975
|
msgstr ""
|
@@ -986,7 +1002,7 @@ msgstr ""
|
|
986
1002
|
msgid "Hosts/Limit"
|
987
1003
|
msgstr ""
|
988
1004
|
|
989
|
-
#: ../app/views/discovery_rules/index.html.erb:
|
1005
|
+
#: ../app/views/discovery_rules/index.html.erb:13
|
990
1006
|
msgid "DiscoveryRule|Enabled"
|
991
1007
|
msgstr ""
|
992
1008
|
|
@@ -1007,7 +1023,7 @@ msgid "A summary of discovered hosts"
|
|
1007
1023
|
msgstr ""
|
1008
1024
|
|
1009
1025
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:4
|
1010
|
-
msgid "
|
1026
|
+
msgid "New hosts"
|
1011
1027
|
msgstr ""
|
1012
1028
|
|
1013
1029
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:6
|
@@ -1018,19 +1034,27 @@ msgstr ""
|
|
1018
1034
|
msgid "Details"
|
1019
1035
|
msgstr ""
|
1020
1036
|
|
1021
|
-
#: ../
|
1037
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:18
|
1038
|
+
msgid "Hosts"
|
1039
|
+
msgstr ""
|
1040
|
+
|
1041
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:20
|
1042
|
+
msgid "Error message goes here"
|
1043
|
+
msgstr ""
|
1044
|
+
|
1045
|
+
#: ../lib/foreman_discovery/engine.rb:176
|
1022
1046
|
msgid "Discovery Kexec template"
|
1023
1047
|
msgstr ""
|
1024
1048
|
|
1025
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1049
|
+
#: ../lib/foreman_discovery/engine.rb:185
|
1026
1050
|
msgid "Discovery Proxy"
|
1027
1051
|
msgstr ""
|
1028
1052
|
|
1029
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1053
|
+
#: ../lib/foreman_discovery/engine.rb:186
|
1030
1054
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1031
1055
|
msgstr ""
|
1032
1056
|
|
1033
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1057
|
+
#: ../lib/foreman_discovery/engine.rb:187
|
1034
1058
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1035
1059
|
msgstr ""
|
1036
1060
|
|
@@ -1043,17 +1067,17 @@ msgid "documentation"
|
|
1043
1067
|
msgstr ""
|
1044
1068
|
|
1045
1069
|
#: action_names.rb:2
|
1046
|
-
msgid "
|
1070
|
+
msgid "Remote action:"
|
1047
1071
|
msgstr ""
|
1048
1072
|
|
1049
1073
|
#: action_names.rb:3
|
1050
|
-
msgid "Import
|
1074
|
+
msgid "Import Puppet classes"
|
1051
1075
|
msgstr ""
|
1052
1076
|
|
1053
1077
|
#: action_names.rb:4
|
1054
|
-
msgid "Import
|
1078
|
+
msgid "Import facts"
|
1055
1079
|
msgstr ""
|
1056
1080
|
|
1057
1081
|
#: action_names.rb:5
|
1058
|
-
msgid "
|
1082
|
+
msgid "Action with sub plans"
|
1059
1083
|
msgstr ""
|