foreman_discovery 16.1.3 → 16.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
- data/app/controllers/discovered_hosts_controller.rb +5 -3
- 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/_discovered_host_modal.html.erb +0 -2
- 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 +14 -8
- 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 +46 -37
- data/locale/ca/foreman_discovery.po +28 -10
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +54 -47
- data/locale/de/foreman_discovery.po +28 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +40 -28
- data/locale/en/foreman_discovery.po +28 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +45 -44
- data/locale/en_GB/foreman_discovery.po +28 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +79 -76
- data/locale/es/foreman_discovery.po +28 -10
- data/locale/foreman_discovery.pot +142 -115
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +85 -82
- data/locale/fr/foreman_discovery.po +28 -10
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +41 -29
- data/locale/gl/foreman_discovery.po +28 -10
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +54 -42
- data/locale/it/foreman_discovery.po +28 -10
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +88 -87
- data/locale/ja/foreman_discovery.po +28 -10
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +53 -41
- data/locale/ko/foreman_discovery.po +28 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +78 -72
- data/locale/pt_BR/foreman_discovery.po +28 -10
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +53 -41
- data/locale/ru/foreman_discovery.po +28 -10
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +44 -32
- data/locale/sv_SE/foreman_discovery.po +28 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +123 -123
- data/locale/zh_CN/foreman_discovery.po +28 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +53 -41
- data/locale/zh_TW/foreman_discovery.po +28 -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 +24 -12
Binary file
|
@@ -324,11 +324,11 @@ msgstr ""
|
|
324
324
|
msgid "Something went wrong while selecting hosts - %s"
|
325
325
|
msgstr ""
|
326
326
|
|
327
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
327
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
328
328
|
msgid "Rule enabled"
|
329
329
|
msgstr ""
|
330
330
|
|
331
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
331
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
332
332
|
msgid "Rule disabled"
|
333
333
|
msgstr ""
|
334
334
|
|
@@ -336,15 +336,15 @@ msgstr ""
|
|
336
336
|
msgid "%s ago"
|
337
337
|
msgstr ""
|
338
338
|
|
339
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
339
|
+
#: ../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
340
|
msgid "Auto Provision"
|
341
341
|
msgstr ""
|
342
342
|
|
343
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
343
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
|
344
344
|
msgid "Refresh facts"
|
345
345
|
msgstr ""
|
346
346
|
|
347
|
-
#: ../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:
|
347
|
+
#: ../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:42
|
348
348
|
msgid "Reboot"
|
349
349
|
msgstr ""
|
350
350
|
|
@@ -356,7 +356,7 @@ msgstr ""
|
|
356
356
|
msgid "Select Action"
|
357
357
|
msgstr ""
|
358
358
|
|
359
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
359
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
360
360
|
msgid "Delete %s?"
|
361
361
|
msgstr ""
|
362
362
|
|
@@ -746,15 +746,15 @@ msgstr ""
|
|
746
746
|
msgid "Host"
|
747
747
|
msgstr ""
|
748
748
|
|
749
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
749
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../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
|
750
750
|
msgid "Model"
|
751
751
|
msgstr ""
|
752
752
|
|
753
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
753
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
754
754
|
msgid "CPUs"
|
755
755
|
msgstr ""
|
756
756
|
|
757
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
757
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
758
758
|
msgid "Memory"
|
759
759
|
msgstr ""
|
760
760
|
|
@@ -766,59 +766,59 @@ msgstr ""
|
|
766
766
|
msgid "Create Host"
|
767
767
|
msgstr ""
|
768
768
|
|
769
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
769
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
770
770
|
msgid "Select all items in this page"
|
771
771
|
msgstr ""
|
772
772
|
|
773
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
773
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
774
774
|
msgid "items selected. Uncheck to Clear"
|
775
775
|
msgstr ""
|
776
776
|
|
777
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
777
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
|
778
778
|
msgid "Name"
|
779
779
|
msgstr ""
|
780
780
|
|
781
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
781
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
782
782
|
msgid "IP Address"
|
783
783
|
msgstr ""
|
784
784
|
|
785
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
785
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
786
786
|
msgid "Disk Count"
|
787
787
|
msgstr ""
|
788
788
|
|
789
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
789
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
790
790
|
msgid "Disks Size"
|
791
791
|
msgstr ""
|
792
792
|
|
793
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
793
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
794
794
|
msgid "Location"
|
795
795
|
msgstr ""
|
796
796
|
|
797
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
797
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
798
798
|
msgid "Organization"
|
799
799
|
msgstr ""
|
800
800
|
|
801
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
801
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
802
802
|
msgid "Subnet"
|
803
803
|
msgstr ""
|
804
804
|
|
805
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
805
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
806
806
|
msgid "Last Facts Upload"
|
807
807
|
msgstr ""
|
808
808
|
|
809
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
809
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
|
810
810
|
msgid "Actions"
|
811
811
|
msgstr ""
|
812
812
|
|
813
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
813
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
|
814
814
|
msgid "Please Confirm"
|
815
815
|
msgstr ""
|
816
816
|
|
817
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
817
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
|
818
818
|
msgid "Cancel"
|
819
819
|
msgstr ""
|
820
820
|
|
821
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
821
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
|
822
822
|
msgid "Submit"
|
823
823
|
msgstr ""
|
824
824
|
|
@@ -962,7 +962,7 @@ msgstr ""
|
|
962
962
|
msgid "Discovery Rules"
|
963
963
|
msgstr ""
|
964
964
|
|
965
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
965
|
+
#: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
|
966
966
|
msgid "Create Rule"
|
967
967
|
msgstr ""
|
968
968
|
|
@@ -994,6 +994,10 @@ msgstr ""
|
|
994
994
|
msgid "New Discovery Rule"
|
995
995
|
msgstr ""
|
996
996
|
|
997
|
+
#: ../app/views/discovery_rules/welcome.html.erb:8
|
998
|
+
msgid "Discovered Rules"
|
999
|
+
msgstr ""
|
1000
|
+
|
997
1001
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
998
1002
|
msgid "Command line options for kexec during PXE-less provisioning."
|
999
1003
|
msgstr ""
|
@@ -1030,18 +1034,26 @@ msgstr ""
|
|
1030
1034
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1031
1035
|
msgstr ""
|
1032
1036
|
|
1037
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1038
|
+
msgid "For more information please see "
|
1039
|
+
msgstr ""
|
1040
|
+
|
1041
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1042
|
+
msgid "documentation"
|
1043
|
+
msgstr ""
|
1044
|
+
|
1033
1045
|
#: action_names.rb:2
|
1034
|
-
msgid "
|
1046
|
+
msgid "Action with sub plans"
|
1035
1047
|
msgstr ""
|
1036
1048
|
|
1037
1049
|
#: action_names.rb:3
|
1038
|
-
msgid "Import
|
1050
|
+
msgid "Import facts"
|
1039
1051
|
msgstr ""
|
1040
1052
|
|
1041
1053
|
#: action_names.rb:4
|
1042
|
-
msgid "Import
|
1054
|
+
msgid "Import Puppet classes"
|
1043
1055
|
msgstr ""
|
1044
1056
|
|
1045
1057
|
#: action_names.rb:5
|
1046
|
-
msgid "
|
1058
|
+
msgid "Remote action:"
|
1047
1059
|
msgstr ""
|
@@ -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.2.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"
|
@@ -318,6 +318,12 @@ msgstr[1] ""
|
|
318
318
|
msgid "Host of type %s can not be rebooted"
|
319
319
|
msgstr ""
|
320
320
|
|
321
|
+
msgid "Host's owner type"
|
322
|
+
msgstr ""
|
323
|
+
|
324
|
+
msgid "Host's parameters (array or indexed hash)"
|
325
|
+
msgstr ""
|
326
|
+
|
321
327
|
msgid "Hostname facts"
|
322
328
|
msgstr ""
|
323
329
|
|
@@ -405,9 +411,6 @@ msgstr ""
|
|
405
411
|
msgid "Last Facts Upload"
|
406
412
|
msgstr ""
|
407
413
|
|
408
|
-
msgid "Learn more about this in the documentation."
|
409
|
-
msgstr ""
|
410
|
-
|
411
414
|
msgid "List all discovered hosts"
|
412
415
|
msgstr ""
|
413
416
|
|
@@ -462,6 +465,9 @@ msgstr ""
|
|
462
465
|
msgid "Name"
|
463
466
|
msgstr ""
|
464
467
|
|
468
|
+
msgid "Name of the parameter"
|
469
|
+
msgstr ""
|
470
|
+
|
465
471
|
msgid "Network"
|
466
472
|
msgstr ""
|
467
473
|
|
@@ -480,9 +486,6 @@ msgstr ""
|
|
480
486
|
msgid "No discovered hosts for the selected period"
|
481
487
|
msgstr ""
|
482
488
|
|
483
|
-
msgid "No discovered hosts found in this context."
|
484
|
-
msgstr ""
|
485
|
-
|
486
489
|
msgid "No discovered hosts to provision"
|
487
490
|
msgstr ""
|
488
491
|
|
@@ -525,6 +528,9 @@ msgstr ""
|
|
525
528
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
526
529
|
msgstr ""
|
527
530
|
|
531
|
+
msgid "Parameter value"
|
532
|
+
msgstr ""
|
533
|
+
|
528
534
|
msgid "Please Confirm"
|
529
535
|
msgstr ""
|
530
536
|
|
@@ -672,15 +678,15 @@ msgstr ""
|
|
672
678
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
673
679
|
msgstr ""
|
674
680
|
|
675
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
676
|
-
msgstr ""
|
677
|
-
|
678
681
|
msgid "Type"
|
679
682
|
msgstr ""
|
680
683
|
|
681
684
|
msgid "Type of name generator"
|
682
685
|
msgstr ""
|
683
686
|
|
687
|
+
msgid "Type of value"
|
688
|
+
msgstr ""
|
689
|
+
|
684
690
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
685
691
|
msgstr ""
|
686
692
|
|
@@ -690,6 +696,9 @@ msgstr ""
|
|
690
696
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
691
697
|
msgstr ""
|
692
698
|
|
699
|
+
msgid "Unable to perform %{action} on %{ips}"
|
700
|
+
msgstr ""
|
701
|
+
|
693
702
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
694
703
|
msgstr ""
|
695
704
|
|
@@ -762,6 +771,15 @@ msgstr ""
|
|
762
771
|
msgid "represents rule name shown to the users"
|
763
772
|
msgstr ""
|
764
773
|
|
774
|
+
msgid "required if host is managed and custom partition has not been defined"
|
775
|
+
msgstr ""
|
776
|
+
|
777
|
+
msgid "required if host is managed and value is not inherited from host group"
|
778
|
+
msgstr ""
|
779
|
+
|
780
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
781
|
+
msgstr ""
|
782
|
+
|
765
783
|
msgid "required if value is not inherited from host group or default password in settings"
|
766
784
|
msgstr ""
|
767
785
|
|
Binary file
|
@@ -12,7 +12,7 @@ msgid ""
|
|
12
12
|
msgstr ""
|
13
13
|
"Project-Id-Version: foreman_discovery 16.3.4\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"PO-Revision-Date: 2020-
|
15
|
+
"PO-Revision-Date: 2020-10-29 17:16+0000\n"
|
16
16
|
"Last-Translator: Transifex Bot <>\n"
|
17
17
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
|
18
18
|
"man/language/en_GB/)\n"
|
@@ -334,11 +334,11 @@ msgstr "No hosts selected"
|
|
334
334
|
msgid "Something went wrong while selecting hosts - %s"
|
335
335
|
msgstr "Something went wrong while selecting hosts - %s"
|
336
336
|
|
337
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
337
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
338
338
|
msgid "Rule enabled"
|
339
339
|
msgstr "Rule enabled"
|
340
340
|
|
341
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
341
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
342
342
|
msgid "Rule disabled"
|
343
343
|
msgstr "Rule disabled"
|
344
344
|
|
@@ -346,15 +346,15 @@ msgstr "Rule disabled"
|
|
346
346
|
msgid "%s ago"
|
347
347
|
msgstr "%s ago"
|
348
348
|
|
349
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
349
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
350
350
|
msgid "Auto Provision"
|
351
351
|
msgstr "Auto Provision"
|
352
352
|
|
353
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
353
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
|
354
354
|
msgid "Refresh facts"
|
355
355
|
msgstr "Refresh facts"
|
356
356
|
|
357
|
-
#: ../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:
|
357
|
+
#: ../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:42
|
358
358
|
msgid "Reboot"
|
359
359
|
msgstr "Reboot"
|
360
360
|
|
@@ -366,7 +366,7 @@ msgstr "Back"
|
|
366
366
|
msgid "Select Action"
|
367
367
|
msgstr "Select Action"
|
368
368
|
|
369
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
369
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
370
370
|
msgid "Delete %s?"
|
371
371
|
msgstr "Delete %s?"
|
372
372
|
|
@@ -756,15 +756,15 @@ msgstr "No discovered hosts available"
|
|
756
756
|
msgid "Host"
|
757
757
|
msgstr "Host"
|
758
758
|
|
759
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
759
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../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
|
760
760
|
msgid "Model"
|
761
761
|
msgstr "Model"
|
762
762
|
|
763
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
763
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
764
764
|
msgid "CPUs"
|
765
765
|
msgstr "CPUs"
|
766
766
|
|
767
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
767
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
768
768
|
msgid "Memory"
|
769
769
|
msgstr "Memory"
|
770
770
|
|
@@ -776,59 +776,59 @@ msgstr "Customise Host"
|
|
776
776
|
msgid "Create Host"
|
777
777
|
msgstr "Create Host"
|
778
778
|
|
779
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
779
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
780
780
|
msgid "Select all items in this page"
|
781
781
|
msgstr "Select all items in this page"
|
782
782
|
|
783
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
783
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
784
784
|
msgid "items selected. Uncheck to Clear"
|
785
785
|
msgstr "items selected. Uncheck to Clear"
|
786
786
|
|
787
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
787
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
|
788
788
|
msgid "Name"
|
789
789
|
msgstr "Name"
|
790
790
|
|
791
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
791
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
792
792
|
msgid "IP Address"
|
793
793
|
msgstr "IP Address"
|
794
794
|
|
795
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
795
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
796
796
|
msgid "Disk Count"
|
797
797
|
msgstr "Disk Count"
|
798
798
|
|
799
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
799
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
800
800
|
msgid "Disks Size"
|
801
801
|
msgstr "Disks Size"
|
802
802
|
|
803
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
803
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
804
804
|
msgid "Location"
|
805
805
|
msgstr "Location"
|
806
806
|
|
807
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
807
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
808
808
|
msgid "Organization"
|
809
809
|
msgstr "Organisation"
|
810
810
|
|
811
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
811
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
812
812
|
msgid "Subnet"
|
813
813
|
msgstr "Subnet"
|
814
814
|
|
815
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
815
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
816
816
|
msgid "Last Facts Upload"
|
817
817
|
msgstr "Last Facts Upload"
|
818
818
|
|
819
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
819
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
|
820
820
|
msgid "Actions"
|
821
821
|
msgstr "Actions"
|
822
822
|
|
823
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
823
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
|
824
824
|
msgid "Please Confirm"
|
825
825
|
msgstr "Please Confirm"
|
826
826
|
|
827
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
827
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
|
828
828
|
msgid "Cancel"
|
829
829
|
msgstr "Cancel"
|
830
830
|
|
831
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
831
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
|
832
832
|
msgid "Submit"
|
833
833
|
msgstr "Submit"
|
834
834
|
|
@@ -972,7 +972,7 @@ msgstr "Edit %s"
|
|
972
972
|
msgid "Discovery Rules"
|
973
973
|
msgstr "Discovery Rules"
|
974
974
|
|
975
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
975
|
+
#: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
|
976
976
|
msgid "Create Rule"
|
977
977
|
msgstr "Create Rule"
|
978
978
|
|
@@ -1004,6 +1004,10 @@ msgstr "Enabled"
|
|
1004
1004
|
msgid "New Discovery Rule"
|
1005
1005
|
msgstr "New Discovery Rule"
|
1006
1006
|
|
1007
|
+
#: ../app/views/discovery_rules/welcome.html.erb:8
|
1008
|
+
msgid "Discovered Rules"
|
1009
|
+
msgstr ""
|
1010
|
+
|
1007
1011
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1008
1012
|
msgid "Command line options for kexec during PXE-less provisioning."
|
1009
1013
|
msgstr "Command line options for kexec during PXE-less provisioning."
|
@@ -1040,29 +1044,26 @@ msgstr "Discovery Proxy to use within this subnet for managing connection to dis
|
|
1040
1044
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1041
1045
|
msgstr "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1042
1046
|
|
1043
|
-
#:
|
1044
|
-
msgid "
|
1047
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1048
|
+
msgid "For more information please see "
|
1045
1049
|
msgstr ""
|
1046
1050
|
|
1047
|
-
#:
|
1048
|
-
msgid "
|
1051
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1052
|
+
msgid "documentation"
|
1049
1053
|
msgstr ""
|
1050
1054
|
|
1051
|
-
#: action_names.rb:
|
1055
|
+
#: action_names.rb:2
|
1056
|
+
msgid "Action with sub plans"
|
1057
|
+
msgstr "Action with sub plans"
|
1058
|
+
|
1059
|
+
#: action_names.rb:3
|
1052
1060
|
msgid "Import facts"
|
1053
|
-
msgstr ""
|
1061
|
+
msgstr "Import facts"
|
1054
1062
|
|
1055
|
-
#: action_names.rb:
|
1056
|
-
msgid "
|
1057
|
-
msgstr ""
|
1063
|
+
#: action_names.rb:4
|
1064
|
+
msgid "Import Puppet classes"
|
1065
|
+
msgstr "Import Puppet classes"
|
1058
1066
|
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
#~ msgstr "No discovered hosts found in this context."
|
1063
|
-
#~ msgid ""
|
1064
|
-
#~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
|
1065
|
-
#~ "ed."
|
1066
|
-
#~ msgstr ""
|
1067
|
-
#~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
|
1068
|
-
#~ "ed."
|
1067
|
+
#: action_names.rb:5
|
1068
|
+
msgid "Remote action:"
|
1069
|
+
msgstr "Remote action:"
|