foreman_discovery 7.0.1 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -2
  3. data/app/controllers/discovered_hosts_controller.rb +2 -5
  4. data/app/models/host/discovered.rb +18 -10
  5. data/app/models/setting/discovered.rb +4 -2
  6. data/app/services/foreman_discovery/host_converter.rb +6 -1
  7. data/app/views/api/v2/discovered_hosts/main.json.rabl +4 -0
  8. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +3 -3
  9. data/app/views/discovery_rules/_form.html.erb +3 -5
  10. data/app/views/discovery_rules/index.html.erb +1 -1
  11. data/db/migrate/20160805104605_rename_lock_template_setting.rb +14 -0
  12. data/db/migrate/20160925213030_change_discovery_widget_names.rb +11 -0
  13. data/db/migrate/20160927164411_define_explicit_length_for_discovery_rule_attributes.rb +7 -0
  14. data/db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb +17 -0
  15. data/lib/foreman_discovery/engine.rb +10 -6
  16. data/lib/foreman_discovery/version.rb +1 -1
  17. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/ca/foreman_discovery.edit.po +120 -163
  19. data/locale/ca/foreman_discovery.po +36 -12
  20. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/de/foreman_discovery.edit.po +123 -163
  22. data/locale/de/foreman_discovery.po +38 -14
  23. data/locale/en/foreman_discovery.edit.po +73 -49
  24. data/locale/en/foreman_discovery.po +23 -5
  25. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/en_GB/foreman_discovery.edit.po +130 -165
  27. data/locale/en_GB/foreman_discovery.po +39 -15
  28. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/es/foreman_discovery.edit.po +120 -163
  30. data/locale/es/foreman_discovery.po +37 -13
  31. data/locale/foreman_discovery.pot +79 -50
  32. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/fr/foreman_discovery.edit.po +128 -164
  34. data/locale/fr/foreman_discovery.po +39 -15
  35. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/gl/foreman_discovery.edit.po +116 -163
  37. data/locale/gl/foreman_discovery.po +36 -12
  38. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/it/foreman_discovery.edit.po +120 -163
  40. data/locale/it/foreman_discovery.po +37 -13
  41. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/ja/foreman_discovery.edit.po +122 -163
  43. data/locale/ja/foreman_discovery.po +37 -13
  44. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ko/foreman_discovery.edit.po +120 -162
  46. data/locale/ko/foreman_discovery.po +37 -13
  47. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/pt_BR/foreman_discovery.edit.po +120 -163
  49. data/locale/pt_BR/foreman_discovery.po +39 -15
  50. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ru/foreman_discovery.edit.po +123 -164
  52. data/locale/ru/foreman_discovery.po +37 -13
  53. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/sv_SE/foreman_discovery.edit.po +116 -163
  55. data/locale/sv_SE/foreman_discovery.po +36 -12
  56. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/zh_CN/foreman_discovery.edit.po +122 -163
  58. data/locale/zh_CN/foreman_discovery.po +37 -13
  59. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_TW/foreman_discovery.edit.po +122 -163
  61. data/locale/zh_TW/foreman_discovery.po +37 -13
  62. data/test/functional/api/v2/discovered_hosts_controller_test.rb +54 -27
  63. data/test/functional/api/v2/discovery_rules_controller_test.rb +1 -9
  64. data/test/functional/discovered_hosts_controller_test.rb +35 -17
  65. data/test/test_helper_discovery.rb +17 -0
  66. data/test/unit/discovered_extensions_test.rb +1 -9
  67. data/test/unit/discovery_rule_test.rb +51 -0
  68. data/test/unit/discovery_taxonomy_extensions_test.rb +1 -8
  69. data/test/unit/host_discovered_test.rb +16 -50
  70. metadata +7 -19
  71. data/app/models/concerns/discovery_subnet.rb +0 -7
  72. data/app/overrides/subnet_form_with_discovery_proxy.rb +0 -9
@@ -11,8 +11,8 @@ msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: foreman_discovery 7.0.0\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "PO-Revision-Date: 2016-08-22 15:03+0000\n"
15
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
14
+ "PO-Revision-Date: 2016-08-31 08:17+0000\n"
15
+ "Last-Translator: Lukáš Zapletal\n"
16
16
  "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
17
17
  "\n"
18
18
  "MIME-Version: 1.0\n"
@@ -135,6 +135,12 @@ msgstr ""
135
135
  msgid "Discovered hosts summary"
136
136
  msgstr ""
137
137
 
138
+ msgid "Discovery Proxy"
139
+ msgstr ""
140
+
141
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
142
+ msgstr ""
143
+
138
144
  msgid "Discovery Rules"
139
145
  msgstr "Reglas de descubrimiento"
140
146
 
@@ -147,9 +153,6 @@ msgstr ""
147
153
  msgid "Discovery rules"
148
154
  msgstr "Reglas de descubrimiento"
149
155
 
150
- msgid "Discovery widget"
151
- msgstr "Asistente de descubrimiento"
152
-
153
156
  msgid "DiscoveryRule|Enabled"
154
157
  msgstr "Activado"
155
158
 
@@ -231,6 +234,12 @@ msgstr "No se pudieron actualizar datos para %s"
231
234
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
232
235
  msgstr "No se pudieron reiniciar los eventos para %{hostname} con error %{error_message}."
233
236
 
237
+ msgid "Force DNS"
238
+ msgstr ""
239
+
240
+ msgid "Force DNS entries creation when provisioning discovered host"
241
+ msgstr ""
242
+
234
243
  msgid "Foreman discovered hosts summary"
235
244
  msgstr ""
236
245
 
@@ -286,6 +295,9 @@ msgstr "Límite de hosts"
286
295
  msgid "Hosts/limit"
287
296
  msgstr "Hosts/límite"
288
297
 
298
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
299
+ msgstr ""
300
+
289
301
  msgid "IP Address"
290
302
  msgstr "Dirección IP"
291
303
 
@@ -352,7 +364,13 @@ msgstr "Ubicaciones"
352
364
  msgid "Lock PXE"
353
365
  msgstr ""
354
366
 
355
- msgid "Locked template name"
367
+ msgid "Locked PXEGrub template name"
368
+ msgstr ""
369
+
370
+ msgid "Locked PXEGrub2 template name"
371
+ msgstr ""
372
+
373
+ msgid "Locked PXELinux template name"
356
374
  msgstr ""
357
375
 
358
376
  msgid "MAC address"
@@ -361,9 +379,6 @@ msgstr "Dirección MAC"
361
379
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
362
380
  msgstr "Número máximo de hosts aprovisionados con esta regla (0 = ilimitado)"
363
381
 
364
- msgid "Medium not set for host/hostgroup"
365
- msgstr "El medio no está configurado para el host/grupo de hosts."
366
-
367
382
  msgid "Memory"
368
383
  msgstr "Memoria"
369
384
 
@@ -427,16 +442,19 @@ msgstr "No se encontró regla para host %s"
427
442
  msgid "Not reported in more than 7 days"
428
443
  msgstr "No se informó en más de 7 días."
429
444
 
430
- msgid "Operating system not set for host/hostgroup"
431
- msgstr "El sistema operativo no está configurado para el host/grupo de hosts."
432
-
433
445
  msgid "Organization"
434
446
  msgstr "Organización"
435
447
 
436
448
  msgid "Organizations"
437
449
  msgstr "Organizaciones"
438
450
 
439
- msgid "PXE template to be used when pinning a host to discovery"
451
+ msgid "PXEGrub template to be used when pinning a host to discovery"
452
+ msgstr ""
453
+
454
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
455
+ msgstr ""
456
+
457
+ msgid "PXELinux template to be used when pinning a host to discovery"
440
458
  msgstr ""
441
459
 
442
460
  msgid "Please Confirm"
@@ -472,6 +490,9 @@ msgstr "Reinicio de todos los hosts descubiertos"
472
490
  msgid "Rebooting host %s"
473
491
  msgstr "Reiniciando host %s"
474
492
 
493
+ msgid "Rebuild DNS for %s"
494
+ msgstr ""
495
+
475
496
  msgid "Refresh facts"
476
497
  msgstr "Actualizar datos"
477
498
 
@@ -586,6 +607,9 @@ msgstr "Los siguientes hosts no han sido eliminados: %s"
586
607
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
587
608
  msgstr "Esta acción puede tardar un rato, ya que se destruirán todos los hosts, eventos e informes."
588
609
 
610
+ msgid "Type"
611
+ msgstr ""
612
+
589
613
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
590
614
  msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
591
615
 
@@ -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: 2016-08-30 16:48+0200\n"
12
- "PO-Revision-Date: 2016-08-30 16:48+0200\n"
11
+ "POT-Creation-Date: 2017-01-06 08:26+0100\n"
12
+ "PO-Revision-Date: 2017-01-06 08:26+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -92,7 +92,7 @@ msgid "Execute rules against a discovered host"
92
92
  msgstr ""
93
93
 
94
94
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
95
- #: ../app/controllers/discovered_hosts_controller.rb:165
95
+ #: ../app/controllers/discovered_hosts_controller.rb:162
96
96
  msgid "Host %{host} was provisioned with rule %{rule}"
97
97
  msgstr ""
98
98
 
@@ -101,7 +101,7 @@ msgid "Unable to provision %{host}: %{errors}"
101
101
  msgstr ""
102
102
 
103
103
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
104
- #: ../app/controllers/discovered_hosts_controller.rb:172
104
+ #: ../app/controllers/discovered_hosts_controller.rb:169
105
105
  msgid "No rule found for host %s"
106
106
  msgstr ""
107
107
 
@@ -110,12 +110,12 @@ msgid "Execute rules against all currently discovered hosts"
110
110
  msgstr ""
111
111
 
112
112
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
113
- #: ../app/controllers/discovered_hosts_controller.rb:178
113
+ #: ../app/controllers/discovered_hosts_controller.rb:175
114
114
  msgid "Errors during auto provisioning: %s"
115
115
  msgstr ""
116
116
 
117
117
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
118
- #: ../app/controllers/discovered_hosts_controller.rb:181
118
+ #: ../app/controllers/discovered_hosts_controller.rb:178
119
119
  msgid "No discovered hosts to provision"
120
120
  msgstr ""
121
121
 
@@ -136,7 +136,7 @@ msgid "Rebooting all discovered hosts"
136
136
  msgstr ""
137
137
 
138
138
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
139
- #: ../app/controllers/discovered_hosts_controller.rb:123
139
+ #: ../app/controllers/discovered_hosts_controller.rb:120
140
140
  msgid "Discovered hosts are rebooting now"
141
141
  msgstr ""
142
142
 
@@ -208,95 +208,95 @@ msgstr ""
208
208
  msgid "No discovered hosts to reboot"
209
209
  msgstr ""
210
210
 
211
- #: ../app/controllers/discovered_hosts_controller.rb:59
211
+ #: ../app/controllers/discovered_hosts_controller.rb:57
212
212
  msgid "Successfully provisioned %s"
213
213
  msgstr ""
214
214
 
215
- #: ../app/controllers/discovered_hosts_controller.rb:91
215
+ #: ../app/controllers/discovered_hosts_controller.rb:88
216
216
  msgid "Facts refreshed for %s"
217
217
  msgstr ""
218
218
 
219
- #: ../app/controllers/discovered_hosts_controller.rb:93
219
+ #: ../app/controllers/discovered_hosts_controller.rb:90
220
220
  msgid "Failed to refresh facts for %s"
221
221
  msgstr ""
222
222
 
223
- #: ../app/controllers/discovered_hosts_controller.rb:96
223
+ #: ../app/controllers/discovered_hosts_controller.rb:93
224
224
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
225
225
  msgstr ""
226
226
 
227
- #: ../app/controllers/discovered_hosts_controller.rb:103
227
+ #: ../app/controllers/discovered_hosts_controller.rb:100
228
228
  msgid "Host of type %s can not be rebooted"
229
229
  msgstr ""
230
230
 
231
- #: ../app/controllers/discovered_hosts_controller.rb:107
231
+ #: ../app/controllers/discovered_hosts_controller.rb:104
232
232
  msgid "Rebooting host %s"
233
233
  msgstr ""
234
234
 
235
- #: ../app/controllers/discovered_hosts_controller.rb:109
235
+ #: ../app/controllers/discovered_hosts_controller.rb:106
236
236
  msgid "Failed to reboot host %s"
237
237
  msgstr ""
238
238
 
239
- #: ../app/controllers/discovered_hosts_controller.rb:112
239
+ #: ../app/controllers/discovered_hosts_controller.rb:109
240
240
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
241
241
  msgstr ""
242
242
 
243
- #: ../app/controllers/discovered_hosts_controller.rb:126
243
+ #: ../app/controllers/discovered_hosts_controller.rb:123
244
244
  msgid "Failed to reboot hosts with error %s"
245
245
  msgstr ""
246
246
 
247
- #: ../app/controllers/discovered_hosts_controller.rb:140
247
+ #: ../app/controllers/discovered_hosts_controller.rb:137
248
248
  msgid "Destroyed selected hosts"
249
249
  msgstr ""
250
250
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:142
251
+ #: ../app/controllers/discovered_hosts_controller.rb:139
252
252
  msgid "The following hosts were not deleted: %s"
253
253
  msgstr ""
254
254
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:169
255
+ #: ../app/controllers/discovered_hosts_controller.rb:166
256
256
  msgid "Failed to auto provision host %s: %s"
257
257
  msgstr ""
258
258
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:197
259
+ #: ../app/controllers/discovered_hosts_controller.rb:194
260
260
  msgid "Discovered hosts are provisioning now"
261
261
  msgstr ""
262
262
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:226
263
+ #: ../app/controllers/discovered_hosts_controller.rb:223
264
264
  msgid "Highlights"
265
265
  msgstr ""
266
266
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:226
267
+ #: ../app/controllers/discovered_hosts_controller.rb:223
268
268
  msgid "Storage"
269
269
  msgstr ""
270
270
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:226
271
+ #: ../app/controllers/discovered_hosts_controller.rb:223
272
272
  msgid "Hardware"
273
273
  msgstr ""
274
274
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:226
275
+ #: ../app/controllers/discovered_hosts_controller.rb:223
276
276
  msgid "Network"
277
277
  msgstr ""
278
278
 
279
- #: ../app/controllers/discovered_hosts_controller.rb:226
279
+ #: ../app/controllers/discovered_hosts_controller.rb:223
280
280
  msgid "Software"
281
281
  msgstr ""
282
282
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:226
283
+ #: ../app/controllers/discovered_hosts_controller.rb:223
284
284
  msgid "IPMI"
285
285
  msgstr ""
286
286
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:226
287
+ #: ../app/controllers/discovered_hosts_controller.rb:223
288
288
  msgid "Miscellaneous"
289
289
  msgstr ""
290
290
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:303
291
+ #: ../app/controllers/discovered_hosts_controller.rb:300
292
292
  msgid "No hosts were found with that id or name"
293
293
  msgstr ""
294
294
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:307
295
+ #: ../app/controllers/discovered_hosts_controller.rb:304
296
296
  msgid "No hosts selected"
297
297
  msgstr ""
298
298
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:313
299
+ #: ../app/controllers/discovered_hosts_controller.rb:310
300
300
  msgid "Something went wrong while selecting hosts - %s"
301
301
  msgstr ""
302
302
 
@@ -383,6 +383,7 @@ msgid "Provision"
383
383
  msgstr ""
384
384
 
385
385
  #: ../app/helpers/discovery_rules_helper.rb:26
386
+ #: ../lib/foreman_discovery/engine.rb:163
386
387
  msgid "Discovered Hosts"
387
388
  msgstr ""
388
389
 
@@ -438,43 +439,43 @@ msgid_plural "Host group locations %s must also be associated to the discovery r
438
439
  msgstr[0] ""
439
440
  msgstr[1] ""
440
441
 
441
- #: ../app/models/host/discovered.rb:33
442
+ #: ../app/models/host/discovered.rb:38
442
443
  msgid "Invalid facts, must be a Hash"
443
444
  msgstr ""
444
445
 
445
- #: ../app/models/host/discovered.rb:38
446
+ #: ../app/models/host/discovered.rb:43
446
447
  msgid ""
447
448
  "Expected discovery_fact '%s' is missing, unable to detect primary interface an"
448
449
  "d set hostname"
449
450
  msgstr ""
450
451
 
451
- #: ../app/models/host/discovered.rb:45
452
+ #: ../app/models/host/discovered.rb:50
452
453
  msgid ""
453
454
  "Invalid facts: hash does not contain a valid value for any of the facts in the"
454
455
  " discovery_hostname setting: %s"
455
456
  msgstr ""
456
457
 
457
- #: ../app/models/host/discovered.rb:62
458
+ #: ../app/models/host/discovered.rb:67
458
459
  msgid "Facts could not be imported"
459
460
  msgstr ""
460
461
 
461
- #: ../app/models/host/discovered.rb:112
462
+ #: ../app/models/host/discovered.rb:117
462
463
  msgid "Unable to assign subnet, primary interface is missing IP address"
463
464
  msgstr ""
464
465
 
465
- #: ../app/models/host/discovered.rb:166
466
+ #: ../app/models/host/discovered.rb:174
466
467
  msgid "Could not get facts from proxy %{url}: %{error}"
467
468
  msgstr ""
468
469
 
469
- #: ../app/models/host/discovered.rb:182
470
+ #: ../app/models/host/discovered.rb:190
470
471
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
471
472
  msgstr ""
472
473
 
473
- #: ../app/models/host/discovered.rb:190
474
+ #: ../app/models/host/discovered.rb:198
474
475
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
475
476
  msgstr ""
476
477
 
477
- #: ../app/models/host/discovered.rb:209
478
+ #: ../app/models/host/discovered.rb:217
478
479
  msgid "Invalid hostname: Could not normalize the hostname"
479
480
  msgstr ""
480
481
 
@@ -607,34 +608,50 @@ msgid "Lock PXE"
607
608
  msgstr ""
608
609
 
609
610
  #: ../app/models/setting/discovered.rb:33
610
- msgid "PXE template to be used when pinning a host to discovery"
611
+ msgid "PXELinux template to be used when pinning a host to discovery"
611
612
  msgstr ""
612
613
 
613
614
  #: ../app/models/setting/discovered.rb:33
614
- msgid "Locked template name"
615
+ msgid "Locked PXELinux template name"
615
616
  msgstr ""
616
617
 
617
618
  #: ../app/models/setting/discovered.rb:34
618
- msgid "Force DNS entries creation when provisioning discovered host"
619
+ msgid "PXEGrub template to be used when pinning a host to discovery"
619
620
  msgstr ""
620
621
 
621
622
  #: ../app/models/setting/discovered.rb:34
623
+ msgid "Locked PXEGrub template name"
624
+ msgstr ""
625
+
626
+ #: ../app/models/setting/discovered.rb:35
627
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
628
+ msgstr ""
629
+
630
+ #: ../app/models/setting/discovered.rb:35
631
+ msgid "Locked PXEGrub2 template name"
632
+ msgstr ""
633
+
634
+ #: ../app/models/setting/discovered.rb:36
635
+ msgid "Force DNS entries creation when provisioning discovered host"
636
+ msgstr ""
637
+
638
+ #: ../app/models/setting/discovered.rb:36
622
639
  msgid "Force DNS"
623
640
  msgstr ""
624
641
 
625
- #: ../app/models/setting/discovered.rb:41
642
+ #: ../app/models/setting/discovered.rb:43
626
643
  msgid "The default location to place discovered hosts in"
627
644
  msgstr ""
628
645
 
629
- #: ../app/models/setting/discovered.rb:41
646
+ #: ../app/models/setting/discovered.rb:43
630
647
  msgid "Discovery location"
631
648
  msgstr ""
632
649
 
633
- #: ../app/models/setting/discovered.rb:49
650
+ #: ../app/models/setting/discovered.rb:51
634
651
  msgid "The default organization to place discovered hosts in"
635
652
  msgstr ""
636
653
 
637
- #: ../app/models/setting/discovered.rb:49
654
+ #: ../app/models/setting/discovered.rb:51
638
655
  msgid "Discovery organization"
639
656
  msgstr ""
640
657
 
@@ -695,7 +712,7 @@ msgid "Create host"
695
712
  msgstr ""
696
713
 
697
714
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
698
- #: ../lib/foreman_discovery/engine.rb:147
715
+ #: ../lib/foreman_discovery/engine.rb:148
699
716
  msgid "Discovered hosts"
700
717
  msgstr ""
701
718
 
@@ -952,10 +969,22 @@ msgstr ""
952
969
  msgid "A summary of discovered hosts"
953
970
  msgstr ""
954
971
 
955
- #: ../lib/foreman_discovery/engine.rb:152
972
+ #: ../lib/foreman_discovery/engine.rb:153
956
973
  msgid "Discovery rules"
957
974
  msgstr ""
958
975
 
959
- #: ../lib/foreman_discovery/engine.rb:162
960
- msgid "Discovery widget"
976
+ #: ../lib/foreman_discovery/engine.rb:176
977
+ msgid "Discovery Proxy"
978
+ msgstr ""
979
+
980
+ #: ../lib/foreman_discovery/engine.rb:177
981
+ msgid ""
982
+ "Discovery Proxy to use within this subnet for managing connection to discovere"
983
+ "d hosts"
984
+ msgstr ""
985
+
986
+ #: ../lib/foreman_discovery/engine.rb:178
987
+ msgid ""
988
+ "ID of Discovery Proxy to use within this subnet for managing connection to dis"
989
+ "covered hosts"
961
990
  msgstr ""
@@ -1,7 +1,7 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # Claer <transiblu@claer.hammock.fr>, 2013-2016
7
7
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: foreman_discovery 7.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2016-08-30 16:48+0200\n"
12
+ "POT-Creation-Date: 2017-01-06 08:26+0100\n"
13
13
  "PO-Revision-Date: 2016-09-06 10:35+0000\n"
14
14
  "Last-Translator: Pierre-Emmanuel Dutang <dutangp@gmail.com>\n"
15
15
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
@@ -23,23 +23,19 @@ msgstr ""
23
23
  msgid "List all discovered hosts"
24
24
  msgstr "Lister tous les hôtes détectés"
25
25
 
26
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
27
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
26
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
28
27
  msgid "filter results"
29
28
  msgstr "filtrer les résultats"
30
29
 
31
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
32
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
30
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
33
31
  msgid "sort results"
34
32
  msgstr "trier les resultats"
35
33
 
36
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
37
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
34
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
38
35
  msgid "paginate results"
39
36
  msgstr "paginer les resultats"
40
37
 
41
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
42
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
38
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
43
39
  msgid "number of entries per request"
44
40
  msgstr "nombre de résultats par requête"
45
41
 
@@ -64,14 +60,11 @@ msgid "not required if it's a virtual machine"
64
60
  msgstr "n'est pas requis s'il s'agit d'une machine virtuelle"
65
61
 
66
62
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
67
- msgid ""
68
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
63
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
69
64
  msgstr "UUID pour surveiller l'état des tâches d'orchestration : GET /api/orchestration/:UUID/tasks"
70
65
 
71
66
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
72
- msgid ""
73
- "required if value is not inherited from host group or default password in "
74
- "settings"
67
+ msgid "required if value is not inherited from host group or default password in settings"
75
68
  msgstr "requis si la valeur n'est pas héritée d'un groupe d'hôtes ou du mot de passe par défaut défini dans les paramètres généraux"
76
69
 
77
70
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
@@ -83,18 +76,14 @@ msgid "Upload facts for a host, creating the host if required"
83
76
  msgstr "Télécharge les facts d'un hôte, créé l'hôte si besoin"
84
77
 
85
78
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
86
- msgid ""
87
- "hash containing facts for the host with minimum set of facts: "
88
- "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
89
- "eth0 (example in case primary interface is named eth0)"
79
+ 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)"
90
80
  msgstr "hash contenant a minima les facts suivants pour l'hôte : discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (exemple dans le cas d'une interface primaire nommée eth0)"
91
81
 
92
82
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
93
83
  msgid "Execute rules against a discovered host"
94
84
  msgstr "Appliquer les règles à un hôte détecté"
95
85
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
97
- #: ../app/controllers/discovered_hosts_controller.rb:165
86
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117 ../app/controllers/discovered_hosts_controller.rb:162
98
87
  msgid "Host %{host} was provisioned with rule %{rule}"
99
88
  msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
100
89
 
@@ -102,8 +91,7 @@ msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
102
91
  msgid "Unable to provision %{host}: %{errors}"
103
92
  msgstr "Impossible d'installer %{host}: %{errors}"
104
93
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
106
- #: ../app/controllers/discovered_hosts_controller.rb:172
94
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126 ../app/controllers/discovered_hosts_controller.rb:169
107
95
  msgid "No rule found for host %s"
108
96
  msgstr "Aucune règle trouvée pour l'hôte %s"
109
97
 
@@ -111,13 +99,11 @@ msgstr "Aucune règle trouvée pour l'hôte %s"
111
99
  msgid "Execute rules against all currently discovered hosts"
112
100
  msgstr "Appliquer les règles à tous les hôtes détectés"
113
101
 
114
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
115
- #: ../app/controllers/discovered_hosts_controller.rb:178
102
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137 ../app/controllers/discovered_hosts_controller.rb:175
116
103
  msgid "Errors during auto provisioning: %s"
117
104
  msgstr "Erreurs lors de l'auto-provisioning : %s"
118
105
 
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
120
- #: ../app/controllers/discovered_hosts_controller.rb:181
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140 ../app/controllers/discovered_hosts_controller.rb:178
121
107
  msgid "No discovered hosts to provision"
122
108
  msgstr "Aucun hôte détecté à provisionner"
123
109
 
@@ -137,8 +123,7 @@ msgstr "Redémarrer un hôte détecté"
137
123
  msgid "Rebooting all discovered hosts"
138
124
  msgstr "Redémarrer tous les hôtes détectés"
139
125
 
140
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
141
- #: ../app/controllers/discovered_hosts_controller.rb:123
126
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202 ../app/controllers/discovered_hosts_controller.rb:120
142
127
  msgid "Discovered hosts are rebooting now"
143
128
  msgstr "Les hôtes détectés sont en train de redémarrer"
144
129
 
@@ -163,8 +148,7 @@ msgid "the hostgroup that is used to auto provision a host"
163
148
  msgstr "le groupe d'hôtes qui est utilisé pour l'auto provisioning d'un hôte"
164
149
 
165
150
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
166
- msgid ""
167
- "defines a pattern to assign human-readable hostnames to the matching hosts"
151
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
168
152
  msgstr "défini un modèle pour assigner des noms d'hôtes humainement lisibles aux hôtes qui correspondent"
169
153
 
170
154
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -172,8 +156,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
172
156
  msgstr "active la limite maximale d'hôtes qui peuvent être provisionnés par règle"
173
157
 
174
158
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
175
- msgid ""
176
- "puts the rules in order, low numbers go first. Must be greater then zero"
159
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
177
160
  msgstr "positionne les règles dans l'ordre, les numéros les plus faibles en premier. Doit être supérieur à zéro"
178
161
 
179
162
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -212,95 +195,95 @@ msgstr "Erreurs pendant le redémarrage : %s"
212
195
  msgid "No discovered hosts to reboot"
213
196
  msgstr "Aucun hôte détecté à redémarrer"
214
197
 
215
- #: ../app/controllers/discovered_hosts_controller.rb:59
198
+ #: ../app/controllers/discovered_hosts_controller.rb:57
216
199
  msgid "Successfully provisioned %s"
217
200
  msgstr "Succès du provisioning pour %s"
218
201
 
219
- #: ../app/controllers/discovered_hosts_controller.rb:91
202
+ #: ../app/controllers/discovered_hosts_controller.rb:88
220
203
  msgid "Facts refreshed for %s"
221
204
  msgstr "Facts actualisés pour %s"
222
205
 
223
- #: ../app/controllers/discovered_hosts_controller.rb:93
206
+ #: ../app/controllers/discovered_hosts_controller.rb:90
224
207
  msgid "Failed to refresh facts for %s"
225
208
  msgstr "Échec d'actualisation des facts pour %s"
226
209
 
227
- #: ../app/controllers/discovered_hosts_controller.rb:96
210
+ #: ../app/controllers/discovered_hosts_controller.rb:93
228
211
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
229
212
  msgstr "Échec d'actualisation des facts pour %{hostname} avec l'erreur %{error_message}"
230
213
 
231
- #: ../app/controllers/discovered_hosts_controller.rb:103
214
+ #: ../app/controllers/discovered_hosts_controller.rb:100
232
215
  msgid "Host of type %s can not be rebooted"
233
216
  msgstr "L'hôte de type %s ne peut pas redémarrer"
234
217
 
235
- #: ../app/controllers/discovered_hosts_controller.rb:107
218
+ #: ../app/controllers/discovered_hosts_controller.rb:104
236
219
  msgid "Rebooting host %s"
237
220
  msgstr "Redémarrage de l'hôte %s"
238
221
 
239
- #: ../app/controllers/discovered_hosts_controller.rb:109
222
+ #: ../app/controllers/discovered_hosts_controller.rb:106
240
223
  msgid "Failed to reboot host %s"
241
224
  msgstr "Échec de redémarrage de l'hôte : %s"
242
225
 
243
- #: ../app/controllers/discovered_hosts_controller.rb:112
226
+ #: ../app/controllers/discovered_hosts_controller.rb:109
244
227
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
245
228
  msgstr "Échec de redémarrage de l'hôte %{hostname} avec l'erreur %{error_message}"
246
229
 
247
- #: ../app/controllers/discovered_hosts_controller.rb:126
230
+ #: ../app/controllers/discovered_hosts_controller.rb:123
248
231
  msgid "Failed to reboot hosts with error %s"
249
232
  msgstr "Échec de redémarrage des hôtes avec l'erreur %s"
250
233
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:140
234
+ #: ../app/controllers/discovered_hosts_controller.rb:137
252
235
  msgid "Destroyed selected hosts"
253
236
  msgstr "Hôtes sélectionnés détruits"
254
237
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:142
238
+ #: ../app/controllers/discovered_hosts_controller.rb:139
256
239
  msgid "The following hosts were not deleted: %s"
257
240
  msgstr "Les hôtes suivants n'ont pas été supprimés : %s"
258
241
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:169
242
+ #: ../app/controllers/discovered_hosts_controller.rb:166
260
243
  msgid "Failed to auto provision host %s: %s"
261
244
  msgstr "Échec de l'auto-provisioning de l'hôte %s : %s"
262
245
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:197
246
+ #: ../app/controllers/discovered_hosts_controller.rb:194
264
247
  msgid "Discovered hosts are provisioning now"
265
248
  msgstr "Les hôtes détectés sont actuellement en provisioning"
266
249
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:226
250
+ #: ../app/controllers/discovered_hosts_controller.rb:223
268
251
  msgid "Highlights"
269
252
  msgstr "Highlights"
270
253
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:226
254
+ #: ../app/controllers/discovered_hosts_controller.rb:223
272
255
  msgid "Storage"
273
256
  msgstr "Stockage"
274
257
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:226
258
+ #: ../app/controllers/discovered_hosts_controller.rb:223
276
259
  msgid "Hardware"
277
260
  msgstr "Matériel"
278
261
 
279
- #: ../app/controllers/discovered_hosts_controller.rb:226
262
+ #: ../app/controllers/discovered_hosts_controller.rb:223
280
263
  msgid "Network"
281
264
  msgstr "Réseau"
282
265
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:226
266
+ #: ../app/controllers/discovered_hosts_controller.rb:223
284
267
  msgid "Software"
285
268
  msgstr "Logiciel"
286
269
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:226
270
+ #: ../app/controllers/discovered_hosts_controller.rb:223
288
271
  msgid "IPMI"
289
272
  msgstr "IPMI"
290
273
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:226
274
+ #: ../app/controllers/discovered_hosts_controller.rb:223
292
275
  msgid "Miscellaneous"
293
276
  msgstr "Divers"
294
277
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:303
278
+ #: ../app/controllers/discovered_hosts_controller.rb:300
296
279
  msgid "No hosts were found with that id or name"
297
280
  msgstr "Aucun Hôte trouvé avec cet id ou ce nom"
298
281
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:307
282
+ #: ../app/controllers/discovered_hosts_controller.rb:304
300
283
  msgid "No hosts selected"
301
284
  msgstr "Aucun hôte sélectionné"
302
285
 
303
- #: ../app/controllers/discovered_hosts_controller.rb:313
286
+ #: ../app/controllers/discovered_hosts_controller.rb:310
304
287
  msgid "Something went wrong while selecting hosts - %s"
305
288
  msgstr "Une erreur s'est produite lors de la sélection des hôtes - %s"
306
289
 
@@ -316,19 +299,15 @@ msgstr "Règle désactivée"
316
299
  msgid "%s ago"
317
300
  msgstr "Il y a %s"
318
301
 
319
- #: ../app/helpers/discovered_hosts_helper.rb:14
320
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
302
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
321
303
  msgid "Auto Provision"
322
304
  msgstr "Provisionner automatiquement"
323
305
 
324
- #: ../app/helpers/discovered_hosts_helper.rb:15
325
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
306
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
326
307
  msgid "Refresh facts"
327
308
  msgstr "Actualiser les facts"
328
309
 
329
- #: ../app/helpers/discovered_hosts_helper.rb:16
330
- #: ../app/models/setting/discovered.rb:23
331
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
310
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
332
311
  msgid "Reboot"
333
312
  msgstr "Redémarrer"
334
313
 
@@ -336,8 +315,7 @@ msgstr "Redémarrer"
336
315
  msgid "Back"
337
316
  msgstr "Retour"
338
317
 
339
- #: ../app/helpers/discovered_hosts_helper.rb:21
340
- #: ../app/helpers/discovered_hosts_helper.rb:38
318
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:38
341
319
  msgid "Select Action"
342
320
  msgstr "Choisir l'action"
343
321
 
@@ -345,8 +323,7 @@ msgstr "Choisir l'action"
345
323
  msgid "Expand All"
346
324
  msgstr "Tout étendre"
347
325
 
348
- #: ../app/helpers/discovered_hosts_helper.rb:28
349
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
326
+ #: ../app/helpers/discovered_hosts_helper.rb:28 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
350
327
  msgid "Delete %s?"
351
328
  msgstr "Supprimer %s ?"
352
329
 
@@ -386,7 +363,7 @@ msgstr "Rapports reçus dans les 7 derniers jours"
386
363
  msgid "Provision"
387
364
  msgstr "Provisionner"
388
365
 
389
- #: ../app/helpers/discovery_rules_helper.rb:26
366
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../lib/foreman_discovery/engine.rb:163
390
367
  msgid "Discovered Hosts"
391
368
  msgstr "Hôtes détectés"
392
369
 
@@ -431,57 +408,50 @@ msgid "must start with a letter or ERB."
431
408
  msgstr "doit commencer par une lettre ou ERB."
432
409
 
433
410
  #: ../app/models/discovery_rule.rb:45
434
- msgid ""
435
- "Host group organization %s must also be associated to the discovery rule"
436
- msgid_plural ""
437
- "Host group organizations %s must also be associated to the discovery rule"
411
+ msgid "Host group organization %s must also be associated to the discovery rule"
412
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
438
413
  msgstr[0] "L'organisation %s du groupe d'hôtes doivent aussi être associés à la règle de détection"
439
414
  msgstr[1] "Les organisations %s du groupe d'hôtes doivent aussi être associés à la règle de détection"
440
415
 
441
416
  #: ../app/models/discovery_rule.rb:51
442
417
  msgid "Host group location %s must also be associated to the discovery rule"
443
- msgid_plural ""
444
- "Host group locations %s must also be associated to the discovery rule"
418
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
445
419
  msgstr[0] "L'emplacement %s du groupe d'hôtes doivent aussi être associés à la règle de détection"
446
420
  msgstr[1] "Les emplacements %s du groupe d'hôtes doivent aussi être associés à la règle de détection"
447
421
 
448
- #: ../app/models/host/discovered.rb:33
422
+ #: ../app/models/host/discovered.rb:38
449
423
  msgid "Invalid facts, must be a Hash"
450
424
  msgstr "Facts non valides, doit être un hash"
451
425
 
452
- #: ../app/models/host/discovered.rb:38
453
- msgid ""
454
- "Expected discovery_fact '%s' is missing, unable to detect primary interface "
455
- "and set hostname"
426
+ #: ../app/models/host/discovered.rb:43
427
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
456
428
  msgstr "Le discovery_fact '%s' attendu est manquant, il n'est pas possible de détecter l'interface primaire ni de positionner le nom d'hôte"
457
429
 
458
- #: ../app/models/host/discovered.rb:45
459
- msgid ""
460
- "Invalid facts: hash does not contain a valid value for any of the facts in "
461
- "the discovery_hostname setting: %s"
430
+ #: ../app/models/host/discovered.rb:50
431
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
462
432
  msgstr "Facts invalides : le hash ne contient de valeur valide pour aucun des facts du paramètre discovery_hostname : %s"
463
433
 
464
- #: ../app/models/host/discovered.rb:62
434
+ #: ../app/models/host/discovered.rb:67
465
435
  msgid "Facts could not be imported"
466
436
  msgstr "Impossible d'importer les facts"
467
437
 
468
- #: ../app/models/host/discovered.rb:112
438
+ #: ../app/models/host/discovered.rb:117
469
439
  msgid "Unable to assign subnet, primary interface is missing IP address"
470
440
  msgstr "Impossible d'assigner le sous-réseau, l'interface primaire n'a pas d'adresse IP"
471
441
 
472
- #: ../app/models/host/discovered.rb:166
442
+ #: ../app/models/host/discovered.rb:174
473
443
  msgid "Could not get facts from proxy %{url}: %{error}"
474
444
  msgstr "Impossible de récupérer les facts depuis le proxy %{url} : %{error}"
475
445
 
476
- #: ../app/models/host/discovered.rb:182
446
+ #: ../app/models/host/discovered.rb:190
477
447
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
478
448
  msgstr "Impossible de redémarrer %{name} via %{url}: %{msg}"
479
449
 
480
- #: ../app/models/host/discovered.rb:190
450
+ #: ../app/models/host/discovered.rb:198
481
451
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
482
452
  msgstr "Impossible de lancer kexec sur %{name} via %{url}: %{msg}"
483
453
 
484
- #: ../app/models/host/discovered.rb:209
454
+ #: ../app/models/host/discovered.rb:217
485
455
  msgid "Invalid hostname: Could not normalize the hostname"
486
456
  msgstr "Nom d'hôte invalide : impossible de normaliser le nom de l'hôte"
487
457
 
@@ -526,9 +496,7 @@ msgid "Hostname facts"
526
496
  msgstr "Facts de l'hôte"
527
497
 
528
498
  #: ../app/models/setting/discovered.rb:22
529
- msgid ""
530
- "Automatically provision newly discovered hosts, according to the "
531
- "provisioning rules"
499
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
532
500
  msgstr "Provisioning automatique des hôtes détectés récemment, selon les règles de provisioning"
533
501
 
534
502
  #: ../app/models/setting/discovered.rb:22
@@ -604,9 +572,7 @@ msgid "IPMI facts"
604
572
  msgstr "Facts IPMI"
605
573
 
606
574
  #: ../app/models/setting/discovered.rb:32
607
- msgid ""
608
- "Automatically generate PXE configuration to pin a newly discovered host to "
609
- "discovery"
575
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
610
576
  msgstr "Générer automatiquement la configuration PXE d'un nouvel hôte détecté pour qu'il reste en mode détecté"
611
577
 
612
578
  #: ../app/models/setting/discovered.rb:32
@@ -614,41 +580,55 @@ msgid "Lock PXE"
614
580
  msgstr "Verrouiller PXE"
615
581
 
616
582
  #: ../app/models/setting/discovered.rb:33
617
- msgid "PXE template to be used when pinning a host to discovery"
618
- msgstr "Modèle PXE à appliquer pour qu'un hôte reste en mode détecté"
583
+ msgid "PXELinux template to be used when pinning a host to discovery"
584
+ msgstr ""
619
585
 
620
586
  #: ../app/models/setting/discovered.rb:33
621
- msgid "Locked template name"
622
- msgstr "Nom du modèle verrouillé"
587
+ msgid "Locked PXELinux template name"
588
+ msgstr ""
589
+
590
+ #: ../app/models/setting/discovered.rb:34
591
+ msgid "PXEGrub template to be used when pinning a host to discovery"
592
+ msgstr ""
623
593
 
624
594
  #: ../app/models/setting/discovered.rb:34
595
+ msgid "Locked PXEGrub template name"
596
+ msgstr ""
597
+
598
+ #: ../app/models/setting/discovered.rb:35
599
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
600
+ msgstr ""
601
+
602
+ #: ../app/models/setting/discovered.rb:35
603
+ msgid "Locked PXEGrub2 template name"
604
+ msgstr ""
605
+
606
+ #: ../app/models/setting/discovered.rb:36
625
607
  msgid "Force DNS entries creation when provisioning discovered host"
626
608
  msgstr "Forcer la création des entrées DNS lors de la découvert d'hôtes"
627
609
 
628
- #: ../app/models/setting/discovered.rb:34
610
+ #: ../app/models/setting/discovered.rb:36
629
611
  msgid "Force DNS"
630
612
  msgstr "Focer le DNS"
631
613
 
632
- #: ../app/models/setting/discovered.rb:41
614
+ #: ../app/models/setting/discovered.rb:43
633
615
  msgid "The default location to place discovered hosts in"
634
616
  msgstr "Emplacement par défaut sur lequel placer les hôtes détectés"
635
617
 
636
- #: ../app/models/setting/discovered.rb:41
618
+ #: ../app/models/setting/discovered.rb:43
637
619
  msgid "Discovery location"
638
620
  msgstr "Emplacement des hôtes détectés"
639
621
 
640
- #: ../app/models/setting/discovered.rb:49
622
+ #: ../app/models/setting/discovered.rb:51
641
623
  msgid "The default organization to place discovered hosts in"
642
624
  msgstr "Organisation par défaut sur laquelle placer les hôtes détectés"
643
625
 
644
- #: ../app/models/setting/discovered.rb:49
626
+ #: ../app/models/setting/discovered.rb:51
645
627
  msgid "Discovery organization"
646
628
  msgstr "Organisation des hôtes détectés"
647
629
 
648
630
  #: ../app/services/foreman_discovery/fact_parser.rb:9
649
- msgid ""
650
- "Unable to detect primary interface using MAC '%{mac}' specified by "
651
- "discovery_fact '%{fact}'"
631
+ msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
652
632
  msgstr "Impossible de détecter l'interface primaire en utilisant l'adresse MAC '%{mac}' spécifiée par le discovery_fact '%{fact}'"
653
633
 
654
634
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -667,25 +647,15 @@ msgstr "Aucun hôte détecté disponible"
667
647
  msgid "Host"
668
648
  msgstr "Hôte"
669
649
 
670
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
671
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
672
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
673
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
674
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
650
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
675
651
  msgid "Model"
676
652
  msgstr "Modèle"
677
653
 
678
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
679
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
680
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
681
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
654
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
682
655
  msgid "CPUs"
683
656
  msgstr "CPU"
684
657
 
685
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
686
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
687
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
688
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
658
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
689
659
  msgid "Memory"
690
660
  msgstr "Mémoire"
691
661
 
@@ -701,8 +671,7 @@ msgstr "Création rapide"
701
671
  msgid "Create host"
702
672
  msgstr "Création de l'hôte"
703
673
 
704
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
705
- #: ../lib/foreman_discovery/engine.rb:147
674
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:148
706
675
  msgid "Discovered hosts"
707
676
  msgstr "Hôtes détectés"
708
677
 
@@ -714,38 +683,27 @@ msgstr "Sélectionner tous les éléments de cette page"
714
683
  msgid "items selected. Uncheck to Clear"
715
684
  msgstr "items sélectionnés. Décocher pour Effacer"
716
685
 
717
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
718
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
719
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
720
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
686
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
721
687
  msgid "Name"
722
688
  msgstr "Nom"
723
689
 
724
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
725
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
726
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
690
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
727
691
  msgid "IP Address"
728
692
  msgstr "Adresses IP"
729
693
 
730
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
731
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
732
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
694
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
733
695
  msgid "Disk count"
734
696
  msgstr "Nombre de disques"
735
697
 
736
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
737
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
738
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
698
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
739
699
  msgid "Disks size"
740
700
  msgstr "Taille des disques"
741
701
 
742
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
743
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
702
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
744
703
  msgid "Location"
745
704
  msgstr "Emplacement"
746
705
 
747
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
748
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
706
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
749
707
  msgid "Organization"
750
708
  msgstr "Organisation"
751
709
 
@@ -782,9 +740,7 @@ msgid "Warning"
782
740
  msgstr "Attention"
783
741
 
784
742
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
785
- msgid ""
786
- "This might take a while, as all hosts, facts and reports will be destroyed "
787
- "as well"
743
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
788
744
  msgstr "Cette action peut prendre un certain temps, car tous les hôtes, rapports et facts vont également être supprimés."
789
745
 
790
746
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -827,13 +783,11 @@ msgstr "Rapport de synthèse des hôtes détectés depuis Foreman"
827
783
  msgid "<b>Foreman</b> Discovered hosts summary"
828
784
  msgstr "<b>Foreman</b> Rapport des hôtes détectés"
829
785
 
830
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
831
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
786
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
832
787
  msgid "Summary from %{time} ago to %{now}"
833
788
  msgstr "Rapport depuis il y a %{time} à %{now}"
834
789
 
835
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
836
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
790
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
837
791
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
838
792
  msgstr "Hôtes détectés depuis le serveur Foreman en %{foreman_url}"
839
793
 
@@ -886,33 +840,23 @@ msgid "Rule priority (lower integer means higher priority)"
886
840
  msgstr "Priorité de la règle (plus les entiers sont petits et plus la priorité est importante)"
887
841
 
888
842
  #: ../app/views/discovery_rules/_template_inline.erb:2
889
- msgid ""
890
- "Specify target hostname template pattern in the same syntax as in "
891
- "Provisioning Templates (ERB)."
843
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
892
844
  msgstr "Indiquez le modèle du nom d'hôte cible dans la même syntaxe que dans les Modèles de provisioning (ERB)."
893
845
 
894
846
  #: ../app/views/discovery_rules/_template_inline.erb:4
895
- msgid ""
896
- "Domain will be appended automatically. A hostname based on MAC address will "
897
- "be used when left blank."
847
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
898
848
  msgstr "Le domaine sera ajouté automatiquement. Un nom d'hôte basé sur une adresse MAC sera utilisé si le champ est laissé vide. "
899
849
 
900
850
  #: ../app/views/discovery_rules/_template_inline.erb:5
901
- msgid ""
902
- "In addition to @host attribute function rand for random integers is "
903
- "available. Examples:"
851
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
904
852
  msgstr "Outre l'attribut @host, la fonction « rand » pour des nombres entiers aléatoires est disponible. Ex. :"
905
853
 
906
854
  #: ../app/views/discovery_rules/_template_inline.erb:8
907
- msgid ""
908
- "When creating hostname patterns, make sure the resulting host names are "
909
- "unique."
855
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
910
856
  msgstr "Lors de la création de modèles de noms d'hôtes, veuillez vous assurer que les noms d'hôtes générés sont uniques."
911
857
 
912
858
  #: ../app/views/discovery_rules/_template_inline.erb:9
913
- msgid ""
914
- "Hostnames must not start with numbers. A good approach is to use unique "
915
- "information provided by facter (MAC address, BIOS or serial ID)."
859
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
916
860
  msgstr "Les noms d'hôtes ne peuvent pas commencer par un chiffre. Il est conseillé d'utiliser des informations uniques fournies par facter (adresse MAC, BIOS ou numéro de série)."
917
861
 
918
862
  #: ../app/views/discovery_rules/edit.html.erb:1
@@ -959,10 +903,30 @@ msgstr "Nouvelle règle de détection"
959
903
  msgid "A summary of discovered hosts"
960
904
  msgstr "Synthèse des hôtes détectés"
961
905
 
962
- #: ../lib/foreman_discovery/engine.rb:152
906
+ #: ../lib/foreman_discovery/engine.rb:153
963
907
  msgid "Discovery rules"
964
908
  msgstr "Règles de détection"
965
909
 
910
+ #: ../lib/foreman_discovery/engine.rb:176
911
+ msgid "Discovery Proxy"
912
+ msgstr ""
913
+
914
+ #: ../lib/foreman_discovery/engine.rb:177
915
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
916
+ msgstr ""
917
+
918
+ #: ../lib/foreman_discovery/engine.rb:178
919
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
920
+ msgstr ""
921
+
922
+ #: ../app/models/setting/discovered.rb:33
923
+ #~ msgid "PXE template to be used when pinning a host to discovery"
924
+ #~ msgstr "Modèle PXE à appliquer pour qu'un hôte reste en mode détecté"
925
+
926
+ #: ../app/models/setting/discovered.rb:33
927
+ #~ msgid "Locked template name"
928
+ #~ msgstr "Nom du modèle verrouillé"
929
+
966
930
  #: ../lib/foreman_discovery/engine.rb:162
967
- msgid "Discovery widget"
968
- msgstr "Widget de détection"
931
+ #~ msgid "Discovery widget"
932
+ #~ msgstr "Widget de détection"