foreman_discovery 16.1.4 → 16.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
  3. data/app/helpers/discovered_hosts_helper.rb +5 -0
  4. data/app/models/host/discovered.rb +11 -15
  5. data/app/models/setting/discovered.rb +3 -1
  6. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  7. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  8. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  9. data/app/views/discovered_hosts/welcome.html.erb +14 -9
  10. data/app/views/discovery_rules/index.html.erb +1 -1
  11. data/app/views/foreman_discovery/debian_kexec.erb +3 -2
  12. data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
  13. data/extra/discover-host +3 -3
  14. data/lib/foreman_discovery/engine.rb +3 -2
  15. data/lib/foreman_discovery/version.rb +1 -1
  16. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  17. data/locale/ca/foreman_discovery.edit.po +104 -75
  18. data/locale/ca/foreman_discovery.po +25 -10
  19. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  20. data/locale/de/foreman_discovery.edit.po +111 -82
  21. data/locale/de/foreman_discovery.po +25 -10
  22. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/en/foreman_discovery.edit.po +97 -73
  24. data/locale/en/foreman_discovery.po +25 -10
  25. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/en_GB/foreman_discovery.edit.po +110 -81
  27. data/locale/en_GB/foreman_discovery.po +25 -10
  28. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/es/foreman_discovery.edit.po +112 -83
  30. data/locale/es/foreman_discovery.po +25 -10
  31. data/locale/foreman_discovery.pot +137 -114
  32. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/fr/foreman_discovery.edit.po +112 -83
  34. data/locale/fr/foreman_discovery.po +25 -10
  35. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/gl/foreman_discovery.edit.po +103 -74
  37. data/locale/gl/foreman_discovery.po +25 -10
  38. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/it/foreman_discovery.edit.po +110 -81
  40. data/locale/it/foreman_discovery.po +25 -10
  41. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/ja/foreman_discovery.edit.po +112 -83
  43. data/locale/ja/foreman_discovery.po +25 -10
  44. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ko/foreman_discovery.edit.po +110 -81
  46. data/locale/ko/foreman_discovery.po +25 -10
  47. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/pt_BR/foreman_discovery.edit.po +112 -83
  49. data/locale/pt_BR/foreman_discovery.po +25 -10
  50. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ru/foreman_discovery.edit.po +111 -82
  52. data/locale/ru/foreman_discovery.po +25 -10
  53. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/sv_SE/foreman_discovery.edit.po +104 -75
  55. data/locale/sv_SE/foreman_discovery.po +25 -10
  56. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/zh_CN/foreman_discovery.edit.po +112 -83
  58. data/locale/zh_CN/foreman_discovery.po +25 -10
  59. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_TW/foreman_discovery.edit.po +110 -81
  61. data/locale/zh_TW/foreman_discovery.po +25 -10
  62. data/package.json +39 -0
  63. data/test/facts/only-ipv6.json +205 -0
  64. data/test/facts/skylake-ipv6.json +223 -0
  65. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  66. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  67. data/test/functional/discovery_rules_controller_test.rb +1 -1
  68. data/test/unit/host_discovered_test.rb +0 -16
  69. data/webpack/index.js +18 -0
  70. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  71. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  72. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  73. data/webpack/src/reducers.js +7 -0
  74. metadata +21 -11
  75. data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -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.3\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"
@@ -327,6 +327,12 @@ msgstr[1] ""
327
327
  msgid "Host of type %s can not be rebooted"
328
328
  msgstr "No es posible reiniciar el tipo de host %s"
329
329
 
330
+ msgid "Host's owner type"
331
+ msgstr ""
332
+
333
+ msgid "Host's parameters (array or indexed hash)"
334
+ msgstr ""
335
+
330
336
  msgid "Hostname facts"
331
337
  msgstr "Eventos del nombre de host"
332
338
 
@@ -414,9 +420,6 @@ msgstr "Plantilla kexec no asociada con el sistema operativo"
414
420
  msgid "Last Facts Upload"
415
421
  msgstr "Última carga de datos"
416
422
 
417
- msgid "Learn more about this in the documentation."
418
- msgstr "Consulte la documentación para obtener más información."
419
-
420
423
  msgid "List all discovered hosts"
421
424
  msgstr "Confeccionar una lista de los hosts detectados"
422
425
 
@@ -471,6 +474,9 @@ msgstr "N/A"
471
474
  msgid "Name"
472
475
  msgstr "Nombre"
473
476
 
477
+ msgid "Name of the parameter"
478
+ msgstr ""
479
+
474
480
  msgid "Network"
475
481
  msgstr "Red"
476
482
 
@@ -489,9 +495,6 @@ msgstr "No hay hosts detectados disponibles"
489
495
  msgid "No discovered hosts for the selected period"
490
496
  msgstr "No se detectaron hosts para el periodo seleccionado"
491
497
 
492
- msgid "No discovered hosts found in this context."
493
- msgstr "No se encontraron hosts detectados en este contexto."
494
-
495
498
  msgid "No discovered hosts to provision"
496
499
  msgstr "No hay hosts detectados para aprovisionar"
497
500
 
@@ -534,6 +537,9 @@ msgstr "Plantilla PXEGrub2 que debe utilizarse al adjuntar un host a la detecci
534
537
  msgid "PXELinux template to be used when pinning a host to discovery"
535
538
  msgstr "Debe utilizarse la plantilla PXELinux para adjuntar un host a la detección"
536
539
 
540
+ msgid "Parameter value"
541
+ msgstr ""
542
+
537
543
  msgid "Please Confirm"
538
544
  msgstr "Confirme, por favor"
539
545
 
@@ -681,15 +687,15 @@ msgstr "Los siguientes equipos no han sido eliminados: %s"
681
687
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
682
688
  msgstr "Esta acción puede tardar un rato, ya que se eliminarán todos los equipos, datos e informes."
683
689
 
684
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
685
- msgstr "Esta página muestra los nodos sin sistema operativo o virtuales detectados cuyo aprovisionamiento está pendiente."
686
-
687
690
  msgid "Type"
688
691
  msgstr "Tipo"
689
692
 
690
693
  msgid "Type of name generator"
691
694
  msgstr "Tipo de generador de nombre"
692
695
 
696
+ msgid "Type of value"
697
+ msgstr ""
698
+
693
699
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
694
700
  msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
695
701
 
@@ -774,6 +780,15 @@ msgstr "consulta para establecer una coincidencia de los hosts detectados respec
774
780
  msgid "represents rule name shown to the users"
775
781
  msgstr "representa el nombre de la regla que se les muestra a los usuarios"
776
782
 
783
+ msgid "required if host is managed and custom partition has not been defined"
784
+ msgstr ""
785
+
786
+ msgid "required if host is managed and value is not inherited from host group"
787
+ msgstr ""
788
+
789
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
790
+ msgstr ""
791
+
777
792
  msgid "required if value is not inherited from host group or default password in settings"
778
793
  msgstr "es necesario si el valor no se hereda del grupo del host o de la contraseña predeterminada en las configuraciones"
779
794
 
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_discovery 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2021-01-25 08:40+0100\n"
12
- "PO-Revision-Date: 2021-01-25 08:40+0100\n"
11
+ "POT-Creation-Date: 2020-10-29 12:15+0100\n"
12
+ "PO-Revision-Date: 2020-10-29 12:15+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -47,7 +47,7 @@ msgid "Show a discovered host"
47
47
  msgstr ""
48
48
 
49
49
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
50
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
50
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
51
51
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
52
52
  msgstr ""
53
53
 
@@ -59,6 +59,14 @@ msgstr ""
59
59
  msgid "Provision a discovered host"
60
60
  msgstr ""
61
61
 
62
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54
63
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:57
64
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:58
65
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:61
66
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:64
67
+ msgid "required if host is managed and value is not inherited from host group"
68
+ msgstr ""
69
+
62
70
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
63
71
  msgid "not required if using a subnet with DHCP proxy"
64
72
  msgstr ""
@@ -67,80 +75,110 @@ msgstr ""
67
75
  msgid "not required if it's a virtual machine"
68
76
  msgstr ""
69
77
 
70
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
78
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
79
+ msgid ""
80
+ "required if not imaged based provisioning and host is managed and value is not"
81
+ " inherited from host group"
82
+ msgstr ""
83
+
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
85
+ msgid "required if host is managed and custom partition has not been defined"
86
+ msgstr ""
87
+
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
89
+ msgid "Host's owner type"
90
+ msgstr ""
91
+
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
93
+ msgid "Host's parameters (array or indexed hash)"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
97
+ msgid "Name of the parameter"
98
+ msgstr ""
99
+
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
101
+ msgid "Parameter value"
102
+ msgstr ""
103
+
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
105
+ msgid "Type of value"
106
+ msgstr ""
107
+
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
71
109
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
72
110
  msgstr ""
73
111
 
74
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
75
113
  msgid ""
76
114
  "required if value is not inherited from host group or default password in sett"
77
115
  "ings"
78
116
  msgstr ""
79
117
 
80
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
118
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
81
119
  msgid "Delete a discovered host"
82
120
  msgstr ""
83
121
 
84
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
85
123
  msgid "Upload facts for a host, creating the host if required"
86
124
  msgstr ""
87
125
 
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
126
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
89
127
  msgid ""
90
128
  "hash containing facts for the host with minimum set of facts: discovery_bootif"
91
129
  ", macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in cas"
92
130
  "e primary interface is named eth0)"
93
131
  msgstr ""
94
132
 
95
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:123
133
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
96
134
  msgid "Execute rules against a discovered host"
97
135
  msgstr ""
98
136
 
99
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
137
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
100
138
  #: ../app/controllers/discovered_hosts_controller.rb:160
101
139
  msgid "Host %{host} was provisioned with rule %{rule}"
102
140
  msgstr ""
103
141
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:132
142
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
105
143
  msgid "Unable to provision %{host}: %{errors}"
106
144
  msgstr ""
107
145
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
146
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144
109
147
  #: ../app/controllers/discovered_hosts_controller.rb:167
110
148
  msgid "No rule found for host %s"
111
149
  msgstr ""
112
150
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
151
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
114
152
  msgid "Execute rules against all currently discovered hosts"
115
153
  msgstr ""
116
154
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:149
155
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155
118
156
  #: ../app/controllers/discovered_hosts_controller.rb:173
119
157
  msgid "Errors during auto provisioning: %s"
120
158
  msgstr ""
121
159
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158
123
161
  #: ../app/controllers/discovered_hosts_controller.rb:176
124
162
  msgid "No discovered hosts to provision"
125
163
  msgstr ""
126
164
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:174
165
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
128
166
  msgid "%s discovered hosts were provisioned"
129
167
  msgstr ""
130
168
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:185
169
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
132
170
  msgid "Refreshing the facts of a discovered host"
133
171
  msgstr ""
134
172
 
135
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:194
173
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
136
174
  msgid "Rebooting a discovered host"
137
175
  msgstr ""
138
176
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:203
177
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
140
178
  msgid "Rebooting all discovered hosts"
141
179
  msgstr ""
142
180
 
143
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:214
181
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220
144
182
  #: ../app/controllers/discovered_hosts_controller.rb:129
145
183
  msgid "Discovered hosts are rebooting now"
146
184
  msgstr ""
@@ -273,43 +311,43 @@ msgstr ""
273
311
  msgid "Discovered hosts are provisioning now"
274
312
  msgstr ""
275
313
 
276
- #: ../app/controllers/discovered_hosts_controller.rb:224
314
+ #: ../app/controllers/discovered_hosts_controller.rb:226
277
315
  msgid "Highlights"
278
316
  msgstr ""
279
317
 
280
- #: ../app/controllers/discovered_hosts_controller.rb:224
318
+ #: ../app/controllers/discovered_hosts_controller.rb:226
281
319
  msgid "Storage"
282
320
  msgstr ""
283
321
 
284
- #: ../app/controllers/discovered_hosts_controller.rb:224
322
+ #: ../app/controllers/discovered_hosts_controller.rb:226
285
323
  msgid "Hardware"
286
324
  msgstr ""
287
325
 
288
- #: ../app/controllers/discovered_hosts_controller.rb:224
326
+ #: ../app/controllers/discovered_hosts_controller.rb:226
289
327
  msgid "Network"
290
328
  msgstr ""
291
329
 
292
- #: ../app/controllers/discovered_hosts_controller.rb:224
330
+ #: ../app/controllers/discovered_hosts_controller.rb:226
293
331
  msgid "Software"
294
332
  msgstr ""
295
333
 
296
- #: ../app/controllers/discovered_hosts_controller.rb:224
334
+ #: ../app/controllers/discovered_hosts_controller.rb:226
297
335
  msgid "IPMI"
298
336
  msgstr ""
299
337
 
300
- #: ../app/controllers/discovered_hosts_controller.rb:224
338
+ #: ../app/controllers/discovered_hosts_controller.rb:226
301
339
  msgid "Miscellaneous"
302
340
  msgstr ""
303
341
 
304
- #: ../app/controllers/discovered_hosts_controller.rb:302
342
+ #: ../app/controllers/discovered_hosts_controller.rb:304
305
343
  msgid "No hosts were found with that id or name"
306
344
  msgstr ""
307
345
 
308
- #: ../app/controllers/discovered_hosts_controller.rb:306
346
+ #: ../app/controllers/discovered_hosts_controller.rb:308
309
347
  msgid "No hosts selected"
310
348
  msgstr ""
311
349
 
312
- #: ../app/controllers/discovered_hosts_controller.rb:312
350
+ #: ../app/controllers/discovered_hosts_controller.rb:314
313
351
  msgid "Something went wrong while selecting hosts - %s"
314
352
  msgstr ""
315
353
 
@@ -338,7 +376,7 @@ msgstr ""
338
376
 
339
377
  #: ../app/helpers/discovered_hosts_helper.rb:16
340
378
  #: ../app/helpers/discovered_hosts_helper.rb:30
341
- #: ../app/models/setting/discovered.rb:22
379
+ #: ../app/models/setting/discovered.rb:24
342
380
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
343
381
  msgid "Reboot"
344
382
  msgstr ""
@@ -396,10 +434,9 @@ msgstr ""
396
434
 
397
435
  #: ../app/helpers/discovery_rules_helper.rb:26
398
436
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
399
- #: ../app/views/discovered_hosts/welcome.html.erb:1
400
- #: ../app/views/discovered_hosts/welcome.html.erb:6
401
- #: ../lib/foreman_discovery/engine.rb:158
402
- #: ../lib/foreman_discovery/engine.rb:173
437
+ #: ../app/views/discovered_hosts/welcome.html.erb:8
438
+ #: ../lib/foreman_discovery/engine.rb:159
439
+ #: ../lib/foreman_discovery/engine.rb:174
403
440
  msgid "Discovered Hosts"
404
441
  msgstr ""
405
442
 
@@ -471,43 +508,43 @@ msgstr ""
471
508
  msgid "MAC-based name"
472
509
  msgstr ""
473
510
 
474
- #: ../app/models/host/discovered.rb:51
511
+ #: ../app/models/host/discovered.rb:55
475
512
  msgid "Invalid facts, must be a Hash"
476
513
  msgstr ""
477
514
 
478
- #: ../app/models/host/discovered.rb:56
515
+ #: ../app/models/host/discovered.rb:60
479
516
  msgid ""
480
517
  "Expected discovery_fact '%s' is missing, unable to detect primary interface an"
481
518
  "d set hostname"
482
519
  msgstr ""
483
520
 
484
- #: ../app/models/host/discovered.rb:69
521
+ #: ../app/models/host/discovered.rb:73
485
522
  msgid ""
486
523
  "Invalid facts: hash does not contain a valid value for any of the facts in the"
487
524
  " discovery_hostname setting: %s"
488
525
  msgstr ""
489
526
 
490
- #: ../app/models/host/discovered.rb:95
527
+ #: ../app/models/host/discovered.rb:100
491
528
  msgid "Facts could not be imported"
492
529
  msgstr ""
493
530
 
494
- #: ../app/models/host/discovered.rb:150
531
+ #: ../app/models/host/discovered.rb:146
495
532
  msgid "Could not get facts from proxy %{url}: %{error}"
496
533
  msgstr ""
497
534
 
498
- #: ../app/models/host/discovered.rb:164
535
+ #: ../app/models/host/discovered.rb:160
499
536
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
500
537
  msgstr ""
501
538
 
502
- #: ../app/models/host/discovered.rb:168 ../app/models/host/discovered.rb:187
539
+ #: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
503
540
  msgid "Unable to perform %{action} on %{ips}"
504
541
  msgstr ""
505
542
 
506
- #: ../app/models/host/discovered.rb:183
543
+ #: ../app/models/host/discovered.rb:179
507
544
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
508
545
  msgstr ""
509
546
 
510
- #: ../app/models/host/discovered.rb:207
547
+ #: ../app/models/host/discovered.rb:203
511
548
  msgid "Invalid hostname: Could not normalize the hostname"
512
549
  msgstr ""
513
550
 
@@ -535,191 +572,191 @@ msgstr ""
535
572
  msgid "Rebuild DNS for %s"
536
573
  msgstr ""
537
574
 
538
- #: ../app/models/setting/discovered.rb:15
575
+ #: ../app/models/setting/discovered.rb:17
539
576
  msgid "The default location to place discovered hosts in"
540
577
  msgstr ""
541
578
 
542
- #: ../app/models/setting/discovered.rb:15
579
+ #: ../app/models/setting/discovered.rb:17
543
580
  msgid "Discovery location"
544
581
  msgstr ""
545
582
 
546
- #: ../app/models/setting/discovered.rb:16
583
+ #: ../app/models/setting/discovered.rb:18
547
584
  msgid "The default organization to place discovered hosts in"
548
585
  msgstr ""
549
586
 
550
- #: ../app/models/setting/discovered.rb:16
587
+ #: ../app/models/setting/discovered.rb:18
551
588
  msgid "Discovery organization"
552
589
  msgstr ""
553
590
 
554
- #: ../app/models/setting/discovered.rb:17
591
+ #: ../app/models/setting/discovered.rb:19
555
592
  msgid "Fact name to use for primary interface detection"
556
593
  msgstr ""
557
594
 
558
- #: ../app/models/setting/discovered.rb:17
595
+ #: ../app/models/setting/discovered.rb:19
559
596
  msgid "Interface fact"
560
597
  msgstr ""
561
598
 
562
- #: ../app/models/setting/discovered.rb:18
599
+ #: ../app/models/setting/discovered.rb:20
563
600
  msgid ""
564
601
  "Automatic bond interface (if another interface is detected on the same VLAN vi"
565
602
  "a LLDP)"
566
603
  msgstr ""
567
604
 
568
- #: ../app/models/setting/discovered.rb:18
605
+ #: ../app/models/setting/discovered.rb:20
569
606
  msgid "Create bond interfaces"
570
607
  msgstr ""
571
608
 
572
- #: ../app/models/setting/discovered.rb:19
609
+ #: ../app/models/setting/discovered.rb:21
573
610
  msgid "Clean all reported facts during provisioning (except discovery facts)"
574
611
  msgstr ""
575
612
 
576
- #: ../app/models/setting/discovered.rb:19
613
+ #: ../app/models/setting/discovered.rb:21
577
614
  msgid "Clean all facts"
578
615
  msgstr ""
579
616
 
580
- #: ../app/models/setting/discovered.rb:20
617
+ #: ../app/models/setting/discovered.rb:22
581
618
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
582
619
  msgstr ""
583
620
 
584
- #: ../app/models/setting/discovered.rb:20
621
+ #: ../app/models/setting/discovered.rb:22
585
622
  msgid "Hostname facts"
586
623
  msgstr ""
587
624
 
588
- #: ../app/models/setting/discovered.rb:21
625
+ #: ../app/models/setting/discovered.rb:23
589
626
  msgid ""
590
627
  "Automatically provision newly discovered hosts, according to the provisioning "
591
628
  "rules"
592
629
  msgstr ""
593
630
 
594
- #: ../app/models/setting/discovered.rb:21
631
+ #: ../app/models/setting/discovered.rb:23
595
632
  msgid "Auto provisioning"
596
633
  msgstr ""
597
634
 
598
- #: ../app/models/setting/discovered.rb:22
635
+ #: ../app/models/setting/discovered.rb:24
599
636
  msgid "Automatically reboot or kexec discovered host during provisioning"
600
637
  msgstr ""
601
638
 
602
- #: ../app/models/setting/discovered.rb:23
639
+ #: ../app/models/setting/discovered.rb:25
603
640
  msgid "The default prefix to use for the host name, must start with a letter"
604
641
  msgstr ""
605
642
 
606
- #: ../app/models/setting/discovered.rb:23
643
+ #: ../app/models/setting/discovered.rb:25
607
644
  msgid "Hostname prefix"
608
645
  msgstr ""
609
646
 
610
- #: ../app/models/setting/discovered.rb:24
647
+ #: ../app/models/setting/discovered.rb:26
611
648
  msgid "Extra facter columns to show in host lists (separate by comma)"
612
649
  msgstr ""
613
650
 
614
- #: ../app/models/setting/discovered.rb:24
651
+ #: ../app/models/setting/discovered.rb:26
615
652
  msgid "Fact columns"
616
653
  msgstr ""
617
654
 
618
- #: ../app/models/setting/discovered.rb:25
655
+ #: ../app/models/setting/discovered.rb:27
619
656
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
620
657
  msgstr ""
621
658
 
622
- #: ../app/models/setting/discovered.rb:25
659
+ #: ../app/models/setting/discovered.rb:27
623
660
  msgid "Highlighted facts"
624
661
  msgstr ""
625
662
 
626
- #: ../app/models/setting/discovered.rb:26
663
+ #: ../app/models/setting/discovered.rb:28
627
664
  msgid "Regex to organize facts for storage section"
628
665
  msgstr ""
629
666
 
630
- #: ../app/models/setting/discovered.rb:26
667
+ #: ../app/models/setting/discovered.rb:28
631
668
  msgid "Storage facts"
632
669
  msgstr ""
633
670
 
634
- #: ../app/models/setting/discovered.rb:27
671
+ #: ../app/models/setting/discovered.rb:29
635
672
  msgid "Regex to organize facts for software section"
636
673
  msgstr ""
637
674
 
638
- #: ../app/models/setting/discovered.rb:27
675
+ #: ../app/models/setting/discovered.rb:29
639
676
  msgid "Software facts"
640
677
  msgstr ""
641
678
 
642
- #: ../app/models/setting/discovered.rb:28
679
+ #: ../app/models/setting/discovered.rb:30
643
680
  msgid "Regex to organize facts for hardware section"
644
681
  msgstr ""
645
682
 
646
- #: ../app/models/setting/discovered.rb:28
683
+ #: ../app/models/setting/discovered.rb:30
647
684
  msgid "Hardware facts"
648
685
  msgstr ""
649
686
 
650
- #: ../app/models/setting/discovered.rb:29
687
+ #: ../app/models/setting/discovered.rb:31
651
688
  msgid "Regex to organize facts for network section"
652
689
  msgstr ""
653
690
 
654
- #: ../app/models/setting/discovered.rb:29
691
+ #: ../app/models/setting/discovered.rb:31
655
692
  msgid "Network facts"
656
693
  msgstr ""
657
694
 
658
- #: ../app/models/setting/discovered.rb:30
695
+ #: ../app/models/setting/discovered.rb:32
659
696
  msgid "Regex to organize facts for ipmi section"
660
697
  msgstr ""
661
698
 
662
- #: ../app/models/setting/discovered.rb:30
699
+ #: ../app/models/setting/discovered.rb:32
663
700
  msgid "IPMI facts"
664
701
  msgstr ""
665
702
 
666
- #: ../app/models/setting/discovered.rb:31
703
+ #: ../app/models/setting/discovered.rb:33
667
704
  msgid ""
668
705
  "Automatically generate PXE configuration to pin a newly discovered host to dis"
669
706
  "covery"
670
707
  msgstr ""
671
708
 
672
- #: ../app/models/setting/discovered.rb:31
709
+ #: ../app/models/setting/discovered.rb:33
673
710
  msgid "Lock PXE"
674
711
  msgstr ""
675
712
 
676
- #: ../app/models/setting/discovered.rb:32
713
+ #: ../app/models/setting/discovered.rb:34
677
714
  msgid "PXELinux template to be used when pinning a host to discovery"
678
715
  msgstr ""
679
716
 
680
- #: ../app/models/setting/discovered.rb:32
717
+ #: ../app/models/setting/discovered.rb:34
681
718
  msgid "Locked PXELinux template name"
682
719
  msgstr ""
683
720
 
684
- #: ../app/models/setting/discovered.rb:33
721
+ #: ../app/models/setting/discovered.rb:35
685
722
  msgid "PXEGrub template to be used when pinning a host to discovery"
686
723
  msgstr ""
687
724
 
688
- #: ../app/models/setting/discovered.rb:33
725
+ #: ../app/models/setting/discovered.rb:35
689
726
  msgid "Locked PXEGrub template name"
690
727
  msgstr ""
691
728
 
692
- #: ../app/models/setting/discovered.rb:34
729
+ #: ../app/models/setting/discovered.rb:36
693
730
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
694
731
  msgstr ""
695
732
 
696
- #: ../app/models/setting/discovered.rb:34
733
+ #: ../app/models/setting/discovered.rb:36
697
734
  msgid "Locked PXEGrub2 template name"
698
735
  msgstr ""
699
736
 
700
- #: ../app/models/setting/discovered.rb:35
737
+ #: ../app/models/setting/discovered.rb:37
701
738
  msgid "Force DNS entries creation when provisioning discovered host"
702
739
  msgstr ""
703
740
 
704
- #: ../app/models/setting/discovered.rb:35
741
+ #: ../app/models/setting/discovered.rb:37
705
742
  msgid "Force DNS"
706
743
  msgstr ""
707
744
 
708
- #: ../app/models/setting/discovered.rb:36
745
+ #: ../app/models/setting/discovered.rb:38
709
746
  msgid ""
710
747
  "Do not allow to discover existing managed host matching MAC of a provisioning "
711
748
  "NIC (errors out early)"
712
749
  msgstr ""
713
750
 
714
- #: ../app/models/setting/discovered.rb:36
751
+ #: ../app/models/setting/discovered.rb:38
715
752
  msgid "Error on existing NIC"
716
753
  msgstr ""
717
754
 
718
- #: ../app/models/setting/discovered.rb:37
755
+ #: ../app/models/setting/discovered.rb:39
719
756
  msgid "Discovery hostname naming pattern"
720
757
  msgstr ""
721
758
 
722
- #: ../app/models/setting/discovered.rb:37
759
+ #: ../app/models/setting/discovered.rb:39
723
760
  msgid "Type of name generator"
724
761
  msgstr ""
725
762
 
@@ -785,11 +822,11 @@ msgstr ""
785
822
  msgid "Memory"
786
823
  msgstr ""
787
824
 
788
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
825
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
789
826
  msgid "Customize Host"
790
827
  msgstr ""
791
828
 
792
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
829
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
793
830
  msgid "Create Host"
794
831
  msgstr ""
795
832
 
@@ -903,20 +940,6 @@ msgstr ""
903
940
  msgid "Collapse All"
904
941
  msgstr ""
905
942
 
906
- #: ../app/views/discovered_hosts/welcome.html.erb:7
907
- msgid "No discovered hosts found in this context."
908
- msgstr ""
909
-
910
- #: ../app/views/discovered_hosts/welcome.html.erb:8
911
- msgid ""
912
- "This page shows discovered bare-metal or virtual nodes waiting to be provision"
913
- "ed."
914
- msgstr ""
915
-
916
- #: ../app/views/discovered_hosts/welcome.html.erb:9
917
- msgid "Learn more about this in the documentation."
918
- msgstr ""
919
-
920
943
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
921
944
  msgid "Summary report for discovered hosts from Foreman"
922
945
  msgstr ""
@@ -1024,7 +1047,7 @@ msgid "Edit %s"
1024
1047
  msgstr ""
1025
1048
 
1026
1049
  #: ../app/views/discovery_rules/index.html.erb:1
1027
- #: ../lib/foreman_discovery/engine.rb:163
1050
+ #: ../lib/foreman_discovery/engine.rb:164
1028
1051
  msgid "Discovery Rules"
1029
1052
  msgstr ""
1030
1053
 
@@ -1080,38 +1103,38 @@ msgstr ""
1080
1103
  msgid "Details"
1081
1104
  msgstr ""
1082
1105
 
1083
- #: ../lib/foreman_discovery/engine.rb:179
1106
+ #: ../lib/foreman_discovery/engine.rb:180
1084
1107
  msgid "Discovery Kexec template"
1085
1108
  msgstr ""
1086
1109
 
1087
- #: ../lib/foreman_discovery/engine.rb:188
1110
+ #: ../lib/foreman_discovery/engine.rb:189
1088
1111
  msgid "Discovery Proxy"
1089
1112
  msgstr ""
1090
1113
 
1091
- #: ../lib/foreman_discovery/engine.rb:189
1114
+ #: ../lib/foreman_discovery/engine.rb:190
1092
1115
  msgid ""
1093
1116
  "Discovery Proxy to use within this subnet for managing connection to discovere"
1094
1117
  "d hosts"
1095
1118
  msgstr ""
1096
1119
 
1097
- #: ../lib/foreman_discovery/engine.rb:190
1120
+ #: ../lib/foreman_discovery/engine.rb:191
1098
1121
  msgid ""
1099
1122
  "ID of Discovery Proxy to use within this subnet for managing connection to dis"
1100
1123
  "covered hosts"
1101
1124
  msgstr ""
1102
1125
 
1103
1126
  #: action_names.rb:2
1104
- msgid "Action with sub plans"
1127
+ msgid "Remote action:"
1105
1128
  msgstr ""
1106
1129
 
1107
1130
  #: action_names.rb:3
1108
- msgid "Import facts"
1131
+ msgid "Import Puppet classes"
1109
1132
  msgstr ""
1110
1133
 
1111
1134
  #: action_names.rb:4
1112
- msgid "Import Puppet classes"
1135
+ msgid "Action with sub plans"
1113
1136
  msgstr ""
1114
1137
 
1115
1138
  #: action_names.rb:5
1116
- msgid "Remote action:"
1139
+ msgid "Import facts"
1117
1140
  msgstr ""