foreman_bootdisk 14.0.0 → 17.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHORS +30 -0
  3. data/README.md +25 -0
  4. data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +5 -7
  5. data/app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb +9 -4
  6. data/app/controllers/foreman_bootdisk/disks_controller.rb +11 -10
  7. data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +14 -14
  8. data/app/lib/foreman_bootdisk/scope/bootdisk.rb +4 -1
  9. data/app/lib/foreman_bootdisk/scope/full_host_bootdisk_efi.rb +15 -0
  10. data/app/models/concerns/foreman_bootdisk/compute_resources/vmware.rb +10 -1
  11. data/app/models/concerns/foreman_bootdisk/host_ext.rb +7 -10
  12. data/app/models/concerns/foreman_bootdisk/orchestration/compute.rb +28 -19
  13. data/app/models/setting/bootdisk.rb +16 -19
  14. data/app/services/foreman_bootdisk/iso_generator.rb +129 -52
  15. data/app/services/foreman_bootdisk/renderer.rb +36 -18
  16. data/app/views/foreman_bootdisk/generic_efi_host.erb +64 -0
  17. data/app/views/foreman_bootdisk/generic_static_host.erb +34 -0
  18. data/app/views/foreman_bootdisk/host.erb +27 -11
  19. data/db/seeds.d/50-bootdisk_templates.rb +15 -31
  20. data/lib/foreman_bootdisk/engine.rb +6 -6
  21. data/lib/foreman_bootdisk/version.rb +1 -1
  22. data/lib/tasks/bootdisk.rake +10 -6
  23. data/locale/action_names.rb +5 -0
  24. data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  25. data/locale/ca/foreman_bootdisk.po +65 -16
  26. data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  27. data/locale/de/foreman_bootdisk.po +74 -23
  28. data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  29. data/locale/en/foreman_bootdisk.po +58 -10
  30. data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  31. data/locale/en_GB/foreman_bootdisk.po +65 -17
  32. data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  33. data/locale/es/foreman_bootdisk.po +82 -34
  34. data/locale/foreman_bootdisk.pot +124 -48
  35. data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  36. data/locale/fr/foreman_bootdisk.po +65 -17
  37. data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  38. data/locale/it/foreman_bootdisk.po +63 -15
  39. data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  40. data/locale/ja/foreman_bootdisk.po +64 -16
  41. data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  42. data/locale/ko/foreman_bootdisk.po +63 -15
  43. data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  44. data/locale/pt_BR/foreman_bootdisk.po +76 -27
  45. data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  46. data/locale/ru/foreman_bootdisk.po +63 -15
  47. data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  48. data/locale/sv_SE/foreman_bootdisk.po +61 -13
  49. data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  50. data/locale/zh_CN/foreman_bootdisk.po +79 -31
  51. data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  52. data/locale/zh_TW/foreman_bootdisk.po +63 -15
  53. data/release-gem +84 -0
  54. data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +51 -17
  55. data/test/functional/foreman_bootdisk/api/v2/subnet_disks_controller_test.rb +23 -10
  56. data/test/functional/foreman_bootdisk/disks_controller_test.rb +65 -25
  57. data/test/test_plugin_helper.rb +23 -3
  58. data/test/unit/concerns/host_test.rb +12 -1
  59. data/test/unit/concerns/orchestration/compute_test.rb +32 -13
  60. data/test/unit/foreman_bootdisk/renderer_test.rb +1 -1
  61. data/test/unit/iso_generator_test.rb +16 -7
  62. metadata +65 -4
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_bootdisk 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2018-03-12 12:56-0400\n"
12
- "PO-Revision-Date: 2018-03-12 12:56-0400\n"
11
+ "POT-Creation-Date: 2020-06-15 14:46+0200\n"
12
+ "PO-Revision-Date: 2020-06-15 14:46+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,104 +18,113 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:17
21
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:19
22
22
  #: ../app/views/foreman_bootdisk/disks/help.html.erb:1
23
23
  msgid "Boot disks"
24
24
  msgstr ""
25
25
 
26
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:20
26
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:22
27
27
  msgid "Download generic image"
28
28
  msgstr ""
29
29
 
30
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:28
30
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:31
31
31
  msgid "Download host image"
32
32
  msgstr ""
33
33
 
34
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:29
34
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:32
35
35
  msgid "True for full, false for basic reusable image"
36
36
  msgstr ""
37
37
 
38
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:16
38
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:20
39
39
  msgid "Subnet boot disks"
40
40
  msgstr ""
41
41
 
42
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:19
42
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
43
43
  msgid "Download subnet generic image"
44
44
  msgstr ""
45
45
 
46
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
47
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:47
46
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:27
47
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:55
48
48
  msgid "TFTP feature not enabled for subnet %s"
49
49
  msgstr ""
50
50
 
51
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:46
51
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:54
52
52
  msgid "Subnet is not assigned to the host %s"
53
53
  msgstr ""
54
54
 
55
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:74
55
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:80
56
56
  msgid "Failed to render boot disk template"
57
57
  msgstr ""
58
58
 
59
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:6
60
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:27
61
- #: ../app/models/setting/bootdisk.rb:28
59
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:10
60
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:60
61
+ #: ../app/models/setting/bootdisk.rb:29
62
62
  msgid "Boot disk"
63
63
  msgstr ""
64
64
 
65
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:7
65
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:12
66
66
  msgid "Host '%s' image"
67
67
  msgstr ""
68
68
 
69
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:8
69
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21
70
70
  msgid "Full host '%s' image"
71
71
  msgstr ""
72
72
 
73
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:10
73
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:31
74
74
  #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
75
75
  msgid "Generic image"
76
76
  msgstr ""
77
77
 
78
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:13
78
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:41
79
79
  msgid "Help"
80
80
  msgstr ""
81
81
 
82
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:28
82
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:61
83
83
  msgid "Boot disk download not available for %s architecture"
84
84
  msgstr ""
85
85
 
86
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:36
86
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:70
87
87
  msgid "Subnet '%s' generic image"
88
88
  msgstr ""
89
89
 
90
- #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:5
91
- #: ../app/services/foreman_bootdisk/renderer.rb:11
90
+ #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:10
91
+ #: ../app/services/foreman_bootdisk/renderer.rb:53
92
+ #: ../app/services/foreman_bootdisk/renderer.rb:60
92
93
  msgid "Unable to find template specified by %s setting"
93
94
  msgstr ""
94
95
 
95
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:24
96
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
96
97
  msgid "Generating ISO image for %s"
97
98
  msgstr ""
98
99
 
99
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:26
100
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
100
101
  msgid "Upload ISO image to datastore for %s"
101
102
  msgstr ""
102
103
 
103
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:28
104
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
104
105
  msgid "Attach ISO image to CDROM drive for %s"
105
106
  msgstr ""
106
107
 
107
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:50
108
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
109
+ msgid "Detach ISO image from CDROM drive for %s"
110
+ msgstr ""
111
+
112
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:66
108
113
  msgid "Failed to generate ISO image for instance %{name}: %{message}"
109
114
  msgstr ""
110
115
 
111
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:59
116
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:75
112
117
  msgid "Failed to upload ISO image for instance %{name}: %{message}"
113
118
  msgstr ""
114
119
 
115
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:68
120
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:84
116
121
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
117
122
  msgstr ""
118
123
 
124
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:93
125
+ msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
126
+ msgstr ""
127
+
119
128
  #: ../app/models/setting/bootdisk.rb:13
120
129
  msgid "Path to directory containing iPXE images"
121
130
  msgstr ""
@@ -141,59 +150,102 @@ msgid "SYSLINUX directory"
141
150
  msgstr ""
142
151
 
143
152
  #: ../app/models/setting/bootdisk.rb:16
144
- msgid "iPXE template to use for host-specific boot disks"
153
+ msgid "Path to directory containing grubx64.efi and shimx64.efi"
145
154
  msgstr ""
146
155
 
147
156
  #: ../app/models/setting/bootdisk.rb:16
148
- msgid "Host image template"
157
+ msgid "Grub2 directory"
149
158
  msgstr ""
150
159
 
151
160
  #: ../app/models/setting/bootdisk.rb:17
161
+ msgid "iPXE template to use for host-specific boot disks"
162
+ msgstr ""
163
+
164
+ #: ../app/models/setting/bootdisk.rb:18
165
+ msgid "Host image template"
166
+ msgstr ""
167
+
168
+ #: ../app/models/setting/bootdisk.rb:19
152
169
  msgid "iPXE template to use for generic host boot disks"
153
170
  msgstr ""
154
171
 
155
- #: ../app/models/setting/bootdisk.rb:17
172
+ #: ../app/models/setting/bootdisk.rb:20
156
173
  msgid "Generic image template"
157
174
  msgstr ""
158
175
 
159
- #: ../app/models/setting/bootdisk.rb:18
176
+ #: ../app/models/setting/bootdisk.rb:21
177
+ msgid "Grub2 template to use for generic EFI host boot disks"
178
+ msgstr ""
179
+
180
+ #: ../app/models/setting/bootdisk.rb:22
181
+ msgid "Generic Grub2 EFI image template"
182
+ msgstr ""
183
+
184
+ #: ../app/models/setting/bootdisk.rb:23
160
185
  msgid "Command to generate ISO image, use genisoimage or mkisofs"
161
186
  msgstr ""
162
187
 
163
- #: ../app/models/setting/bootdisk.rb:18
188
+ #: ../app/models/setting/bootdisk.rb:23
164
189
  msgid "ISO generation command"
165
190
  msgstr ""
166
191
 
167
- #: ../app/models/setting/bootdisk.rb:19
192
+ #: ../app/models/setting/bootdisk.rb:24
168
193
  msgid "Installation media files will be cached for full host images"
169
194
  msgstr ""
170
195
 
171
- #: ../app/models/setting/bootdisk.rb:19
196
+ #: ../app/models/setting/bootdisk.rb:24
172
197
  msgid "Installation media caching"
173
198
  msgstr ""
174
199
 
175
- #: ../app/services/foreman_bootdisk/iso_generator.rb:11
200
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:14
176
201
  msgid "Host is not in build mode, so the template cannot be rendered"
177
202
  msgstr ""
178
203
 
179
- #: ../app/services/foreman_bootdisk/iso_generator.rb:14
180
- msgid "Unable to generate disk template: %s"
204
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:40
205
+ msgid "Unable to generate disk template, %{kind} template not found."
206
+ msgstr ""
207
+
208
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:50
209
+ msgid "Unable to generate disk %{kind} template: %{error}"
181
210
  msgstr ""
182
211
 
183
- #: ../app/services/foreman_bootdisk/iso_generator.rb:46
212
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:92
184
213
  msgid "Please ensure the isolinux/syslinux package(s) are installed."
185
214
  msgstr ""
186
215
 
187
- #: ../app/services/foreman_bootdisk/iso_generator.rb:59
216
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:109
188
217
  msgid "Please ensure the ipxe-bootimgs package is installed."
189
218
  msgstr ""
190
219
 
191
- #: ../app/services/foreman_bootdisk/iso_generator.rb:79
220
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:126
221
+ msgid "Creating new image failed, install truncate utility"
222
+ msgstr ""
223
+
224
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:127
225
+ msgid "Failed to format the ESP image via mkfs.msdos"
226
+ msgstr ""
227
+
228
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:128
229
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:129
230
+ msgid "Failed to create a directory within the ESP image"
231
+ msgstr ""
232
+
233
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:135
234
+ msgid ""
235
+ "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or co"
236
+ "py those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
237
+ msgstr ""
238
+
239
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:136
240
+ msgid "Unable to mcopy %{path}"
241
+ msgstr ""
242
+
243
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:158
192
244
  msgid "ISO build failed"
193
245
  msgstr ""
194
246
 
195
- #: ../app/services/foreman_bootdisk/iso_generator.rb:84
196
- msgid "ISO hybrid conversion failed"
247
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:161
248
+ msgid "ISO hybrid conversion failed: %s"
197
249
  msgstr ""
198
250
 
199
251
  #: ../app/views/foreman_bootdisk/disks/help.html.erb:2
@@ -278,7 +330,7 @@ msgid "Host has no provisioning interface defined"
278
330
  msgstr ""
279
331
 
280
332
  #: ../app/views/foreman_bootdisk/host.erb:10
281
- msgid "Host has no IP address defined"
333
+ msgid "Host has no IPv4 or IPv6 address defined"
282
334
  msgstr ""
283
335
 
284
336
  #: ../app/views/foreman_bootdisk/host.erb:11
@@ -289,15 +341,39 @@ msgstr ""
289
341
  msgid "Host has no domain defined"
290
342
  msgstr ""
291
343
 
292
- #: ../lib/foreman_bootdisk/engine.rb:65
344
+ #: ../app/views/foreman_bootdisk/host.erb:19
345
+ msgid "Host bootdisk does not work with static IPv6"
346
+ msgstr ""
347
+
348
+ #: ../app/views/foreman_bootdisk/host.erb:21
349
+ msgid "Both IP and Subnet must be set"
350
+ msgstr ""
351
+
352
+ #: ../lib/foreman_bootdisk/engine.rb:54
293
353
  msgid "Boot disk based"
294
354
  msgstr ""
295
355
 
296
- #: ../lib/foreman_bootdisk/engine.rb:66
356
+ #: ../lib/foreman_bootdisk/engine.rb:55
297
357
  msgid "Boot disk embedded template"
298
358
  msgstr ""
299
359
 
300
- #: gemspec.rb:2
360
+ #: action_names.rb:2
361
+ msgid "Remote action:"
362
+ msgstr ""
363
+
364
+ #: action_names.rb:3
365
+ msgid "Import facts"
366
+ msgstr ""
367
+
368
+ #: action_names.rb:4
369
+ msgid "Import Puppet classes"
370
+ msgstr ""
371
+
372
+ #: action_names.rb:5
373
+ msgid "Action with sub plans"
374
+ msgstr ""
375
+
376
+ #: gemspec.rb:4
301
377
  msgid ""
302
378
  "Plugin for Foreman that creates iPXE-based boot disks to provision hosts witho"
303
379
  "ut the need for PXE infrastructure."
@@ -4,14 +4,14 @@
4
4
  #
5
5
  # Translators:
6
6
  # Claer <transiblu@claer.hammock.fr>, 2014-2016
7
- # Dominic Cleal <dominic@cleal.org>, 2015
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2015
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: Foreman\n"
11
+ "Project-Id-Version: foreman_bootdisk 17.0.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "PO-Revision-Date: 2017-09-20 00:09+0000\n"
14
- "Last-Translator: Pierre-Emmanuel Dutang <dutangp@gmail.com>\n"
13
+ "PO-Revision-Date: 2019-10-22 20:06+0000\n"
14
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
15
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,6 +22,9 @@ msgstr ""
22
22
  msgid "A variant of the per-host image which contains the OS bootloader embedded inside the disk. This may be useful if chainloading fails on certain hardware, but has the downside that the image must be regenerated for any change in the OS, bootloader or PXELinux templates."
23
23
  msgstr "Une variante des images par hôte qui contient le chargeur de démarrage de l'OS dans le disque. Cela peut être utile si le chainage échoue sur certains matériels, mais l'inconvénient est que l'image doit être régénérée à chaque changement du système,du chargeur de démarrage ou des modèles."
24
24
 
25
+ msgid "Action with sub plans"
26
+ msgstr "Action avec sous-plans"
27
+
25
28
  msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
26
29
  msgstr "Toutes les images sont utilisables soit comme ISO soit comme images disque, y compris pour écriture sur disque USB avec 'dd'"
27
30
 
@@ -38,7 +41,7 @@ msgid "Boot disk based"
38
41
  msgstr "Basé sur disque de démarrage"
39
42
 
40
43
  msgid "Boot disk download not available for %s architecture"
41
- msgstr ""
44
+ msgstr "Téléchargement du disque de démarrage non disponible pour l'architecture %s"
42
45
 
43
46
  msgid "Boot disk embedded template"
44
47
  msgstr "Modèle de disque de démarrage embarqué"
@@ -46,9 +49,18 @@ msgstr "Modèle de disque de démarrage embarqué"
46
49
  msgid "Boot disks"
47
50
  msgstr "Disques de démarrage"
48
51
 
52
+ msgid "Both IP and Subnet must be set"
53
+ msgstr ""
54
+
49
55
  msgid "Command to generate ISO image, use genisoimage or mkisofs"
50
56
  msgstr "Commande servant à générer l'image ISO, utiliser genisoimage ou mkisofs"
51
57
 
58
+ msgid "Creating new image failed, install truncate utility"
59
+ msgstr ""
60
+
61
+ msgid "Detach ISO image from CDROM drive for %s"
62
+ msgstr ""
63
+
52
64
  msgid "Download generic image"
53
65
  msgstr "Télécharger une image générique"
54
66
 
@@ -58,9 +70,21 @@ msgstr "Télécharger une image d'hôte"
58
70
  msgid "Download subnet generic image"
59
71
  msgstr "Télécharger une image générique du sous réseau"
60
72
 
73
+ msgid "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or copy those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
74
+ msgstr ""
75
+
61
76
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
62
77
  msgstr "Impossible d'attacher l'image ISO au lecteur CDROM de l'instance %{name} : %{message}"
63
78
 
79
+ msgid "Failed to create a directory within the ESP image"
80
+ msgstr ""
81
+
82
+ msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
83
+ msgstr ""
84
+
85
+ msgid "Failed to format the ESP image via mkfs.msdos"
86
+ msgstr ""
87
+
64
88
  msgid "Failed to generate ISO image for instance %{name}: %{message}"
65
89
  msgstr "Impossible de créer l'image ISO pour l'instance %{name} : %{message}"
66
90
 
@@ -79,6 +103,9 @@ msgstr "Image complète de l'hôte"
79
103
  msgid "Generating ISO image for %s"
80
104
  msgstr "Création de l'image ISO pour %s"
81
105
 
106
+ msgid "Generic Grub2 EFI image template"
107
+ msgstr ""
108
+
82
109
  msgid "Generic image"
83
110
  msgstr "Image générique"
84
111
 
@@ -88,14 +115,23 @@ msgstr "Modèle d'image générique"
88
115
  msgid "Generic images are a reusable disk image that works for any host registered in Foreman. It requires a basic DHCP and DNS service to function and contact the server, but does not require DHCP reservations or static IP addresses."
89
116
  msgstr "Les images génériques correspondent à une image disque réutilisable qui fonctionne pour tout hôte enregistré dans Foreman. Cela demande les services DHCP et DNS fonctionnels mais ne requiert pas de réservation DHCP ni d'adresse IP statique."
90
117
 
118
+ msgid "Grub2 directory"
119
+ msgstr ""
120
+
121
+ msgid "Grub2 template to use for generic EFI host boot disks"
122
+ msgstr ""
123
+
91
124
  msgid "Help"
92
125
  msgstr "Aide"
93
126
 
94
127
  msgid "Host '%s' image"
95
128
  msgstr "Image de l'hôte '%s'"
96
129
 
97
- msgid "Host has no IP address defined"
98
- msgstr "L'hôte n'a aucune adresse IP définie"
130
+ msgid "Host bootdisk does not work with static IPv6"
131
+ msgstr ""
132
+
133
+ msgid "Host has no IPv4 or IPv6 address defined"
134
+ msgstr ""
99
135
 
100
136
  msgid "Host has no domain defined"
101
137
  msgstr "L'hôte n'a aucun domaine défini"
@@ -121,12 +157,18 @@ msgstr "La création de l'image ISO a échoué"
121
157
  msgid "ISO generation command"
122
158
  msgstr "command de génération ISO"
123
159
 
124
- msgid "ISO hybrid conversion failed"
125
- msgstr "La conversion de l'image ISO hybride a échoué"
160
+ msgid "ISO hybrid conversion failed: %s"
161
+ msgstr ""
126
162
 
127
163
  msgid "ISOLINUX directory"
128
164
  msgstr "Repertoire ISOLINUX"
129
165
 
166
+ msgid "Import Puppet classes"
167
+ msgstr "Importer des classes Puppet"
168
+
169
+ msgid "Import facts"
170
+ msgstr "Importer des faits"
171
+
130
172
  msgid "Installation media caching"
131
173
  msgstr "Cache d'installation media"
132
174
 
@@ -136,6 +178,9 @@ msgstr "Les fichiers du media d'installation vont être cachés pour les images
136
178
  msgid "Once chainloaded, the OS bootloader and installer are downloaded directly from the installation media configured in Foreman, and the provisioning script (kickstart/preseed) is downloaded from Foreman."
137
179
  msgstr "Une fois liés, le chargeur de démarrage (bootloader) du système et l'installeur sont téléchargés directement depuis le media d'installation configuré dans Foreman. Le script de provisioning (kickstart/preseed) est également téléchargé depuis Foreman."
138
180
 
181
+ msgid "Path to directory containing grubx64.efi and shimx64.efi"
182
+ msgstr ""
183
+
139
184
  msgid "Path to directory containing iPXE images"
140
185
  msgstr "Emplacement du répertoire contenant les images iPXE"
141
186
 
@@ -157,18 +202,15 @@ msgstr "Merci de vous assurer que les paquets isolinux/syslinux sont installés.
157
202
  msgid "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure."
158
203
  msgstr "Plugin pour Foreman qui crée le démarrage des disques iPXE-bases pour provisionner les hôtes sans l'aide de l'infrastructure PXE."
159
204
 
205
+ msgid "Remote action:"
206
+ msgstr "Action distante :"
207
+
160
208
  msgid "SYSLINUX directory"
161
209
  msgstr "Répertoire SYSLINUX"
162
210
 
163
211
  msgid "Subnet '%s' generic image"
164
212
  msgstr "Image générique du sous-réseau %s"
165
213
 
166
- msgid "Subnet (%s) has no gateway defined"
167
- msgstr "Le sous réseau (%s) n'a pas de passerelle définie"
168
-
169
- msgid "Subnet (%s) has no primary DNS server defined"
170
- msgstr "Le sous réseau (%s) n'a pas de serveur DNS primaire défini"
171
-
172
214
  msgid "Subnet boot disks"
173
215
  msgstr "Sous-réseau des disques de démarrage"
174
216
 
@@ -196,8 +238,14 @@ msgstr "Vrai pour complète, faux pour une image basique réutilisable"
196
238
  msgid "Unable to find template specified by %s setting"
197
239
  msgstr "Impossible de trouver un modèle spécifié par le paramètre %s"
198
240
 
199
- msgid "Unable to generate disk template: %s"
200
- msgstr "Impossible de générer le modèle de disque : %s"
241
+ msgid "Unable to generate disk %{kind} template: %{error}"
242
+ msgstr ""
243
+
244
+ msgid "Unable to generate disk template, %{kind} template not found."
245
+ msgstr ""
246
+
247
+ msgid "Unable to mcopy %{path}"
248
+ msgstr ""
201
249
 
202
250
  msgid "Upload ISO image to datastore for %s"
203
251
  msgstr "Envoi de l'image ISO sur la banque de données pour %s"