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.
- checksums.yaml +4 -4
- data/AUTHORS +30 -0
- data/README.md +25 -0
- data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +5 -7
- data/app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb +9 -4
- data/app/controllers/foreman_bootdisk/disks_controller.rb +11 -10
- data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +14 -14
- data/app/lib/foreman_bootdisk/scope/bootdisk.rb +4 -1
- data/app/lib/foreman_bootdisk/scope/full_host_bootdisk_efi.rb +15 -0
- data/app/models/concerns/foreman_bootdisk/compute_resources/vmware.rb +10 -1
- data/app/models/concerns/foreman_bootdisk/host_ext.rb +7 -10
- data/app/models/concerns/foreman_bootdisk/orchestration/compute.rb +28 -19
- data/app/models/setting/bootdisk.rb +16 -19
- data/app/services/foreman_bootdisk/iso_generator.rb +129 -52
- data/app/services/foreman_bootdisk/renderer.rb +36 -18
- data/app/views/foreman_bootdisk/generic_efi_host.erb +64 -0
- data/app/views/foreman_bootdisk/generic_static_host.erb +34 -0
- data/app/views/foreman_bootdisk/host.erb +27 -11
- data/db/seeds.d/50-bootdisk_templates.rb +15 -31
- data/lib/foreman_bootdisk/engine.rb +6 -6
- data/lib/foreman_bootdisk/version.rb +1 -1
- data/lib/tasks/bootdisk.rake +10 -6
- data/locale/action_names.rb +5 -0
- data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ca/foreman_bootdisk.po +65 -16
- data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/de/foreman_bootdisk.po +74 -23
- data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en/foreman_bootdisk.po +58 -10
- data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en_GB/foreman_bootdisk.po +65 -17
- data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/es/foreman_bootdisk.po +82 -34
- data/locale/foreman_bootdisk.pot +124 -48
- data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/fr/foreman_bootdisk.po +65 -17
- data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/it/foreman_bootdisk.po +63 -15
- data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ja/foreman_bootdisk.po +64 -16
- data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ko/foreman_bootdisk.po +63 -15
- data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/pt_BR/foreman_bootdisk.po +76 -27
- data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ru/foreman_bootdisk.po +63 -15
- data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/sv_SE/foreman_bootdisk.po +61 -13
- data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_CN/foreman_bootdisk.po +79 -31
- data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_TW/foreman_bootdisk.po +63 -15
- data/release-gem +84 -0
- data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +51 -17
- data/test/functional/foreman_bootdisk/api/v2/subnet_disks_controller_test.rb +23 -10
- data/test/functional/foreman_bootdisk/disks_controller_test.rb +65 -25
- data/test/test_plugin_helper.rb +23 -3
- data/test/unit/concerns/host_test.rb +12 -1
- data/test/unit/concerns/orchestration/compute_test.rb +32 -13
- data/test/unit/foreman_bootdisk/renderer_test.rb +1 -1
- data/test/unit/iso_generator_test.rb +16 -7
- metadata +65 -4
data/locale/foreman_bootdisk.pot
CHANGED
@@ -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:
|
12
|
-
"PO-Revision-Date:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
47
|
-
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:
|
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:
|
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:
|
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:
|
60
|
-
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:
|
61
|
-
#: ../app/models/setting/bootdisk.rb:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
91
|
-
#: ../app/services/foreman_bootdisk/renderer.rb:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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 "
|
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 "
|
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:
|
172
|
+
#: ../app/models/setting/bootdisk.rb:20
|
156
173
|
msgid "Generic image template"
|
157
174
|
msgstr ""
|
158
175
|
|
159
|
-
#: ../app/models/setting/bootdisk.rb:
|
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:
|
188
|
+
#: ../app/models/setting/bootdisk.rb:23
|
164
189
|
msgid "ISO generation command"
|
165
190
|
msgstr ""
|
166
191
|
|
167
|
-
#: ../app/models/setting/bootdisk.rb:
|
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:
|
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:
|
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:
|
180
|
-
msgid "Unable to generate disk template
|
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:
|
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:
|
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:
|
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:
|
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
|
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
|
-
#: ../
|
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:
|
356
|
+
#: ../lib/foreman_bootdisk/engine.rb:55
|
297
357
|
msgid "Boot disk embedded template"
|
298
358
|
msgstr ""
|
299
359
|
|
300
|
-
#:
|
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."
|
Binary file
|
@@ -4,14 +4,14 @@
|
|
4
4
|
#
|
5
5
|
# Translators:
|
6
6
|
# Claer <transiblu@claer.hammock.fr>, 2014-2016
|
7
|
-
#
|
7
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2015
|
8
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version:
|
11
|
+
"Project-Id-Version: foreman_bootdisk 17.0.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"PO-Revision-Date:
|
14
|
-
"Last-Translator:
|
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
|
98
|
-
msgstr "
|
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 "
|
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: %
|
200
|
-
msgstr "
|
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"
|