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