foreman_discovery 16.1.3 → 16.3.5

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.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
  3. data/app/controllers/discovered_hosts_controller.rb +5 -3
  4. data/app/helpers/discovered_hosts_helper.rb +5 -0
  5. data/app/models/host/discovered.rb +11 -15
  6. data/app/models/setting/discovered.rb +3 -1
  7. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  8. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  9. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  10. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
  11. data/app/views/discovered_hosts/welcome.html.erb +14 -9
  12. data/app/views/discovery_rules/index.html.erb +1 -1
  13. data/app/views/foreman_discovery/debian_kexec.erb +3 -2
  14. data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
  15. data/extra/discover-host +14 -8
  16. data/lib/foreman_discovery/engine.rb +3 -2
  17. data/lib/foreman_discovery/version.rb +1 -1
  18. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  19. data/locale/ca/foreman_discovery.edit.po +46 -37
  20. data/locale/ca/foreman_discovery.po +28 -10
  21. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  22. data/locale/de/foreman_discovery.edit.po +54 -47
  23. data/locale/de/foreman_discovery.po +28 -10
  24. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  25. data/locale/en/foreman_discovery.edit.po +40 -28
  26. data/locale/en/foreman_discovery.po +28 -10
  27. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/en_GB/foreman_discovery.edit.po +45 -44
  29. data/locale/en_GB/foreman_discovery.po +28 -10
  30. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/es/foreman_discovery.edit.po +79 -76
  32. data/locale/es/foreman_discovery.po +28 -10
  33. data/locale/foreman_discovery.pot +142 -115
  34. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/fr/foreman_discovery.edit.po +85 -82
  36. data/locale/fr/foreman_discovery.po +28 -10
  37. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/gl/foreman_discovery.edit.po +41 -29
  39. data/locale/gl/foreman_discovery.po +28 -10
  40. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/it/foreman_discovery.edit.po +54 -42
  42. data/locale/it/foreman_discovery.po +28 -10
  43. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/ja/foreman_discovery.edit.po +88 -87
  45. data/locale/ja/foreman_discovery.po +28 -10
  46. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/ko/foreman_discovery.edit.po +53 -41
  48. data/locale/ko/foreman_discovery.po +28 -10
  49. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/pt_BR/foreman_discovery.edit.po +78 -72
  51. data/locale/pt_BR/foreman_discovery.po +28 -10
  52. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  53. data/locale/ru/foreman_discovery.edit.po +53 -41
  54. data/locale/ru/foreman_discovery.po +28 -10
  55. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/sv_SE/foreman_discovery.edit.po +44 -32
  57. data/locale/sv_SE/foreman_discovery.po +28 -10
  58. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  59. data/locale/zh_CN/foreman_discovery.edit.po +123 -123
  60. data/locale/zh_CN/foreman_discovery.po +28 -10
  61. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  62. data/locale/zh_TW/foreman_discovery.edit.po +53 -41
  63. data/locale/zh_TW/foreman_discovery.po +28 -10
  64. data/package.json +39 -0
  65. data/test/facts/only-ipv6.json +205 -0
  66. data/test/facts/skylake-ipv6.json +223 -0
  67. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  68. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  69. data/test/functional/discovery_rules_controller_test.rb +1 -1
  70. data/test/unit/host_discovered_test.rb +0 -16
  71. data/webpack/index.js +18 -0
  72. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  73. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  74. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  75. data/webpack/src/reducers.js +7 -0
  76. metadata +24 -12
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2020-05-26 17:21+0000\n"
10
+ "PO-Revision-Date: 2020-10-29 17:16+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
12
12
  "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
13
13
  ")\n"
@@ -329,11 +329,11 @@ msgstr "Ningún equipo seleccionado"
329
329
  msgid "Something went wrong while selecting hosts - %s"
330
330
  msgstr "Algo fallou ao seleccionar equipos - %s"
331
331
 
332
- #: ../app/controllers/discovery_rules_controller.rb:68
332
+ #: ../app/controllers/discovery_rules_controller.rb:72
333
333
  msgid "Rule enabled"
334
334
  msgstr ""
335
335
 
336
- #: ../app/controllers/discovery_rules_controller.rb:68
336
+ #: ../app/controllers/discovery_rules_controller.rb:72
337
337
  msgid "Rule disabled"
338
338
  msgstr ""
339
339
 
@@ -341,15 +341,15 @@ msgstr ""
341
341
  msgid "%s ago"
342
342
  msgstr "Fai %s"
343
343
 
344
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
344
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
345
345
  msgid "Auto Provision"
346
346
  msgstr ""
347
347
 
348
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
348
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
349
349
  msgid "Refresh facts"
350
350
  msgstr ""
351
351
 
352
- #: ../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
352
+ #: ../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
353
353
  msgid "Reboot"
354
354
  msgstr ""
355
355
 
@@ -361,7 +361,7 @@ msgstr ""
361
361
  msgid "Select Action"
362
362
  msgstr "Selecciona unha Acción"
363
363
 
364
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
364
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
365
365
  msgid "Delete %s?"
366
366
  msgstr "¿Borrar %s?"
367
367
 
@@ -751,15 +751,15 @@ msgstr ""
751
751
  msgid "Host"
752
752
  msgstr "Equipo"
753
753
 
754
- #: ../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
754
+ #: ../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
755
755
  msgid "Model"
756
756
  msgstr "Modelo"
757
757
 
758
- #: ../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
758
+ #: ../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
759
759
  msgid "CPUs"
760
760
  msgstr "Procesadores"
761
761
 
762
- #: ../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
762
+ #: ../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
763
763
  msgid "Memory"
764
764
  msgstr "Memoria"
765
765
 
@@ -771,59 +771,59 @@ msgstr ""
771
771
  msgid "Create Host"
772
772
  msgstr ""
773
773
 
774
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
774
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
775
775
  msgid "Select all items in this page"
776
776
  msgstr "Seleccionar tódolos obxetos desta páxina"
777
777
 
778
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
778
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
779
779
  msgid "items selected. Uncheck to Clear"
780
780
  msgstr "obxetos seleccionados. Desactivar para limpar"
781
781
 
782
- #: ../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
782
+ #: ../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
783
783
  msgid "Name"
784
784
  msgstr "Nome"
785
785
 
786
- #: ../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
786
+ #: ../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
787
787
  msgid "IP Address"
788
788
  msgstr "Dirección IP"
789
789
 
790
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
790
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
791
791
  msgid "Disk Count"
792
792
  msgstr ""
793
793
 
794
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
794
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
795
795
  msgid "Disks Size"
796
796
  msgstr ""
797
797
 
798
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
798
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
799
799
  msgid "Location"
800
800
  msgstr "Lugares"
801
801
 
802
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
802
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
803
803
  msgid "Organization"
804
804
  msgstr "Organización"
805
805
 
806
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
806
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
807
807
  msgid "Subnet"
808
808
  msgstr "Subrede"
809
809
 
810
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
811
811
  msgid "Last Facts Upload"
812
812
  msgstr ""
813
813
 
814
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
814
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
815
815
  msgid "Actions"
816
816
  msgstr "Accións"
817
817
 
818
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
818
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
819
819
  msgid "Please Confirm"
820
820
  msgstr "Confirme, por favor"
821
821
 
822
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
822
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
823
823
  msgid "Cancel"
824
824
  msgstr "Cancelar"
825
825
 
826
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
827
827
  msgid "Submit"
828
828
  msgstr "Introducir"
829
829
 
@@ -967,7 +967,7 @@ msgstr "Editar %s"
967
967
  msgid "Discovery Rules"
968
968
  msgstr ""
969
969
 
970
- #: ../app/views/discovery_rules/index.html.erb:2
970
+ #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
971
971
  msgid "Create Rule"
972
972
  msgstr ""
973
973
 
@@ -999,6 +999,10 @@ msgstr ""
999
999
  msgid "New Discovery Rule"
1000
1000
  msgstr ""
1001
1001
 
1002
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1003
+ msgid "Discovered Rules"
1004
+ msgstr ""
1005
+
1002
1006
  #: ../db/seeds.d/50_discovery_templates.rb:5
1003
1007
  msgid "Command line options for kexec during PXE-less provisioning."
1004
1008
  msgstr ""
@@ -1035,18 +1039,26 @@ msgstr ""
1035
1039
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1036
1040
  msgstr ""
1037
1041
 
1042
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1043
+ msgid "For more information please see "
1044
+ msgstr ""
1045
+
1046
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1047
+ msgid "documentation"
1048
+ msgstr ""
1049
+
1038
1050
  #: action_names.rb:2
1039
- msgid "Remote action:"
1051
+ msgid "Action with sub plans"
1040
1052
  msgstr ""
1041
1053
 
1042
1054
  #: action_names.rb:3
1043
- msgid "Import Puppet classes"
1055
+ msgid "Import facts"
1044
1056
  msgstr ""
1045
1057
 
1046
1058
  #: action_names.rb:4
1047
- msgid "Import facts"
1059
+ msgid "Import Puppet classes"
1048
1060
  msgstr ""
1049
1061
 
1050
1062
  #: action_names.rb:5
1051
- msgid "Action with sub plans"
1063
+ msgid "Remote action:"
1052
1064
  msgstr ""
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.0.1\n"
8
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -323,6 +323,12 @@ msgstr[1] ""
323
323
  msgid "Host of type %s can not be rebooted"
324
324
  msgstr ""
325
325
 
326
+ msgid "Host's owner type"
327
+ msgstr ""
328
+
329
+ msgid "Host's parameters (array or indexed hash)"
330
+ msgstr ""
331
+
326
332
  msgid "Hostname facts"
327
333
  msgstr ""
328
334
 
@@ -410,9 +416,6 @@ msgstr ""
410
416
  msgid "Last Facts Upload"
411
417
  msgstr ""
412
418
 
413
- msgid "Learn more about this in the documentation."
414
- msgstr ""
415
-
416
419
  msgid "List all discovered hosts"
417
420
  msgstr ""
418
421
 
@@ -467,6 +470,9 @@ msgstr "N/A"
467
470
  msgid "Name"
468
471
  msgstr "Nome"
469
472
 
473
+ msgid "Name of the parameter"
474
+ msgstr ""
475
+
470
476
  msgid "Network"
471
477
  msgstr ""
472
478
 
@@ -485,9 +491,6 @@ msgstr ""
485
491
  msgid "No discovered hosts for the selected period"
486
492
  msgstr ""
487
493
 
488
- msgid "No discovered hosts found in this context."
489
- msgstr ""
490
-
491
494
  msgid "No discovered hosts to provision"
492
495
  msgstr ""
493
496
 
@@ -530,6 +533,9 @@ msgstr ""
530
533
  msgid "PXELinux template to be used when pinning a host to discovery"
531
534
  msgstr ""
532
535
 
536
+ msgid "Parameter value"
537
+ msgstr ""
538
+
533
539
  msgid "Please Confirm"
534
540
  msgstr "Confirme, por favor"
535
541
 
@@ -677,15 +683,15 @@ msgstr "Os seguintes equipos non foron eliminados: %s"
677
683
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
678
684
  msgstr "Esta acción pode tardar un anaco, xa que se eliminarán tódolos equipos, datos e informes."
679
685
 
680
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
681
- msgstr ""
682
-
683
686
  msgid "Type"
684
687
  msgstr ""
685
688
 
686
689
  msgid "Type of name generator"
687
690
  msgstr ""
688
691
 
692
+ msgid "Type of value"
693
+ msgstr ""
694
+
689
695
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
690
696
  msgstr ""
691
697
 
@@ -695,6 +701,9 @@ msgstr ""
695
701
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
696
702
  msgstr ""
697
703
 
704
+ msgid "Unable to perform %{action} on %{ips}"
705
+ msgstr ""
706
+
698
707
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
699
708
  msgstr ""
700
709
 
@@ -767,6 +776,15 @@ msgstr ""
767
776
  msgid "represents rule name shown to the users"
768
777
  msgstr ""
769
778
 
779
+ msgid "required if host is managed and custom partition has not been defined"
780
+ msgstr ""
781
+
782
+ msgid "required if host is managed and value is not inherited from host group"
783
+ msgstr ""
784
+
785
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
786
+ msgstr ""
787
+
770
788
  msgid "required if value is not inherited from host group or default password in settings"
771
789
  msgstr ""
772
790
 
@@ -9,8 +9,8 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: foreman_discovery 16.3.4\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
- "Last-Translator: Transifex Bot <>\n"
12
+ "PO-Revision-Date: 2020-12-02 19:17+0000\n"
13
+ "Last-Translator: Marco Calamaro <ottopodo@gmail.com>\n"
14
14
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
15
15
  "\n"
16
16
  "MIME-Version: 1.0\n"
@@ -57,7 +57,7 @@ msgstr "Esegui il provisioning di un host rilevato"
57
57
 
58
58
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
59
59
  msgid "required if host is managed and value is not inherited from host group"
60
- msgstr ""
60
+ msgstr "necessario se l'host è gestito ed il valore non è stato ereditato da un gruppo di host"
61
61
 
62
62
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
63
63
  msgid "not required if using a subnet with DHCP proxy"
@@ -69,31 +69,31 @@ msgstr "non necessario se è una macchina virtuale"
69
69
 
70
70
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
71
71
  msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
72
- msgstr ""
72
+ msgstr "necessario se non è disponibile imaged based provisioning e l'host è gestito ed il valore non è stato ereditato dal gruppo di host"
73
73
 
74
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
75
75
  msgid "required if host is managed and custom partition has not been defined"
76
- msgstr ""
76
+ msgstr "necessario se l'host è gestito e la partizione personalizzata non è stata definita"
77
77
 
78
78
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
79
79
  msgid "Host's owner type"
80
- msgstr ""
80
+ msgstr "Tipo di proprietario dell'host"
81
81
 
82
82
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
83
83
  msgid "Host's parameters (array or indexed hash)"
84
- msgstr ""
84
+ msgstr "Parametri dell'host (array o hash indicizzato)"
85
85
 
86
86
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
87
87
  msgid "Name of the parameter"
88
- msgstr ""
88
+ msgstr "Nome del parametro"
89
89
 
90
90
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
91
91
  msgid "Parameter value"
92
- msgstr ""
92
+ msgstr "Valore parametro"
93
93
 
94
94
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
95
95
  msgid "Type of value"
96
- msgstr ""
96
+ msgstr "Tipo di valore"
97
97
 
98
98
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
99
99
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
@@ -331,11 +331,11 @@ msgstr "Nessun host selezionato"
331
331
  msgid "Something went wrong while selecting hosts - %s"
332
332
  msgstr "Si è verificato un errore durante la selezione degli host - %s"
333
333
 
334
- #: ../app/controllers/discovery_rules_controller.rb:68
334
+ #: ../app/controllers/discovery_rules_controller.rb:72
335
335
  msgid "Rule enabled"
336
336
  msgstr "Regola abilitata"
337
337
 
338
- #: ../app/controllers/discovery_rules_controller.rb:68
338
+ #: ../app/controllers/discovery_rules_controller.rb:72
339
339
  msgid "Rule disabled"
340
340
  msgstr "Regola disabilitata"
341
341
 
@@ -343,15 +343,15 @@ msgstr "Regola disabilitata"
343
343
  msgid "%s ago"
344
344
  msgstr "%s fa"
345
345
 
346
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
346
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
347
347
  msgid "Auto Provision"
348
348
  msgstr "Auto Provision"
349
349
 
350
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
350
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
351
351
  msgid "Refresh facts"
352
352
  msgstr "Aggiorna eventi"
353
353
 
354
- #: ../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
354
+ #: ../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
355
355
  msgid "Reboot"
356
356
  msgstr "Riavvia"
357
357
 
@@ -363,7 +363,7 @@ msgstr "Indietro"
363
363
  msgid "Select Action"
364
364
  msgstr "Seleziona azione"
365
365
 
366
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
366
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
367
367
  msgid "Delete %s?"
368
368
  msgstr "Cancella %s?"
369
369
 
@@ -753,15 +753,15 @@ msgstr "Nessun host rilevato disponibile"
753
753
  msgid "Host"
754
754
  msgstr "Host"
755
755
 
756
- #: ../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
756
+ #: ../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
757
757
  msgid "Model"
758
758
  msgstr "Modello"
759
759
 
760
- #: ../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
760
+ #: ../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
761
761
  msgid "CPUs"
762
762
  msgstr "CPU"
763
763
 
764
- #: ../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
764
+ #: ../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
765
765
  msgid "Memory"
766
766
  msgstr "Memoria"
767
767
 
@@ -771,61 +771,61 @@ msgstr ""
771
771
 
772
772
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
773
773
  msgid "Create Host"
774
- msgstr ""
774
+ msgstr "Crea Host"
775
775
 
776
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
776
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
777
777
  msgid "Select all items in this page"
778
778
  msgstr "Seleziona tutti gli oggetti in questa pagina"
779
779
 
780
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
780
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
781
781
  msgid "items selected. Uncheck to Clear"
782
782
  msgstr "oggetti selezionati. Deselezionare per annullare"
783
783
 
784
- #: ../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
784
+ #: ../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
785
785
  msgid "Name"
786
786
  msgstr "Nome"
787
787
 
788
- #: ../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
788
+ #: ../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
789
789
  msgid "IP Address"
790
790
  msgstr "Indirizzo IP"
791
791
 
792
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
792
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
793
793
  msgid "Disk Count"
794
794
  msgstr ""
795
795
 
796
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
796
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
797
797
  msgid "Disks Size"
798
798
  msgstr ""
799
799
 
800
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
800
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
801
801
  msgid "Location"
802
802
  msgstr "Posizione"
803
803
 
804
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
804
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
805
805
  msgid "Organization"
806
806
  msgstr "Organizzazione"
807
807
 
808
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
808
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
809
809
  msgid "Subnet"
810
810
  msgstr "Sottorete"
811
811
 
812
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
812
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
813
813
  msgid "Last Facts Upload"
814
814
  msgstr ""
815
815
 
816
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
816
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
817
817
  msgid "Actions"
818
818
  msgstr "Azioni"
819
819
 
820
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
820
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
821
821
  msgid "Please Confirm"
822
822
  msgstr "Conferma"
823
823
 
824
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
824
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
825
825
  msgid "Cancel"
826
826
  msgstr "Annulla"
827
827
 
828
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
828
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
829
829
  msgid "Submit"
830
830
  msgstr "Invia"
831
831
 
@@ -969,7 +969,7 @@ msgstr "Modifica %s"
969
969
  msgid "Discovery Rules"
970
970
  msgstr "Regola per la scoperta"
971
971
 
972
- #: ../app/views/discovery_rules/index.html.erb:2
972
+ #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
973
973
  msgid "Create Rule"
974
974
  msgstr ""
975
975
 
@@ -1001,6 +1001,10 @@ msgstr "Abilitata"
1001
1001
  msgid "New Discovery Rule"
1002
1002
  msgstr "Nuova regola per la scoperta"
1003
1003
 
1004
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1005
+ msgid "Discovered Rules"
1006
+ msgstr ""
1007
+
1004
1008
  #: ../db/seeds.d/50_discovery_templates.rb:5
1005
1009
  msgid "Command line options for kexec during PXE-less provisioning."
1006
1010
  msgstr ""
@@ -1037,18 +1041,26 @@ msgstr ""
1037
1041
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1038
1042
  msgstr ""
1039
1043
 
1044
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1045
+ msgid "For more information please see "
1046
+ msgstr ""
1047
+
1048
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1049
+ msgid "documentation"
1050
+ msgstr ""
1051
+
1040
1052
  #: action_names.rb:2
1041
- msgid "Remote action:"
1053
+ msgid "Action with sub plans"
1042
1054
  msgstr ""
1043
1055
 
1044
1056
  #: action_names.rb:3
1045
- msgid "Import Puppet classes"
1046
- msgstr ""
1057
+ msgid "Import facts"
1058
+ msgstr "Importa gli eventi"
1047
1059
 
1048
1060
  #: action_names.rb:4
1049
- msgid "Import facts"
1050
- msgstr ""
1061
+ msgid "Import Puppet classes"
1062
+ msgstr "Importa classi Puppet"
1051
1063
 
1052
1064
  #: action_names.rb:5
1053
- msgid "Action with sub plans"
1054
- msgstr ""
1065
+ msgid "Remote action:"
1066
+ msgstr "Azione remota:"