foreman_discovery 15.1.0 → 16.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
  3. data/app/controllers/discovered_hosts_controller.rb +1 -0
  4. data/app/models/setting/discovered.rb +26 -33
  5. data/app/services/foreman_discovery/fact_parser.rb +1 -1
  6. data/app/services/foreman_discovery/host_converter.rb +29 -1
  7. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
  8. data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
  9. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +2 -0
  10. data/config/routes.rb +2 -0
  11. data/extra/discover-host +21 -7
  12. data/lib/foreman_discovery/engine.rb +2 -2
  13. data/lib/foreman_discovery/version.rb +1 -1
  14. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  15. data/locale/ca/foreman_discovery.edit.po +111 -91
  16. data/locale/ca/foreman_discovery.po +17 -2
  17. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/de/foreman_discovery.edit.po +113 -93
  19. data/locale/de/foreman_discovery.po +19 -4
  20. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/en/foreman_discovery.edit.po +98 -78
  22. data/locale/en/foreman_discovery.po +16 -1
  23. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/en_GB/foreman_discovery.edit.po +113 -93
  25. data/locale/en_GB/foreman_discovery.po +19 -4
  26. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/es/foreman_discovery.edit.po +112 -92
  28. data/locale/es/foreman_discovery.po +18 -3
  29. data/locale/foreman_discovery.pot +99 -79
  30. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/fr/foreman_discovery.edit.po +112 -92
  32. data/locale/fr/foreman_discovery.po +18 -3
  33. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/gl/foreman_discovery.edit.po +111 -91
  35. data/locale/gl/foreman_discovery.po +17 -2
  36. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/it/foreman_discovery.edit.po +112 -92
  38. data/locale/it/foreman_discovery.po +18 -3
  39. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/ja/foreman_discovery.edit.po +113 -93
  41. data/locale/ja/foreman_discovery.po +19 -4
  42. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/ko/foreman_discovery.edit.po +112 -92
  44. data/locale/ko/foreman_discovery.po +18 -3
  45. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/pt_BR/foreman_discovery.edit.po +113 -93
  47. data/locale/pt_BR/foreman_discovery.po +19 -4
  48. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/ru/foreman_discovery.edit.po +113 -93
  50. data/locale/ru/foreman_discovery.po +19 -4
  51. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/sv_SE/foreman_discovery.edit.po +112 -92
  53. data/locale/sv_SE/foreman_discovery.po +18 -3
  54. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/zh_CN/foreman_discovery.edit.po +112 -92
  56. data/locale/zh_CN/foreman_discovery.po +18 -3
  57. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/zh_TW/foreman_discovery.edit.po +112 -92
  59. data/locale/zh_TW/foreman_discovery.po +18 -3
  60. data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
  61. data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
  62. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  63. data/test/integration/discovered_hosts_test.rb +1 -0
  64. data/test/test_helper_discovery.rb +12 -0
  65. data/test/unit/discovered_extensions_test.rb +49 -0
  66. data/test/unit/discovery_attribute_set_test.rb +1 -0
  67. data/test/unit/discovery_rule_test.rb +1 -0
  68. data/test/unit/host_discovered_test.rb +32 -13
  69. data/test/unit/managed_extensions_test.rb +1 -0
  70. metadata +5 -2
@@ -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 15.0.0\n"
5
+ "Project-Id-Version: foreman_discovery 15.1.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"
@@ -27,6 +27,9 @@ msgstr ""
27
27
  msgid "A summary of discovered hosts"
28
28
  msgstr ""
29
29
 
30
+ msgid "Action with sub plans"
31
+ msgstr ""
32
+
30
33
  msgid "Actions"
31
34
  msgstr ""
32
35
 
@@ -340,6 +343,9 @@ msgstr ""
340
343
  msgid "IP address"
341
344
  msgstr ""
342
345
 
346
+ msgid "IPAM must be configured for subnet '%s'"
347
+ msgstr ""
348
+
343
349
  msgid "IPMI"
344
350
  msgstr ""
345
351
 
@@ -355,6 +361,12 @@ msgstr ""
355
361
  msgid "Image API returned HTTP/%{code} with '%{body}"
356
362
  msgstr ""
357
363
 
364
+ msgid "Import Puppet classes"
365
+ msgstr ""
366
+
367
+ msgid "Import facts"
368
+ msgstr ""
369
+
358
370
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
359
371
  msgstr ""
360
372
 
@@ -571,6 +583,9 @@ msgstr ""
571
583
  msgid "Reloading kernel on %s"
572
584
  msgstr ""
573
585
 
586
+ msgid "Remote action:"
587
+ msgstr ""
588
+
574
589
  msgid "Reported in the last 7 days"
575
590
  msgstr ""
576
591
 
@@ -4,16 +4,16 @@
4
4
  #
5
5
  # Translators:
6
6
  # Andi Chandler <andi@gowling.com>, 2015-2018
7
- # Dominic Cleal <dominic@cleal.org>, 2013-2015
8
- # Dominic Cleal <dominic@cleal.org>, 2016
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2013-2015
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2016
9
9
  # Lukáš Zapletal, 2015
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 15.0.0\n"
13
+ "Project-Id-Version: foreman_discovery 15.1.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2019-05-13 15:39+0200\n"
16
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
15
+ "POT-Creation-Date: 2019-10-22 11:55+0200\n"
16
+ "PO-Revision-Date: 2019-10-22 20:43+0000\n"
17
17
  "Last-Translator: Lukáš Zapletal\n"
18
18
  "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -102,7 +102,7 @@ msgid "Execute rules against a discovered host"
102
102
  msgstr "Execute rules against a discovered host"
103
103
 
104
104
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
105
- #: ../app/controllers/discovered_hosts_controller.rb:159
105
+ #: ../app/controllers/discovered_hosts_controller.rb:160
106
106
  msgid "Host %{host} was provisioned with rule %{rule}"
107
107
  msgstr "Host %{host} was provisioned with rule %{rule}"
108
108
 
@@ -111,7 +111,7 @@ msgid "Unable to provision %{host}: %{errors}"
111
111
  msgstr "Unable to provision %{host}: %{errors}"
112
112
 
113
113
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
114
- #: ../app/controllers/discovered_hosts_controller.rb:166
114
+ #: ../app/controllers/discovered_hosts_controller.rb:167
115
115
  msgid "No rule found for host %s"
116
116
  msgstr "No rule found for host %s"
117
117
 
@@ -120,12 +120,12 @@ msgid "Execute rules against all currently discovered hosts"
120
120
  msgstr "Execute rules against all currently discovered hosts"
121
121
 
122
122
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
123
- #: ../app/controllers/discovered_hosts_controller.rb:172
123
+ #: ../app/controllers/discovered_hosts_controller.rb:173
124
124
  msgid "Errors during auto provisioning: %s"
125
125
  msgstr "Errors during auto provisioning: %s"
126
126
 
127
127
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
128
- #: ../app/controllers/discovered_hosts_controller.rb:175
128
+ #: ../app/controllers/discovered_hosts_controller.rb:176
129
129
  msgid "No discovered hosts to provision"
130
130
  msgstr "No discovered hosts to provision"
131
131
 
@@ -146,7 +146,7 @@ msgid "Rebooting all discovered hosts"
146
146
  msgstr "Rebooting all discovered hosts"
147
147
 
148
148
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
149
- #: ../app/controllers/discovered_hosts_controller.rb:128
149
+ #: ../app/controllers/discovered_hosts_controller.rb:129
150
150
  msgid "Discovered hosts are rebooting now"
151
151
  msgstr "Discovered hosts are rebooting now"
152
152
 
@@ -220,11 +220,11 @@ msgstr "Unable to find a discovery rule, no host provided (check permissions)"
220
220
  msgid "No hostgroup associated with rule '%s'"
221
221
  msgstr "No hostgroup associated with rule '%s'"
222
222
 
223
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
223
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
224
224
  msgid "Errors during reboot: %s"
225
225
  msgstr "Errors during reboot: %s"
226
226
 
227
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
227
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
228
228
  msgid "No discovered hosts to reboot"
229
229
  msgstr "No discovered hosts to reboot"
230
230
 
@@ -232,91 +232,91 @@ msgstr "No discovered hosts to reboot"
232
232
  msgid "Successfully provisioned %s"
233
233
  msgstr "Successfully provisioned %s"
234
234
 
235
- #: ../app/controllers/discovered_hosts_controller.rb:96
235
+ #: ../app/controllers/discovered_hosts_controller.rb:97
236
236
  msgid "Facts refreshed for %s"
237
237
  msgstr "Facts refreshed for %s"
238
238
 
239
- #: ../app/controllers/discovered_hosts_controller.rb:98
239
+ #: ../app/controllers/discovered_hosts_controller.rb:99
240
240
  msgid "Failed to refresh facts for %s"
241
241
  msgstr "Failed to refresh facts for %s"
242
242
 
243
- #: ../app/controllers/discovered_hosts_controller.rb:101
243
+ #: ../app/controllers/discovered_hosts_controller.rb:102
244
244
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
245
245
  msgstr "Failed to refresh facts for %{hostname} with error %{error_message}"
246
246
 
247
- #: ../app/controllers/discovered_hosts_controller.rb:108
247
+ #: ../app/controllers/discovered_hosts_controller.rb:109
248
248
  msgid "Host of type %s can not be rebooted"
249
249
  msgstr "Host of type %s can not be rebooted"
250
250
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:112
251
+ #: ../app/controllers/discovered_hosts_controller.rb:113
252
252
  msgid "Rebooting host %s"
253
253
  msgstr "Rebooting host %s"
254
254
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:114
255
+ #: ../app/controllers/discovered_hosts_controller.rb:115
256
256
  msgid "Failed to reboot host %s"
257
257
  msgstr "Failed to reboot host %s"
258
258
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:117
259
+ #: ../app/controllers/discovered_hosts_controller.rb:118
260
260
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
261
261
  msgstr "Failed to reboot host %{hostname} with error %{error_message}"
262
262
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:131
263
+ #: ../app/controllers/discovered_hosts_controller.rb:132
264
264
  msgid "Failed to reboot hosts with error %s"
265
265
  msgstr "Failed to reboot hosts with error %s"
266
266
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:149
267
+ #: ../app/controllers/discovered_hosts_controller.rb:150
268
268
  msgid "Destroyed selected hosts"
269
269
  msgstr "Destroyed selected hosts"
270
270
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:151
271
+ #: ../app/controllers/discovered_hosts_controller.rb:152
272
272
  msgid "The following hosts were not deleted: %s"
273
273
  msgstr "The following hosts were not deleted: %s"
274
274
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:163
275
+ #: ../app/controllers/discovered_hosts_controller.rb:164
276
276
  msgid "Failed to auto provision host %s: %s"
277
277
  msgstr "Failed to auto provision host %s: %s"
278
278
 
279
- #: ../app/controllers/discovered_hosts_controller.rb:191
279
+ #: ../app/controllers/discovered_hosts_controller.rb:192
280
280
  msgid "Discovered hosts are provisioning now"
281
281
  msgstr "Discovered hosts are provisioning now"
282
282
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:223
283
+ #: ../app/controllers/discovered_hosts_controller.rb:224
284
284
  msgid "Highlights"
285
285
  msgstr "Highlights"
286
286
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:223
287
+ #: ../app/controllers/discovered_hosts_controller.rb:224
288
288
  msgid "Storage"
289
289
  msgstr "Storage"
290
290
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:223
291
+ #: ../app/controllers/discovered_hosts_controller.rb:224
292
292
  msgid "Hardware"
293
293
  msgstr "Hardware"
294
294
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:223
295
+ #: ../app/controllers/discovered_hosts_controller.rb:224
296
296
  msgid "Network"
297
297
  msgstr "Network"
298
298
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:223
299
+ #: ../app/controllers/discovered_hosts_controller.rb:224
300
300
  msgid "Software"
301
301
  msgstr "Software"
302
302
 
303
- #: ../app/controllers/discovered_hosts_controller.rb:223
303
+ #: ../app/controllers/discovered_hosts_controller.rb:224
304
304
  msgid "IPMI"
305
305
  msgstr "IPMI"
306
306
 
307
- #: ../app/controllers/discovered_hosts_controller.rb:223
307
+ #: ../app/controllers/discovered_hosts_controller.rb:224
308
308
  msgid "Miscellaneous"
309
309
  msgstr "Miscellaneous"
310
310
 
311
- #: ../app/controllers/discovered_hosts_controller.rb:301
311
+ #: ../app/controllers/discovered_hosts_controller.rb:302
312
312
  msgid "No hosts were found with that id or name"
313
313
  msgstr "No hosts were found with that id or name"
314
314
 
315
- #: ../app/controllers/discovered_hosts_controller.rb:305
315
+ #: ../app/controllers/discovered_hosts_controller.rb:306
316
316
  msgid "No hosts selected"
317
317
  msgstr "No hosts selected"
318
318
 
319
- #: ../app/controllers/discovered_hosts_controller.rb:311
319
+ #: ../app/controllers/discovered_hosts_controller.rb:312
320
320
  msgid "Something went wrong while selecting hosts - %s"
321
321
  msgstr "Something went wrong while selecting hosts - %s"
322
322
 
@@ -345,7 +345,7 @@ msgstr "Refresh facts"
345
345
 
346
346
  #: ../app/helpers/discovered_hosts_helper.rb:16
347
347
  #: ../app/helpers/discovered_hosts_helper.rb:30
348
- #: ../app/models/setting/discovered.rb:26
348
+ #: ../app/models/setting/discovered.rb:22
349
349
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
350
350
  msgid "Reboot"
351
351
  msgstr "Reboot"
@@ -469,51 +469,51 @@ msgid_plural ""
469
469
  msgstr[0] "Host group location %s must also be associated to the discovery rule"
470
470
  msgstr[1] "Host group locations %s must also be associated to the discovery rule"
471
471
 
472
- #: ../app/models/host/discovered.rb:41
472
+ #: ../app/models/host/discovered.rb:40
473
473
  msgid "Fact + prefix"
474
474
  msgstr "Fact + prefix"
475
475
 
476
- #: ../app/models/host/discovered.rb:42
476
+ #: ../app/models/host/discovered.rb:41
477
477
  msgid "Random name"
478
478
  msgstr "Random name"
479
479
 
480
- #: ../app/models/host/discovered.rb:43
480
+ #: ../app/models/host/discovered.rb:42
481
481
  msgid "MAC-based name"
482
482
  msgstr "MAC-based name"
483
483
 
484
- #: ../app/models/host/discovered.rb:52
484
+ #: ../app/models/host/discovered.rb:51
485
485
  msgid "Invalid facts, must be a Hash"
486
486
  msgstr "Invalid facts, must be a Hash"
487
487
 
488
- #: ../app/models/host/discovered.rb:57
488
+ #: ../app/models/host/discovered.rb:56
489
489
  msgid ""
490
490
  "Expected discovery_fact '%s' is missing, unable to detect primary interface "
491
491
  "and set hostname"
492
492
  msgstr "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
493
493
 
494
- #: ../app/models/host/discovered.rb:70
494
+ #: ../app/models/host/discovered.rb:69
495
495
  msgid ""
496
496
  "Invalid facts: hash does not contain a valid value for any of the facts in "
497
497
  "the discovery_hostname setting: %s"
498
498
  msgstr "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
499
499
 
500
- #: ../app/models/host/discovered.rb:96
500
+ #: ../app/models/host/discovered.rb:95
501
501
  msgid "Facts could not be imported"
502
502
  msgstr "Facts could not be imported"
503
503
 
504
- #: ../app/models/host/discovered.rb:151
504
+ #: ../app/models/host/discovered.rb:150
505
505
  msgid "Could not get facts from proxy %{url}: %{error}"
506
506
  msgstr "Could not get facts from proxy %{url}: %{error}"
507
507
 
508
- #: ../app/models/host/discovered.rb:159
508
+ #: ../app/models/host/discovered.rb:158
509
509
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
510
510
  msgstr "Unable to reboot %{name} via %{url}: %{msg}"
511
511
 
512
- #: ../app/models/host/discovered.rb:167
512
+ #: ../app/models/host/discovered.rb:166
513
513
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
514
514
  msgstr "Unable to perform kexec on %{name} via %{url}: %{msg}"
515
515
 
516
- #: ../app/models/host/discovered.rb:186
516
+ #: ../app/models/host/discovered.rb:185
517
517
  msgid "Invalid hostname: Could not normalize the hostname"
518
518
  msgstr "Invalid hostname: Could not normalise the hostname"
519
519
 
@@ -541,191 +541,191 @@ msgstr "Init RAM kexec URL is invalid: '%s'"
541
541
  msgid "Rebuild DNS for %s"
542
542
  msgstr "Rebuild DNS for %s"
543
543
 
544
- #: ../app/models/setting/discovered.rb:19
544
+ #: ../app/models/setting/discovered.rb:15
545
545
  msgid "The default location to place discovered hosts in"
546
546
  msgstr "The default location to place discovered hosts in"
547
547
 
548
- #: ../app/models/setting/discovered.rb:19
548
+ #: ../app/models/setting/discovered.rb:15
549
549
  msgid "Discovery location"
550
550
  msgstr "Discovery location"
551
551
 
552
- #: ../app/models/setting/discovered.rb:20
552
+ #: ../app/models/setting/discovered.rb:16
553
553
  msgid "The default organization to place discovered hosts in"
554
554
  msgstr "The default organisation to place discovered hosts in"
555
555
 
556
- #: ../app/models/setting/discovered.rb:20
556
+ #: ../app/models/setting/discovered.rb:16
557
557
  msgid "Discovery organization"
558
558
  msgstr "Discovery organisation"
559
559
 
560
- #: ../app/models/setting/discovered.rb:21
560
+ #: ../app/models/setting/discovered.rb:17
561
561
  msgid "Fact name to use for primary interface detection"
562
562
  msgstr "Fact name to use for primary interface detection"
563
563
 
564
- #: ../app/models/setting/discovered.rb:21
564
+ #: ../app/models/setting/discovered.rb:17
565
565
  msgid "Interface fact"
566
566
  msgstr "Interface fact"
567
567
 
568
- #: ../app/models/setting/discovered.rb:22
568
+ #: ../app/models/setting/discovered.rb:18
569
569
  msgid ""
570
570
  "Automatic bond interface (if another interface is detected on the same VLAN "
571
571
  "via LLDP)"
572
572
  msgstr "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
573
573
 
574
- #: ../app/models/setting/discovered.rb:22
574
+ #: ../app/models/setting/discovered.rb:18
575
575
  msgid "Create bond interfaces"
576
576
  msgstr "Create bond interfaces"
577
577
 
578
- #: ../app/models/setting/discovered.rb:23
578
+ #: ../app/models/setting/discovered.rb:19
579
579
  msgid "Clean all reported facts during provisioning (except discovery facts)"
580
580
  msgstr "Clean all reported facts during provisioning (except discovery facts)"
581
581
 
582
- #: ../app/models/setting/discovered.rb:23
582
+ #: ../app/models/setting/discovered.rb:19
583
583
  msgid "Clean all facts"
584
584
  msgstr "Clean all facts"
585
585
 
586
- #: ../app/models/setting/discovered.rb:24
586
+ #: ../app/models/setting/discovered.rb:20
587
587
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
588
588
  msgstr "List of facts to use for the hostname (separated by comma, first wins)"
589
589
 
590
- #: ../app/models/setting/discovered.rb:24
590
+ #: ../app/models/setting/discovered.rb:20
591
591
  msgid "Hostname facts"
592
592
  msgstr "Hostname facts"
593
593
 
594
- #: ../app/models/setting/discovered.rb:25
594
+ #: ../app/models/setting/discovered.rb:21
595
595
  msgid ""
596
596
  "Automatically provision newly discovered hosts, according to the "
597
597
  "provisioning rules"
598
598
  msgstr "Automatically provision newly discovered hosts, according to the provisioning rules"
599
599
 
600
- #: ../app/models/setting/discovered.rb:25
600
+ #: ../app/models/setting/discovered.rb:21
601
601
  msgid "Auto provisioning"
602
602
  msgstr "Auto provisioning"
603
603
 
604
- #: ../app/models/setting/discovered.rb:26
604
+ #: ../app/models/setting/discovered.rb:22
605
605
  msgid "Automatically reboot or kexec discovered host during provisioning"
606
606
  msgstr "Automatically reboot or kexec discovered host during provisioning"
607
607
 
608
- #: ../app/models/setting/discovered.rb:27
608
+ #: ../app/models/setting/discovered.rb:23
609
609
  msgid "The default prefix to use for the host name, must start with a letter"
610
610
  msgstr "The default prefix to use for the host name, must start with a letter"
611
611
 
612
- #: ../app/models/setting/discovered.rb:27
612
+ #: ../app/models/setting/discovered.rb:23
613
613
  msgid "Hostname prefix"
614
614
  msgstr "Hostname prefix"
615
615
 
616
- #: ../app/models/setting/discovered.rb:28
616
+ #: ../app/models/setting/discovered.rb:24
617
617
  msgid "Extra facter columns to show in host lists (separate by comma)"
618
618
  msgstr "Extra facter columns to show in host lists (separate by comma)"
619
619
 
620
- #: ../app/models/setting/discovered.rb:28
620
+ #: ../app/models/setting/discovered.rb:24
621
621
  msgid "Fact columns"
622
622
  msgstr "Fact columns"
623
623
 
624
- #: ../app/models/setting/discovered.rb:29
624
+ #: ../app/models/setting/discovered.rb:25
625
625
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
626
626
  msgstr "Regex to organise facts for highlights section - e.g. ^(abc|cde)$"
627
627
 
628
- #: ../app/models/setting/discovered.rb:29
628
+ #: ../app/models/setting/discovered.rb:25
629
629
  msgid "Highlighted facts"
630
630
  msgstr "Highlighted facts"
631
631
 
632
- #: ../app/models/setting/discovered.rb:30
632
+ #: ../app/models/setting/discovered.rb:26
633
633
  msgid "Regex to organize facts for storage section"
634
634
  msgstr "Regex to organise facts for storage section"
635
635
 
636
- #: ../app/models/setting/discovered.rb:30
636
+ #: ../app/models/setting/discovered.rb:26
637
637
  msgid "Storage facts"
638
638
  msgstr "Storage facts"
639
639
 
640
- #: ../app/models/setting/discovered.rb:31
640
+ #: ../app/models/setting/discovered.rb:27
641
641
  msgid "Regex to organize facts for software section"
642
642
  msgstr "Regex to organise facts for software section"
643
643
 
644
- #: ../app/models/setting/discovered.rb:31
644
+ #: ../app/models/setting/discovered.rb:27
645
645
  msgid "Software facts"
646
646
  msgstr "Software facts"
647
647
 
648
- #: ../app/models/setting/discovered.rb:32
648
+ #: ../app/models/setting/discovered.rb:28
649
649
  msgid "Regex to organize facts for hardware section"
650
650
  msgstr "Regex to organise facts for hardware section"
651
651
 
652
- #: ../app/models/setting/discovered.rb:32
652
+ #: ../app/models/setting/discovered.rb:28
653
653
  msgid "Hardware facts"
654
654
  msgstr "Hardware facts"
655
655
 
656
- #: ../app/models/setting/discovered.rb:33
656
+ #: ../app/models/setting/discovered.rb:29
657
657
  msgid "Regex to organize facts for network section"
658
658
  msgstr "Regex to organise facts for network section"
659
659
 
660
- #: ../app/models/setting/discovered.rb:33
660
+ #: ../app/models/setting/discovered.rb:29
661
661
  msgid "Network facts"
662
662
  msgstr "Network facts"
663
663
 
664
- #: ../app/models/setting/discovered.rb:34
664
+ #: ../app/models/setting/discovered.rb:30
665
665
  msgid "Regex to organize facts for ipmi section"
666
666
  msgstr "Regex to organise facts for IPMI section"
667
667
 
668
- #: ../app/models/setting/discovered.rb:34
668
+ #: ../app/models/setting/discovered.rb:30
669
669
  msgid "IPMI facts"
670
670
  msgstr "IPMI facts"
671
671
 
672
- #: ../app/models/setting/discovered.rb:35
672
+ #: ../app/models/setting/discovered.rb:31
673
673
  msgid ""
674
674
  "Automatically generate PXE configuration to pin a newly discovered host to "
675
675
  "discovery"
676
676
  msgstr "Automatically generate PXE configuration to pin a newly discovered host to discovery"
677
677
 
678
- #: ../app/models/setting/discovered.rb:35
678
+ #: ../app/models/setting/discovered.rb:31
679
679
  msgid "Lock PXE"
680
680
  msgstr "Lock PXE"
681
681
 
682
- #: ../app/models/setting/discovered.rb:36
682
+ #: ../app/models/setting/discovered.rb:32
683
683
  msgid "PXELinux template to be used when pinning a host to discovery"
684
684
  msgstr "PXELinux template to be used when pinning a host to discovery"
685
685
 
686
- #: ../app/models/setting/discovered.rb:36
686
+ #: ../app/models/setting/discovered.rb:32
687
687
  msgid "Locked PXELinux template name"
688
688
  msgstr "Locked PXELinux template name"
689
689
 
690
- #: ../app/models/setting/discovered.rb:37
690
+ #: ../app/models/setting/discovered.rb:33
691
691
  msgid "PXEGrub template to be used when pinning a host to discovery"
692
692
  msgstr "PXEGrub template to be used when pinning a host to discovery"
693
693
 
694
- #: ../app/models/setting/discovered.rb:37
694
+ #: ../app/models/setting/discovered.rb:33
695
695
  msgid "Locked PXEGrub template name"
696
696
  msgstr "Locked PXEGrub template name"
697
697
 
698
- #: ../app/models/setting/discovered.rb:38
698
+ #: ../app/models/setting/discovered.rb:34
699
699
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
700
700
  msgstr "PXEGrub2 template to be used when pinning a host to discovery"
701
701
 
702
- #: ../app/models/setting/discovered.rb:38
702
+ #: ../app/models/setting/discovered.rb:34
703
703
  msgid "Locked PXEGrub2 template name"
704
704
  msgstr "Locked PXEGrub2 template name"
705
705
 
706
- #: ../app/models/setting/discovered.rb:39
706
+ #: ../app/models/setting/discovered.rb:35
707
707
  msgid "Force DNS entries creation when provisioning discovered host"
708
708
  msgstr "Force DNS entries creation when provisioning discovered host"
709
709
 
710
- #: ../app/models/setting/discovered.rb:39
710
+ #: ../app/models/setting/discovered.rb:35
711
711
  msgid "Force DNS"
712
712
  msgstr "Force DNS"
713
713
 
714
- #: ../app/models/setting/discovered.rb:40
714
+ #: ../app/models/setting/discovered.rb:36
715
715
  msgid ""
716
716
  "Do not allow to discover existing managed host matching MAC of a "
717
717
  "provisioning NIC (errors out early)"
718
718
  msgstr "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
719
719
 
720
- #: ../app/models/setting/discovered.rb:40
720
+ #: ../app/models/setting/discovered.rb:36
721
721
  msgid "Error on existing NIC"
722
722
  msgstr "Error on existing NIC"
723
723
 
724
- #: ../app/models/setting/discovered.rb:41
724
+ #: ../app/models/setting/discovered.rb:37
725
725
  msgid "Discovery hostname naming pattern"
726
726
  msgstr "Discovery hostname naming pattern"
727
727
 
728
- #: ../app/models/setting/discovered.rb:41
728
+ #: ../app/models/setting/discovered.rb:37
729
729
  msgid "Type of name generator"
730
730
  msgstr "Type of name generator"
731
731
 
@@ -743,6 +743,10 @@ msgid ""
743
743
  "%{filter}"
744
744
  msgstr "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
745
745
 
746
+ #: ../app/services/foreman_discovery/host_converter.rb:39
747
+ msgid "IPAM must be configured for subnet '%s'"
748
+ msgstr ""
749
+
746
750
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
747
751
  msgid "Image API returned HTTP/%{code} with '%{body}"
748
752
  msgstr "Image API returned HTTP/%{code} with '%{body}"
@@ -781,11 +785,11 @@ msgstr "CPUs"
781
785
  msgid "Memory"
782
786
  msgstr "Memory"
783
787
 
784
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
788
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
785
789
  msgid "Customize Host"
786
790
  msgstr "Customise Host"
787
791
 
788
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
792
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
789
793
  msgid "Create Host"
790
794
  msgstr "Create Host"
791
795
 
@@ -1095,3 +1099,19 @@ msgid ""
1095
1099
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1096
1100
  "discovered hosts"
1097
1101
  msgstr "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1102
+
1103
+ #: action_names.rb:2
1104
+ msgid "Import Puppet classes"
1105
+ msgstr ""
1106
+
1107
+ #: action_names.rb:3
1108
+ msgid "Import facts"
1109
+ msgstr ""
1110
+
1111
+ #: action_names.rb:4
1112
+ msgid "Action with sub plans"
1113
+ msgstr ""
1114
+
1115
+ #: action_names.rb:5
1116
+ msgid "Remote action:"
1117
+ msgstr ""