foreman_discovery 16.2.0 → 16.3.1

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 (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
@@ -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.1.0\n"
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
 
@@ -765,6 +771,15 @@ msgstr ""
765
771
  msgid "represents rule name shown to the users"
766
772
  msgstr ""
767
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
+
768
783
  msgid "required if value is not inherited from host group or default password in settings"
769
784
  msgstr ""
770
785
 
@@ -10,7 +10,7 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.1.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
16
  "Last-Translator: Transifex Bot <>\n"
@@ -46,7 +46,7 @@ msgstr "number of entries per request"
46
46
  msgid "Show a discovered host"
47
47
  msgstr "Show a discovered host"
48
48
 
49
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../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:85
50
50
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
51
51
  msgstr "DHCP filename option (Grub2 or PXELinux by default)"
52
52
 
@@ -58,6 +58,10 @@ msgstr "Create a discovered host for testing (use /facts to create new hosts)"
58
58
  msgid "Provision a discovered host"
59
59
  msgstr "Provision a discovered host"
60
60
 
61
+ #: ../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
62
+ msgid "required if host is managed and value is not inherited from host group"
63
+ msgstr ""
64
+
61
65
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
62
66
  msgid "not required if using a subnet with DHCP proxy"
63
67
  msgstr "not required if using a subnet with DHCP proxy"
@@ -66,71 +70,99 @@ msgstr "not required if using a subnet with DHCP proxy"
66
70
  msgid "not required if it's a virtual machine"
67
71
  msgstr "not required if it's a virtual machine"
68
72
 
69
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
73
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
74
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
75
+ msgstr ""
76
+
77
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
78
+ msgid "required if host is managed and custom partition has not been defined"
79
+ msgstr ""
80
+
81
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
82
+ msgid "Host's owner type"
83
+ msgstr ""
84
+
85
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
86
+ msgid "Host's parameters (array or indexed hash)"
87
+ msgstr ""
88
+
89
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
90
+ msgid "Name of the parameter"
91
+ msgstr ""
92
+
93
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
94
+ msgid "Parameter value"
95
+ msgstr ""
96
+
97
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
98
+ msgid "Type of value"
99
+ msgstr ""
100
+
101
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
70
102
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
71
103
  msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
72
104
 
73
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
105
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
74
106
  msgid "required if value is not inherited from host group or default password in settings"
75
107
  msgstr "required if value is not inherited from host group or default password in settings"
76
108
 
77
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
109
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
78
110
  msgid "Delete a discovered host"
79
111
  msgstr "Delete a discovered host"
80
112
 
81
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
113
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
82
114
  msgid "Upload facts for a host, creating the host if required"
83
115
  msgstr "Upload facts for a host, creating the host if required"
84
116
 
85
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
86
118
  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)"
87
119
  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)"
88
120
 
89
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
121
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
90
122
  msgid "Execute rules against a discovered host"
91
123
  msgstr "Execute rules against a discovered host"
92
124
 
93
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
125
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
94
126
  msgid "Host %{host} was provisioned with rule %{rule}"
95
127
  msgstr "Host %{host} was provisioned with rule %{rule}"
96
128
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
129
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
98
130
  msgid "Unable to provision %{host}: %{errors}"
99
131
  msgstr "Unable to provision %{host}: %{errors}"
100
132
 
101
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
133
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
102
134
  msgid "No rule found for host %s"
103
135
  msgstr "No rule found for host %s"
104
136
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
137
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
106
138
  msgid "Execute rules against all currently discovered hosts"
107
139
  msgstr "Execute rules against all currently discovered hosts"
108
140
 
109
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
141
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
110
142
  msgid "Errors during auto provisioning: %s"
111
143
  msgstr "Errors during auto provisioning: %s"
112
144
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
145
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
114
146
  msgid "No discovered hosts to provision"
115
147
  msgstr "No discovered hosts to provision"
116
148
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
149
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
118
150
  msgid "%s discovered hosts were provisioned"
119
151
  msgstr "%s discovered hosts were provisioned"
120
152
 
121
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
153
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
122
154
  msgid "Refreshing the facts of a discovered host"
123
155
  msgstr "Refreshing the facts of a discovered host"
124
156
 
125
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
157
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
126
158
  msgid "Rebooting a discovered host"
127
159
  msgstr "Rebooting a discovered host"
128
160
 
129
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
161
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
130
162
  msgid "Rebooting all discovered hosts"
131
163
  msgstr "Rebooting all discovered hosts"
132
164
 
133
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
165
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
134
166
  msgid "Discovered hosts are rebooting now"
135
167
  msgstr "Discovered hosts are rebooting now"
136
168
 
@@ -374,7 +406,7 @@ msgstr "Reported in the last 7 days"
374
406
  msgid "Provision"
375
407
  msgstr "Provision"
376
408
 
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
409
+ #: ../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
378
410
  msgid "Discovered Hosts"
379
411
  msgstr "Discovered Hosts"
380
412
 
@@ -844,18 +876,6 @@ msgstr "IP address"
844
876
  msgid "Collapse All"
845
877
  msgstr "Collapse All"
846
878
 
847
- #: ../app/views/discovered_hosts/welcome.html.erb:7
848
- msgid "No discovered hosts found in this context."
849
- msgstr "No discovered hosts found in this context."
850
-
851
- #: ../app/views/discovered_hosts/welcome.html.erb:8
852
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
853
- msgstr "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
854
-
855
- #: ../app/views/discovered_hosts/welcome.html.erb:9
856
- msgid "Learn more about this in the documentation."
857
- msgstr "Learn more about this in the documentation."
858
-
859
879
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
860
880
  msgid "Summary report for discovered hosts from Foreman"
861
881
  msgstr "Summary report for discovered hosts from Foreman"
@@ -948,7 +968,7 @@ msgstr "Hostnames must not start with numbers. A good approach is to use unique
948
968
  msgid "Edit %s"
949
969
  msgstr "Edit %s"
950
970
 
951
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
971
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
952
972
  msgid "Discovery Rules"
953
973
  msgstr "Discovery Rules"
954
974
 
@@ -1004,19 +1024,19 @@ msgstr "One or more hosts have been discovered"
1004
1024
  msgid "Details"
1005
1025
  msgstr "Details"
1006
1026
 
1007
- #: ../lib/foreman_discovery/engine.rb:179
1027
+ #: ../lib/foreman_discovery/engine.rb:180
1008
1028
  msgid "Discovery Kexec template"
1009
1029
  msgstr "Discovery Kexec template"
1010
1030
 
1011
- #: ../lib/foreman_discovery/engine.rb:188
1031
+ #: ../lib/foreman_discovery/engine.rb:189
1012
1032
  msgid "Discovery Proxy"
1013
1033
  msgstr "Discovery Proxy"
1014
1034
 
1015
- #: ../lib/foreman_discovery/engine.rb:189
1035
+ #: ../lib/foreman_discovery/engine.rb:190
1016
1036
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1017
1037
  msgstr "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1018
1038
 
1019
- #: ../lib/foreman_discovery/engine.rb:190
1039
+ #: ../lib/foreman_discovery/engine.rb:191
1020
1040
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1021
1041
  msgstr "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1022
1042
 
@@ -1029,9 +1049,20 @@ msgid "Import Puppet classes"
1029
1049
  msgstr ""
1030
1050
 
1031
1051
  #: action_names.rb:4
1032
- msgid "Import facts"
1052
+ msgid "Action with sub plans"
1033
1053
  msgstr ""
1034
1054
 
1035
1055
  #: action_names.rb:5
1036
- msgid "Action with sub plans"
1056
+ msgid "Import facts"
1037
1057
  msgstr ""
1058
+
1059
+ #~ msgid "Learn more about this in the documentation."
1060
+ #~ msgstr "Learn more about this in the documentation."
1061
+ #~ msgid "No discovered hosts found in this context."
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."
@@ -10,7 +10,7 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.1.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
16
  "Last-Translator: Transifex Bot <>\n"
@@ -328,6 +328,12 @@ msgstr[1] "Host group organisations %s must also be associated to the discovery
328
328
  msgid "Host of type %s can not be rebooted"
329
329
  msgstr "Host of type %s can not be rebooted"
330
330
 
331
+ msgid "Host's owner type"
332
+ msgstr ""
333
+
334
+ msgid "Host's parameters (array or indexed hash)"
335
+ msgstr ""
336
+
331
337
  msgid "Hostname facts"
332
338
  msgstr "Hostname facts"
333
339
 
@@ -415,9 +421,6 @@ msgstr "Kexec template not associated with operating system"
415
421
  msgid "Last Facts Upload"
416
422
  msgstr "Last Facts Upload"
417
423
 
418
- msgid "Learn more about this in the documentation."
419
- msgstr "Learn more about this in the documentation."
420
-
421
424
  msgid "List all discovered hosts"
422
425
  msgstr "List all discovered hosts"
423
426
 
@@ -472,6 +475,9 @@ msgstr "N/A"
472
475
  msgid "Name"
473
476
  msgstr "Name"
474
477
 
478
+ msgid "Name of the parameter"
479
+ msgstr ""
480
+
475
481
  msgid "Network"
476
482
  msgstr "Network"
477
483
 
@@ -490,9 +496,6 @@ msgstr "No discovered hosts available"
490
496
  msgid "No discovered hosts for the selected period"
491
497
  msgstr "No discovered hosts for the selected period"
492
498
 
493
- msgid "No discovered hosts found in this context."
494
- msgstr "No discovered hosts found in this context."
495
-
496
499
  msgid "No discovered hosts to provision"
497
500
  msgstr "No discovered hosts to provision"
498
501
 
@@ -535,6 +538,9 @@ msgstr "PXEGrub2 template to be used when pinning a host to discovery"
535
538
  msgid "PXELinux template to be used when pinning a host to discovery"
536
539
  msgstr "PXELinux template to be used when pinning a host to discovery"
537
540
 
541
+ msgid "Parameter value"
542
+ msgstr ""
543
+
538
544
  msgid "Please Confirm"
539
545
  msgstr "Please Confirm"
540
546
 
@@ -682,15 +688,15 @@ msgstr "The following hosts were not deleted: %s"
682
688
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
683
689
  msgstr "This might take a while, as all hosts, facts and reports will be destroyed as well"
684
690
 
685
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
686
- msgstr "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
687
-
688
691
  msgid "Type"
689
692
  msgstr "Type"
690
693
 
691
694
  msgid "Type of name generator"
692
695
  msgstr "Type of name generator"
693
696
 
697
+ msgid "Type of value"
698
+ msgstr ""
699
+
694
700
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
695
701
  msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
696
702
 
@@ -775,6 +781,15 @@ msgstr "query to match discovered hosts for the particular rule"
775
781
  msgid "represents rule name shown to the users"
776
782
  msgstr "represents rule name shown to the users"
777
783
 
784
+ msgid "required if host is managed and custom partition has not been defined"
785
+ msgstr ""
786
+
787
+ msgid "required if host is managed and value is not inherited from host group"
788
+ msgstr ""
789
+
790
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
791
+ msgstr ""
792
+
778
793
  msgid "required if value is not inherited from host group or default password in settings"
779
794
  msgstr "required if value is not inherited from host group or default password in settings"
780
795
 
@@ -9,7 +9,7 @@
9
9
  # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 16.1.0\n"
12
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
15
15
  "Last-Translator: Transifex Bot <>\n"
@@ -45,7 +45,7 @@ msgstr "número de entradas por solicitud"
45
45
  msgid "Show a discovered host"
46
46
  msgstr "Mostrar un host detectado"
47
47
 
48
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
48
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
49
49
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
50
50
  msgstr "Opción de nombre de archivo DHCP (Grub2 o PXELinux en forma predeterminada)"
51
51
 
@@ -57,6 +57,10 @@ msgstr "Crear un host detectado para utilizar en pruebas (utilizar/hechos para c
57
57
  msgid "Provision a discovered host"
58
58
  msgstr "Aprovisionar un host detectado"
59
59
 
60
+ #: ../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
61
+ msgid "required if host is managed and value is not inherited from host group"
62
+ msgstr ""
63
+
60
64
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
61
65
  msgid "not required if using a subnet with DHCP proxy"
62
66
  msgstr "no es necesario si se usa una subred con un proxy DHCP"
@@ -65,71 +69,99 @@ msgstr "no es necesario si se usa una subred con un proxy DHCP"
65
69
  msgid "not required if it's a virtual machine"
66
70
  msgstr "no es necesario si no se trata de una máquina virtual"
67
71
 
68
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
72
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
73
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
74
+ msgstr ""
75
+
76
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
77
+ msgid "required if host is managed and custom partition has not been defined"
78
+ msgstr ""
79
+
80
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
81
+ msgid "Host's owner type"
82
+ msgstr ""
83
+
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
85
+ msgid "Host's parameters (array or indexed hash)"
86
+ msgstr ""
87
+
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
89
+ msgid "Name of the parameter"
90
+ msgstr ""
91
+
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
93
+ msgid "Parameter value"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
97
+ msgid "Type of value"
98
+ msgstr ""
99
+
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
69
101
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
70
102
  msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
71
103
 
72
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
73
105
  msgid "required if value is not inherited from host group or default password in settings"
74
106
  msgstr "es necesario si el valor no se hereda del grupo del host o de la contraseña predeterminada en las configuraciones"
75
107
 
76
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
77
109
  msgid "Delete a discovered host"
78
110
  msgstr "Eliminar un host detectado"
79
111
 
80
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
81
113
  msgid "Upload facts for a host, creating the host if required"
82
114
  msgstr "Subir eventos para un host, si es necesario cree el host."
83
115
 
84
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
85
117
  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)"
86
118
  msgstr "hash que contiene eventos correspondientes al host con un conjunto mínimo de eventos: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (ejemplo en caso de que la interfaz principal se denomine eth0)"
87
119
 
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
89
121
  msgid "Execute rules against a discovered host"
90
122
  msgstr "Ejecutar reglas en función de un host detectado"
91
123
 
92
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
93
125
  msgid "Host %{host} was provisioned with rule %{rule}"
94
126
  msgstr "El host %{host} se aprovisionó con la regla %{rule}"
95
127
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
97
129
  msgid "Unable to provision %{host}: %{errors}"
98
130
  msgstr "No es posible aprovisionar %{host}: %{errors}"
99
131
 
100
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
101
133
  msgid "No rule found for host %s"
102
134
  msgstr "No se halló una regla para el host %s"
103
135
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
105
137
  msgid "Execute rules against all currently discovered hosts"
106
138
  msgstr "Ejecutar reglas contra todos los hosts detectados actualmente"
107
139
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
109
141
  msgid "Errors during auto provisioning: %s"
110
142
  msgstr "Errores durante el autoaprovisionamiento: %s"
111
143
 
112
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
113
145
  msgid "No discovered hosts to provision"
114
146
  msgstr "No hay hosts detectados para aprovisionar"
115
147
 
116
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
117
149
  msgid "%s discovered hosts were provisioned"
118
150
  msgstr "Se aprovisionaron %s hosts detectados"
119
151
 
120
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
121
153
  msgid "Refreshing the facts of a discovered host"
122
154
  msgstr "Actualizando los eventos de un host detectado"
123
155
 
124
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
125
157
  msgid "Rebooting a discovered host"
126
158
  msgstr "Reiniciando un host detectado"
127
159
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
129
161
  msgid "Rebooting all discovered hosts"
130
162
  msgstr "Reiniciando todos los hosts detectados"
131
163
 
132
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
164
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
133
165
  msgid "Discovered hosts are rebooting now"
134
166
  msgstr "Se están reiniciando ahora los hosts detectados"
135
167
 
@@ -373,7 +405,7 @@ msgstr "Informado en los últimos 7 días"
373
405
  msgid "Provision"
374
406
  msgstr "Aprovisionamiento"
375
407
 
376
- #: ../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
408
+ #: ../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
377
409
  msgid "Discovered Hosts"
378
410
  msgstr "Hosts detectados"
379
411
 
@@ -843,18 +875,6 @@ msgstr "Dirección IP"
843
875
  msgid "Collapse All"
844
876
  msgstr "Colapsó todo"
845
877
 
846
- #: ../app/views/discovered_hosts/welcome.html.erb:7
847
- msgid "No discovered hosts found in this context."
848
- msgstr "No se encontraron hosts detectados en este contexto."
849
-
850
- #: ../app/views/discovered_hosts/welcome.html.erb:8
851
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
852
- msgstr "Esta página muestra los nodos sin sistema operativo o virtuales detectados cuyo aprovisionamiento está pendiente."
853
-
854
- #: ../app/views/discovered_hosts/welcome.html.erb:9
855
- msgid "Learn more about this in the documentation."
856
- msgstr "Consulte la documentación para obtener más información."
857
-
858
878
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
859
879
  msgid "Summary report for discovered hosts from Foreman"
860
880
  msgstr "Informe de resumen de los hosts detectados de Foreman"
@@ -947,7 +967,7 @@ msgstr "Los nombres de hosts no deben comenzar con números. Una buena estrategi
947
967
  msgid "Edit %s"
948
968
  msgstr "Editar %s"
949
969
 
950
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
970
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
951
971
  msgid "Discovery Rules"
952
972
  msgstr "Reglas de detección"
953
973
 
@@ -1003,19 +1023,19 @@ msgstr "Se detectaron uno o más hosts"
1003
1023
  msgid "Details"
1004
1024
  msgstr "Información"
1005
1025
 
1006
- #: ../lib/foreman_discovery/engine.rb:179
1026
+ #: ../lib/foreman_discovery/engine.rb:180
1007
1027
  msgid "Discovery Kexec template"
1008
1028
  msgstr "Plantilla Kexec de detección"
1009
1029
 
1010
- #: ../lib/foreman_discovery/engine.rb:188
1030
+ #: ../lib/foreman_discovery/engine.rb:189
1011
1031
  msgid "Discovery Proxy"
1012
1032
  msgstr "Proxy de detección"
1013
1033
 
1014
- #: ../lib/foreman_discovery/engine.rb:189
1034
+ #: ../lib/foreman_discovery/engine.rb:190
1015
1035
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1016
1036
  msgstr "Proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
1017
1037
 
1018
- #: ../lib/foreman_discovery/engine.rb:190
1038
+ #: ../lib/foreman_discovery/engine.rb:191
1019
1039
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1020
1040
  msgstr "ID del proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
1021
1041
 
@@ -1028,9 +1048,20 @@ msgid "Import Puppet classes"
1028
1048
  msgstr ""
1029
1049
 
1030
1050
  #: action_names.rb:4
1031
- msgid "Import facts"
1051
+ msgid "Action with sub plans"
1032
1052
  msgstr ""
1033
1053
 
1034
1054
  #: action_names.rb:5
1035
- msgid "Action with sub plans"
1055
+ msgid "Import facts"
1036
1056
  msgstr ""
1057
+
1058
+ #~ msgid "Learn more about this in the documentation."
1059
+ #~ msgstr "Consulte la documentación para obtener más información."
1060
+ #~ msgid "No discovered hosts found in this context."
1061
+ #~ msgstr "No se encontraron hosts detectados en este contexto."
1062
+ #~ msgid ""
1063
+ #~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
1064
+ #~ "ed."
1065
+ #~ msgstr ""
1066
+ #~ "Esta página muestra los nodos sin sistema operativo o virtuales detectados cuy"
1067
+ #~ "o aprovisionamiento está pendiente."