foreman_discovery 16.2.0 → 16.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +24 -11
  3. data/app/models/host/discovered.rb +1 -1
  4. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  5. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  6. data/app/views/discovered_hosts/welcome.html.erb +15 -9
  7. data/app/views/discovery_rules/index.html.erb +1 -1
  8. data/extra/discover-host +3 -3
  9. data/lib/foreman_discovery/engine.rb +2 -1
  10. data/lib/foreman_discovery/version.rb +1 -1
  11. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  12. data/locale/ca/foreman_discovery.edit.po +62 -39
  13. data/locale/ca/foreman_discovery.po +25 -10
  14. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  15. data/locale/de/foreman_discovery.edit.po +64 -39
  16. data/locale/de/foreman_discovery.po +25 -10
  17. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/en/foreman_discovery.edit.po +59 -39
  19. data/locale/en/foreman_discovery.po +25 -10
  20. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/en_GB/foreman_discovery.edit.po +70 -39
  22. data/locale/en_GB/foreman_discovery.po +25 -10
  23. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/es/foreman_discovery.edit.po +70 -39
  25. data/locale/es/foreman_discovery.po +25 -10
  26. data/locale/foreman_discovery.pot +68 -45
  27. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/fr/foreman_discovery.edit.po +68 -39
  29. data/locale/fr/foreman_discovery.po +25 -10
  30. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/gl/foreman_discovery.edit.po +59 -39
  32. data/locale/gl/foreman_discovery.po +25 -10
  33. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/it/foreman_discovery.edit.po +59 -39
  35. data/locale/it/foreman_discovery.po +25 -10
  36. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/ja/foreman_discovery.edit.po +68 -39
  38. data/locale/ja/foreman_discovery.po +25 -10
  39. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/ko/foreman_discovery.edit.po +59 -39
  41. data/locale/ko/foreman_discovery.po +25 -10
  42. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/pt_BR/foreman_discovery.edit.po +68 -39
  44. data/locale/pt_BR/foreman_discovery.po +25 -10
  45. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/ru/foreman_discovery.edit.po +59 -39
  47. data/locale/ru/foreman_discovery.po +25 -10
  48. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/sv_SE/foreman_discovery.edit.po +59 -39
  50. data/locale/sv_SE/foreman_discovery.po +25 -10
  51. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/zh_CN/foreman_discovery.edit.po +68 -39
  53. data/locale/zh_CN/foreman_discovery.po +25 -10
  54. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/zh_TW/foreman_discovery.edit.po +59 -39
  56. data/locale/zh_TW/foreman_discovery.po +25 -10
  57. data/package.json +39 -0
  58. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  59. data/test/functional/discovery_rules_controller_test.rb +1 -1
  60. data/webpack/index.js +18 -0
  61. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  62. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  63. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  64. data/webpack/src/reducers.js +7 -0
  65. metadata +11 -4
@@ -8,7 +8,7 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 16.1.0\n"
11
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
14
14
  "Last-Translator: Transifex Bot <>\n"
@@ -325,6 +325,12 @@ msgstr[1] "Les organisations %s du groupe d'hôtes doivent aussi être associée
325
325
  msgid "Host of type %s can not be rebooted"
326
326
  msgstr "Impossible de redémarrer l'hôte de type %s"
327
327
 
328
+ msgid "Host's owner type"
329
+ msgstr ""
330
+
331
+ msgid "Host's parameters (array or indexed hash)"
332
+ msgstr ""
333
+
328
334
  msgid "Hostname facts"
329
335
  msgstr "Facts du nom d'hôte"
330
336
 
@@ -412,9 +418,6 @@ msgstr "Modèle kexec non associé à un système d'exploitation"
412
418
  msgid "Last Facts Upload"
413
419
  msgstr "Derniers facts téléchargés"
414
420
 
415
- msgid "Learn more about this in the documentation."
416
- msgstr "Approfondissez ce sujet dans la documentation."
417
-
418
421
  msgid "List all discovered hosts"
419
422
  msgstr "Afficher tous les hôtes détectés"
420
423
 
@@ -469,6 +472,9 @@ msgstr "N/A"
469
472
  msgid "Name"
470
473
  msgstr "Nom"
471
474
 
475
+ msgid "Name of the parameter"
476
+ msgstr ""
477
+
472
478
  msgid "Network"
473
479
  msgstr "Réseau"
474
480
 
@@ -487,9 +493,6 @@ msgstr "Aucun hôte détecté disponible"
487
493
  msgid "No discovered hosts for the selected period"
488
494
  msgstr "Aucun hôte détecté pendant la période sélectionnée"
489
495
 
490
- msgid "No discovered hosts found in this context."
491
- msgstr "Aucun hôte détecté trouvé dans ce contexte."
492
-
493
496
  msgid "No discovered hosts to provision"
494
497
  msgstr "Aucun hôte détecté à provisionner"
495
498
 
@@ -532,6 +535,9 @@ msgstr "Modèle PXEGrub2 à utiliser lors de l'épinglage d'un hôte pour la dé
532
535
  msgid "PXELinux template to be used when pinning a host to discovery"
533
536
  msgstr "Modèle PXELinux à utiliser lors de l'épinglage d'un hôte pour la détection"
534
537
 
538
+ msgid "Parameter value"
539
+ msgstr ""
540
+
535
541
  msgid "Please Confirm"
536
542
  msgstr "Merci de confirmer"
537
543
 
@@ -679,15 +685,15 @@ msgstr "Les hôtes suivants n'ont pas été supprimés : %s"
679
685
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
680
686
  msgstr "Cette action peut prendre un certain temps, pour tous les hôtes, les rapports et facts vont aussi être supprimés"
681
687
 
682
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
683
- msgstr "Cette page montre les nœuds nus ou virtuels en attente de mise en service."
684
-
685
688
  msgid "Type"
686
689
  msgstr "Type"
687
690
 
688
691
  msgid "Type of name generator"
689
692
  msgstr "Générateur type de nom"
690
693
 
694
+ msgid "Type of value"
695
+ msgstr ""
696
+
691
697
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
692
698
  msgstr "UUID pour surveiller l'état des tâches d'orchestration : GET /api/orchestration/:UUID/tasks"
693
699
 
@@ -772,6 +778,15 @@ msgstr "requête à faire correspondre aux hôtes détectés pour la règle en q
772
778
  msgid "represents rule name shown to the users"
773
779
  msgstr "représente le nom de règle affiché aux utilisateurs"
774
780
 
781
+ msgid "required if host is managed and custom partition has not been defined"
782
+ msgstr ""
783
+
784
+ msgid "required if host is managed and value is not inherited from host group"
785
+ msgstr ""
786
+
787
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
788
+ msgstr ""
789
+
775
790
  msgid "required if value is not inherited from host group or default password in settings"
776
791
  msgstr "requis si la valeur n'est pas héritée d'un groupe d'hôtes ou du mot de passe par défaut défini dans les paramètres"
777
792
 
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.1.0\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"
@@ -41,7 +41,7 @@ msgstr ""
41
41
  msgid "Show a discovered host"
42
42
  msgstr ""
43
43
 
44
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
44
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
45
45
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
46
46
  msgstr ""
47
47
 
@@ -53,6 +53,10 @@ msgstr ""
53
53
  msgid "Provision a discovered host"
54
54
  msgstr ""
55
55
 
56
+ #: ../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
57
+ msgid "required if host is managed and value is not inherited from host group"
58
+ msgstr ""
59
+
56
60
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
57
61
  msgid "not required if using a subnet with DHCP proxy"
58
62
  msgstr ""
@@ -61,71 +65,99 @@ msgstr ""
61
65
  msgid "not required if it's a virtual machine"
62
66
  msgstr ""
63
67
 
64
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
68
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
69
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
70
+ msgstr ""
71
+
72
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
73
+ msgid "required if host is managed and custom partition has not been defined"
74
+ msgstr ""
75
+
76
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
77
+ msgid "Host's owner type"
78
+ msgstr ""
79
+
80
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
81
+ msgid "Host's parameters (array or indexed hash)"
82
+ msgstr ""
83
+
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
85
+ msgid "Name of the parameter"
86
+ msgstr ""
87
+
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
89
+ msgid "Parameter value"
90
+ msgstr ""
91
+
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
93
+ msgid "Type of value"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
65
97
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
66
98
  msgstr ""
67
99
 
68
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
69
101
  msgid "required if value is not inherited from host group or default password in settings"
70
102
  msgstr ""
71
103
 
72
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
73
105
  msgid "Delete a discovered host"
74
106
  msgstr ""
75
107
 
76
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
77
109
  msgid "Upload facts for a host, creating the host if required"
78
110
  msgstr ""
79
111
 
80
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
81
113
  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)"
82
114
  msgstr ""
83
115
 
84
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
85
117
  msgid "Execute rules against a discovered host"
86
118
  msgstr ""
87
119
 
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
89
121
  msgid "Host %{host} was provisioned with rule %{rule}"
90
122
  msgstr ""
91
123
 
92
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
93
125
  msgid "Unable to provision %{host}: %{errors}"
94
126
  msgstr ""
95
127
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
97
129
  msgid "No rule found for host %s"
98
130
  msgstr ""
99
131
 
100
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
101
133
  msgid "Execute rules against all currently discovered hosts"
102
134
  msgstr ""
103
135
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
105
137
  msgid "Errors during auto provisioning: %s"
106
138
  msgstr ""
107
139
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
109
141
  msgid "No discovered hosts to provision"
110
142
  msgstr ""
111
143
 
112
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
113
145
  msgid "%s discovered hosts were provisioned"
114
146
  msgstr ""
115
147
 
116
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
117
149
  msgid "Refreshing the facts of a discovered host"
118
150
  msgstr ""
119
151
 
120
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
121
153
  msgid "Rebooting a discovered host"
122
154
  msgstr ""
123
155
 
124
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
125
157
  msgid "Rebooting all discovered hosts"
126
158
  msgstr ""
127
159
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
129
161
  msgid "Discovered hosts are rebooting now"
130
162
  msgstr ""
131
163
 
@@ -369,7 +401,7 @@ msgstr ""
369
401
  msgid "Provision"
370
402
  msgstr "Aprovisionamento"
371
403
 
372
- #: ../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
404
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
373
405
  msgid "Discovered Hosts"
374
406
  msgstr ""
375
407
 
@@ -839,18 +871,6 @@ msgstr ""
839
871
  msgid "Collapse All"
840
872
  msgstr ""
841
873
 
842
- #: ../app/views/discovered_hosts/welcome.html.erb:7
843
- msgid "No discovered hosts found in this context."
844
- msgstr ""
845
-
846
- #: ../app/views/discovered_hosts/welcome.html.erb:8
847
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
848
- msgstr ""
849
-
850
- #: ../app/views/discovered_hosts/welcome.html.erb:9
851
- msgid "Learn more about this in the documentation."
852
- msgstr ""
853
-
854
874
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
855
875
  msgid "Summary report for discovered hosts from Foreman"
856
876
  msgstr ""
@@ -943,7 +963,7 @@ msgstr ""
943
963
  msgid "Edit %s"
944
964
  msgstr "Editar %s"
945
965
 
946
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
966
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
947
967
  msgid "Discovery Rules"
948
968
  msgstr ""
949
969
 
@@ -999,19 +1019,19 @@ msgstr ""
999
1019
  msgid "Details"
1000
1020
  msgstr ""
1001
1021
 
1002
- #: ../lib/foreman_discovery/engine.rb:179
1022
+ #: ../lib/foreman_discovery/engine.rb:180
1003
1023
  msgid "Discovery Kexec template"
1004
1024
  msgstr ""
1005
1025
 
1006
- #: ../lib/foreman_discovery/engine.rb:188
1026
+ #: ../lib/foreman_discovery/engine.rb:189
1007
1027
  msgid "Discovery Proxy"
1008
1028
  msgstr ""
1009
1029
 
1010
- #: ../lib/foreman_discovery/engine.rb:189
1030
+ #: ../lib/foreman_discovery/engine.rb:190
1011
1031
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1012
1032
  msgstr ""
1013
1033
 
1014
- #: ../lib/foreman_discovery/engine.rb:190
1034
+ #: ../lib/foreman_discovery/engine.rb:191
1015
1035
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1016
1036
  msgstr ""
1017
1037
 
@@ -1024,9 +1044,9 @@ msgid "Import Puppet classes"
1024
1044
  msgstr ""
1025
1045
 
1026
1046
  #: action_names.rb:4
1027
- msgid "Import facts"
1047
+ msgid "Action with sub plans"
1028
1048
  msgstr ""
1029
1049
 
1030
1050
  #: action_names.rb:5
1031
- msgid "Action with sub plans"
1051
+ msgid "Import facts"
1032
1052
  msgstr ""
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.1.0\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
 
@@ -770,6 +776,15 @@ msgstr ""
770
776
  msgid "represents rule name shown to the users"
771
777
  msgstr ""
772
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
+
773
788
  msgid "required if value is not inherited from host group or default password in settings"
774
789
  msgstr ""
775
790
 
@@ -7,7 +7,7 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 16.1.0\n"
10
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
13
  "Last-Translator: Transifex Bot <>\n"
@@ -43,7 +43,7 @@ msgstr "numero di voci per richiesta"
43
43
  msgid "Show a discovered host"
44
44
  msgstr "Visualizza un host rilevato"
45
45
 
46
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
46
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
47
47
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
48
48
  msgstr ""
49
49
 
@@ -55,6 +55,10 @@ msgstr ""
55
55
  msgid "Provision a discovered host"
56
56
  msgstr "Esegui il provisioning di un host rilevato"
57
57
 
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
+ msgid "required if host is managed and value is not inherited from host group"
60
+ msgstr ""
61
+
58
62
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
59
63
  msgid "not required if using a subnet with DHCP proxy"
60
64
  msgstr "non necessario se si utilizza una sottorete con DHCP proxy"
@@ -63,71 +67,99 @@ msgstr "non necessario se si utilizza una sottorete con DHCP proxy"
63
67
  msgid "not required if it's a virtual machine"
64
68
  msgstr "non necessario se è una macchina virtuale"
65
69
 
66
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
70
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
71
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
72
+ msgstr ""
73
+
74
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
75
+ msgid "required if host is managed and custom partition has not been defined"
76
+ msgstr ""
77
+
78
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
79
+ msgid "Host's owner type"
80
+ msgstr ""
81
+
82
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
83
+ msgid "Host's parameters (array or indexed hash)"
84
+ msgstr ""
85
+
86
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
87
+ msgid "Name of the parameter"
88
+ msgstr ""
89
+
90
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
91
+ msgid "Parameter value"
92
+ msgstr ""
93
+
94
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
95
+ msgid "Type of value"
96
+ msgstr ""
97
+
98
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
67
99
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
68
100
  msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
69
101
 
70
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
102
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
71
103
  msgid "required if value is not inherited from host group or default password in settings"
72
104
  msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
73
105
 
74
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
75
107
  msgid "Delete a discovered host"
76
108
  msgstr "Rimuovi un host rilevato"
77
109
 
78
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
110
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
79
111
  msgid "Upload facts for a host, creating the host if required"
80
112
  msgstr "Carica gli eventi per un host creando, se necessario, un host"
81
113
 
82
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
114
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
83
115
  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)"
84
116
  msgstr ""
85
117
 
86
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
118
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
87
119
  msgid "Execute rules against a discovered host"
88
120
  msgstr "Esegui le regole nei confronti di un host rilevato"
89
121
 
90
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
91
123
  msgid "Host %{host} was provisioned with rule %{rule}"
92
124
  msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
93
125
 
94
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
126
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
95
127
  msgid "Unable to provision %{host}: %{errors}"
96
128
  msgstr ""
97
129
 
98
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
130
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
99
131
  msgid "No rule found for host %s"
100
132
  msgstr "Nessuna regola trovata per l'host %s"
101
133
 
102
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
134
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
103
135
  msgid "Execute rules against all currently discovered hosts"
104
136
  msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
105
137
 
106
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
138
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
107
139
  msgid "Errors during auto provisioning: %s"
108
140
  msgstr "Errore durante auto provisioning: %s"
109
141
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
142
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
111
143
  msgid "No discovered hosts to provision"
112
144
  msgstr "Nessun host rilevato per il provisioning"
113
145
 
114
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
146
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
115
147
  msgid "%s discovered hosts were provisioned"
116
148
  msgstr ""
117
149
 
118
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
150
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
119
151
  msgid "Refreshing the facts of a discovered host"
120
152
  msgstr "Aggiornamento eventi di un host rilevato"
121
153
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
154
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
123
155
  msgid "Rebooting a discovered host"
124
156
  msgstr "Riavvio di un host rilevato"
125
157
 
126
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
158
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
127
159
  msgid "Rebooting all discovered hosts"
128
160
  msgstr ""
129
161
 
130
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
162
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
131
163
  msgid "Discovered hosts are rebooting now"
132
164
  msgstr ""
133
165
 
@@ -371,7 +403,7 @@ msgstr ""
371
403
  msgid "Provision"
372
404
  msgstr "Provisioning"
373
405
 
374
- #: ../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
406
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
375
407
  msgid "Discovered Hosts"
376
408
  msgstr ""
377
409
 
@@ -841,18 +873,6 @@ msgstr "indirizzo IP"
841
873
  msgid "Collapse All"
842
874
  msgstr "Comprimi tutto"
843
875
 
844
- #: ../app/views/discovered_hosts/welcome.html.erb:7
845
- msgid "No discovered hosts found in this context."
846
- msgstr ""
847
-
848
- #: ../app/views/discovered_hosts/welcome.html.erb:8
849
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
850
- msgstr ""
851
-
852
- #: ../app/views/discovered_hosts/welcome.html.erb:9
853
- msgid "Learn more about this in the documentation."
854
- msgstr ""
855
-
856
876
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
857
877
  msgid "Summary report for discovered hosts from Foreman"
858
878
  msgstr ""
@@ -945,7 +965,7 @@ msgstr ""
945
965
  msgid "Edit %s"
946
966
  msgstr "Modifica %s"
947
967
 
948
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
968
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
949
969
  msgid "Discovery Rules"
950
970
  msgstr "Regola per la scoperta"
951
971
 
@@ -1001,19 +1021,19 @@ msgstr ""
1001
1021
  msgid "Details"
1002
1022
  msgstr "Dettagli:"
1003
1023
 
1004
- #: ../lib/foreman_discovery/engine.rb:179
1024
+ #: ../lib/foreman_discovery/engine.rb:180
1005
1025
  msgid "Discovery Kexec template"
1006
1026
  msgstr ""
1007
1027
 
1008
- #: ../lib/foreman_discovery/engine.rb:188
1028
+ #: ../lib/foreman_discovery/engine.rb:189
1009
1029
  msgid "Discovery Proxy"
1010
1030
  msgstr ""
1011
1031
 
1012
- #: ../lib/foreman_discovery/engine.rb:189
1032
+ #: ../lib/foreman_discovery/engine.rb:190
1013
1033
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1014
1034
  msgstr ""
1015
1035
 
1016
- #: ../lib/foreman_discovery/engine.rb:190
1036
+ #: ../lib/foreman_discovery/engine.rb:191
1017
1037
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1018
1038
  msgstr ""
1019
1039
 
@@ -1026,9 +1046,9 @@ msgid "Import Puppet classes"
1026
1046
  msgstr ""
1027
1047
 
1028
1048
  #: action_names.rb:4
1029
- msgid "Import facts"
1049
+ msgid "Action with sub plans"
1030
1050
  msgstr ""
1031
1051
 
1032
1052
  #: action_names.rb:5
1033
- msgid "Action with sub plans"
1053
+ msgid "Import facts"
1034
1054
  msgstr ""