foreman_bootdisk 19.0.9 → 21.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +0 -4
  3. data/app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb +0 -4
  4. data/app/controllers/foreman_bootdisk/disks_controller.rb +5 -3
  5. data/app/services/foreman_bootdisk/iso_generator.rb +1 -1
  6. data/config/routes/mount_engine.rb +1 -1
  7. data/lib/foreman_bootdisk/engine.rb +9 -5
  8. data/lib/foreman_bootdisk/version.rb +1 -1
  9. data/package.json +5 -6
  10. data/webpack/src/extensions/host/HostBootdiskButtons.js +22 -1
  11. metadata +3 -42
  12. data/app/views/foreman_bootdisk/generic_efi_host.erb +0 -76
  13. data/app/views/foreman_bootdisk/generic_host.erb +0 -51
  14. data/app/views/foreman_bootdisk/generic_static_host.erb +0 -39
  15. data/app/views/foreman_bootdisk/host.erb +0 -80
  16. data/db/migrate/20221102105354_fix_bootdisk_settings_category_to_dsl.rb +0 -7
  17. data/db/seeds.d/50-bootdisk_templates.rb +0 -36
  18. data/lib/foreman_bootdisk/engine.rb.orig +0 -162
  19. data/locale/ca/foreman_bootdisk.edit.po +0 -416
  20. data/locale/ca/foreman_bootdisk.po.time_stamp +0 -0
  21. data/locale/cs_CZ/foreman_bootdisk.edit.po +0 -362
  22. data/locale/cs_CZ/foreman_bootdisk.po.time_stamp +0 -0
  23. data/locale/de/foreman_bootdisk.edit.po +0 -422
  24. data/locale/de/foreman_bootdisk.po.time_stamp +0 -0
  25. data/locale/en/foreman_bootdisk.edit.po +0 -360
  26. data/locale/en/foreman_bootdisk.po.time_stamp +0 -0
  27. data/locale/en_GB/foreman_bootdisk.edit.po +0 -417
  28. data/locale/en_GB/foreman_bootdisk.po.time_stamp +0 -0
  29. data/locale/es/foreman_bootdisk.edit.po +0 -417
  30. data/locale/es/foreman_bootdisk.po.time_stamp +0 -0
  31. data/locale/fr/foreman_bootdisk.edit.po +0 -418
  32. data/locale/fr/foreman_bootdisk.po.time_stamp +0 -0
  33. data/locale/it/foreman_bootdisk.edit.po +0 -414
  34. data/locale/it/foreman_bootdisk.po.time_stamp +0 -0
  35. data/locale/ja/foreman_bootdisk.edit.po +0 -416
  36. data/locale/ja/foreman_bootdisk.po.time_stamp +0 -0
  37. data/locale/ka/foreman_bootdisk.edit.po +0 -414
  38. data/locale/ka/foreman_bootdisk.po.time_stamp +0 -0
  39. data/locale/ko/foreman_bootdisk.edit.po +0 -414
  40. data/locale/ko/foreman_bootdisk.po.time_stamp +0 -0
  41. data/locale/pt_BR/foreman_bootdisk.edit.po +0 -417
  42. data/locale/pt_BR/foreman_bootdisk.po.time_stamp +0 -0
  43. data/locale/ru/foreman_bootdisk.edit.po +0 -416
  44. data/locale/ru/foreman_bootdisk.po.time_stamp +0 -0
  45. data/locale/sv_SE/foreman_bootdisk.edit.po +0 -415
  46. data/locale/sv_SE/foreman_bootdisk.po.time_stamp +0 -0
  47. data/locale/zh_CN/foreman_bootdisk.edit.po +0 -414
  48. data/locale/zh_CN/foreman_bootdisk.po.time_stamp +0 -0
  49. data/locale/zh_TW/foreman_bootdisk.edit.po +0 -414
  50. data/locale/zh_TW/foreman_bootdisk.po.time_stamp +0 -0
@@ -1,415 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the foreman_bootdisk package.
4
- #
5
- # Translators:
6
- # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
7
- msgid ""
8
- msgstr ""
9
- "Project-Id-Version: foreman_bootdisk 21.0.4\n"
10
- "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2023-01-05 20:17+0100\n"
12
- "PO-Revision-Date: 2014-02-13 12:12+0000\n"
13
- "Last-Translator: johnny.westerlund <johnny.westerlund@gmail.com>, 2014\n"
14
- "Language-Team: Swedish (Sweden) (http://app.transifex.com/foreman/foreman/language/sv_SE/)\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "Language: sv_SE\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
-
21
- #: ../app/controllers/concerns/allowed_actions.rb:7
22
- msgid "This type of bootdisk is not allowed. Please contact administrator."
23
- msgstr ""
24
-
25
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:17
26
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:1
27
- msgid "Boot disks"
28
- msgstr "Startdiskar"
29
-
30
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:20
31
- msgid "Download generic image"
32
- msgstr "Ladda ner generisk avbildning"
33
-
34
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:29
35
- msgid "Download host image"
36
- msgstr "Ladda ner värd avbildning"
37
-
38
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:30
39
- msgid "True for full, false for basic reusable image"
40
- msgstr ""
41
-
42
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:42
43
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:126
44
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:90
45
- msgid "Host is not in build mode"
46
- msgstr ""
47
-
48
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:19
49
- msgid "Subnet boot disks"
50
- msgstr ""
51
-
52
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:22
53
- msgid "Download subnet generic image"
54
- msgstr ""
55
-
56
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:26
57
- #: ../app/controllers/foreman_bootdisk/subnet_disks_controller.rb:15
58
- msgid "TFTP feature not enabled for subnet %s"
59
- msgstr ""
60
-
61
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:63
62
- msgid "Host is not in build mode."
63
- msgstr ""
64
-
65
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:95
66
- #: ../app/helpers/concerns/foreman_bootdisk/pretty_error.rb:8
67
- msgid "Failed to render boot disk template"
68
- msgstr ""
69
-
70
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:120
71
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:66
72
- msgid "Host '%s' image"
73
- msgstr "Värden '%s' avbildning"
74
-
75
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:120
76
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:76
77
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:86
78
- msgid "Full host '%s' image"
79
- msgstr ""
80
-
81
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:133
82
- msgid "Boot disk help"
83
- msgstr ""
84
-
85
- #: ../app/helpers/bootdisk_links_helper.rb:27
86
- msgid "Boot disk Help"
87
- msgstr ""
88
-
89
- #: ../app/helpers/bootdisk_links_helper.rb:40
90
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:20
91
- #: ../app/models/setting/bootdisk.rb:6 ../lib/foreman_bootdisk/engine.rb:66
92
- #: ../webpack/src/extensions/host/HostBootdiskButtons.js:86
93
- msgid "Boot disk"
94
- msgstr "Startdisk"
95
-
96
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21
97
- #: ../webpack/src/extensions/host/HostBootdiskButtons.js:74
98
- msgid "Boot disk download not available for %s architecture"
99
- msgstr ""
100
-
101
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:30
102
- msgid "Subnet '%s' generic image"
103
- msgstr ""
104
-
105
- #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:10
106
- msgid "Subnet generic image"
107
- msgstr ""
108
-
109
- #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:27
110
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:35
111
- msgid "Generic image"
112
- msgstr "Generell avbildning"
113
-
114
- #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:12
115
- #: ../app/services/foreman_bootdisk/renderer.rb:53
116
- #: ../app/services/foreman_bootdisk/renderer.rb:60
117
- msgid "Unable to find template specified by %s setting"
118
- msgstr "Går inte att hitta mallen specificerad med inställningen %s"
119
-
120
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
121
- msgid "Generating ISO image for %s"
122
- msgstr ""
123
-
124
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
125
- msgid "Upload ISO image to datastore for %s"
126
- msgstr ""
127
-
128
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
129
- msgid "Attach ISO image to CDROM drive for %s"
130
- msgstr ""
131
-
132
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
133
- msgid "Detach ISO image from CDROM drive for %s"
134
- msgstr ""
135
-
136
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:73
137
- msgid "Failed to generate ISO image for instance %{name}: %{message}"
138
- msgstr ""
139
-
140
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:82
141
- msgid "Failed to upload ISO image for instance %{name}: %{message}"
142
- msgstr ""
143
-
144
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:91
145
- msgid ""
146
- "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
147
- msgstr ""
148
-
149
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:100
150
- msgid ""
151
- "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
152
- msgstr ""
153
-
154
- #: ../app/services/foreman_bootdisk/iso_generator.rb:16
155
- msgid "Host is not in build mode, so the template cannot be rendered"
156
- msgstr ""
157
-
158
- #: ../app/services/foreman_bootdisk/iso_generator.rb:42
159
- msgid "Unable to generate disk template, %{kind} template not found."
160
- msgstr ""
161
-
162
- #: ../app/services/foreman_bootdisk/iso_generator.rb:52
163
- msgid "Unable to generate disk %{kind} template: %{error}"
164
- msgstr ""
165
-
166
- #: ../app/services/foreman_bootdisk/iso_generator.rb:94
167
- msgid "Please ensure the isolinux/syslinux package(s) are installed."
168
- msgstr ""
169
-
170
- #: ../app/services/foreman_bootdisk/iso_generator.rb:111
171
- msgid "Please ensure the ipxe-bootimgs package is installed."
172
- msgstr ""
173
-
174
- #: ../app/services/foreman_bootdisk/iso_generator.rb:128
175
- msgid "Creating new image failed, install truncate utility"
176
- msgstr ""
177
-
178
- #: ../app/services/foreman_bootdisk/iso_generator.rb:129
179
- msgid "Failed to format the ESP image via mkfs.msdos"
180
- msgstr ""
181
-
182
- #: ../app/services/foreman_bootdisk/iso_generator.rb:130
183
- #: ../app/services/foreman_bootdisk/iso_generator.rb:131
184
- msgid "Failed to create a directory within the ESP image"
185
- msgstr ""
186
-
187
- #: ../app/services/foreman_bootdisk/iso_generator.rb:137
188
- msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
189
- msgstr ""
190
-
191
- #: ../app/services/foreman_bootdisk/iso_generator.rb:138
192
- msgid "Unable to mcopy %{file}"
193
- msgstr ""
194
-
195
- #: ../app/services/foreman_bootdisk/iso_generator.rb:160
196
- msgid "ISO build failed"
197
- msgstr "ISO-bygget misslyckades"
198
-
199
- #: ../app/services/foreman_bootdisk/iso_generator.rb:163
200
- msgid "ISO hybrid conversion failed: %s"
201
- msgstr ""
202
-
203
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:2
204
- msgid "Back"
205
- msgstr "Tillbaka"
206
-
207
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:6
208
- msgid ""
209
- "Various types of boot disks can be created to provision hosts without the "
210
- "need for PXE services. Boot disks can be attached to the host (physical or "
211
- "virtual) which boots from the disk, contacts Foreman and begins the OS "
212
- "installation."
213
- msgstr ""
214
-
215
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:9
216
- msgid ""
217
- "All images are usable as either ISOs or as disk images, including being "
218
- "written to a USB disk with `dd`."
219
- msgstr ""
220
-
221
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:12
222
- msgid "Host images"
223
- msgstr ""
224
-
225
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:14
226
- msgid "These images are used for host. You can find them at host detail page."
227
- msgstr ""
228
-
229
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:17
230
- msgid "Host image"
231
- msgstr ""
232
-
233
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:19
234
- msgid ""
235
- "Per-host images contain data about a particular host registered in Foreman "
236
- "and set up fully static networking, avoiding the requirement for DHCP. "
237
- "After networking is configured, they chainload from Foreman, picking up the "
238
- "current OS configuration and build state from the server."
239
- msgstr ""
240
-
241
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:22
242
- msgid ""
243
- "Once chainloaded, the OS bootloader and installer are downloaded directly "
244
- "from the installation media configured in Foreman, and the provisioning "
245
- "script (kickstart/preseed) is downloaded from Foreman."
246
- msgstr ""
247
-
248
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
249
- msgid "Full host image"
250
- msgstr ""
251
-
252
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:27
253
- msgid ""
254
- "A variant of the per-host image which contains the OS bootloader embedded "
255
- "inside the disk. This may be useful if chainloading fails on certain "
256
- "hardware, but has the downside that the image must be regenerated for any "
257
- "change in the OS, bootloader or PXELinux templates."
258
- msgstr ""
259
-
260
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:30
261
- msgid "Generic images"
262
- msgstr ""
263
-
264
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:32
265
- msgid ""
266
- "These images are more generic than previous images. You can find them at "
267
- "subnet index page."
268
- msgstr ""
269
-
270
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:37
271
- msgid ""
272
- "Generic images are a reusable disk image that works for any host registered "
273
- "in Foreman. It requires a basic DHCP and DNS service to function and "
274
- "contact the server, but does not require DHCP reservations or static IP "
275
- "addresses."
276
- msgstr ""
277
-
278
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:40
279
- msgid ""
280
- "The OS install continues using the installation media configured in Foreman,"
281
- " and it will typically configure static networking, depending on how the OS "
282
- "iPXE template is configured."
283
- msgstr ""
284
-
285
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:43
286
- msgid "Subnet image"
287
- msgstr ""
288
-
289
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:45
290
- msgid ""
291
- "Subnet images are similar to generic images, but chain-loading is done via "
292
- "the TFTP Smart Proxy assigned to the Subnet of the host. The smart proxy "
293
- "must have the \"Templates\" module enabled and configured."
294
- msgstr ""
295
-
296
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:48
297
- msgid ""
298
- "This image is generic for all hosts with a provisioning NIC on that subnet."
299
- msgstr ""
300
-
301
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:51
302
- msgid ""
303
- "* - These bootdisk types were disabled, you can enable them in Administer - "
304
- "Settings."
305
- msgstr ""
306
-
307
- #: ../lib/foreman_bootdisk/engine.rb:57
308
- msgid "Boot disk based"
309
- msgstr ""
310
-
311
- #: ../lib/foreman_bootdisk/engine.rb:78
312
- msgid "iPXE directory"
313
- msgstr ""
314
-
315
- #: ../lib/foreman_bootdisk/engine.rb:79
316
- msgid "Path to directory containing iPXE images"
317
- msgstr "Sökvägen till ett bibliotek med iPXE-avbildningar"
318
-
319
- #: ../lib/foreman_bootdisk/engine.rb:84
320
- msgid "ISOLINUX directory"
321
- msgstr ""
322
-
323
- #: ../lib/foreman_bootdisk/engine.rb:85
324
- msgid "Path to directory containing isolinux images"
325
- msgstr ""
326
-
327
- #: ../lib/foreman_bootdisk/engine.rb:90
328
- msgid "SYSLINUX directory"
329
- msgstr ""
330
-
331
- #: ../lib/foreman_bootdisk/engine.rb:91
332
- msgid "Path to directory containing syslinux images"
333
- msgstr "Sökvägen till ett bibliotek med syslinux-avbildningar"
334
-
335
- #: ../lib/foreman_bootdisk/engine.rb:96
336
- msgid "Grub2 directory"
337
- msgstr ""
338
-
339
- #: ../lib/foreman_bootdisk/engine.rb:97
340
- msgid "Path to directory containing grubx64.efi and shimx64.efi"
341
- msgstr ""
342
-
343
- #: ../lib/foreman_bootdisk/engine.rb:103
344
- msgid "Host image template"
345
- msgstr ""
346
-
347
- #: ../lib/foreman_bootdisk/engine.rb:104
348
- msgid "iPXE template to use for host-specific boot disks"
349
- msgstr "iPXE-mall att använda för värdspecifik startdisk"
350
-
351
- #: ../lib/foreman_bootdisk/engine.rb:110
352
- msgid "Generic image template"
353
- msgstr ""
354
-
355
- #: ../lib/foreman_bootdisk/engine.rb:111
356
- msgid "iPXE template to use for generic host boot disks"
357
- msgstr "iPXE-mall att använda som generell startdisk fär värdar"
358
-
359
- #: ../lib/foreman_bootdisk/engine.rb:117
360
- msgid "Generic Grub2 EFI image template"
361
- msgstr ""
362
-
363
- #: ../lib/foreman_bootdisk/engine.rb:118
364
- msgid "iPXE template to use for generic EFI host boot disks"
365
- msgstr ""
366
-
367
- #: ../lib/foreman_bootdisk/engine.rb:123
368
- msgid "ISO generation command"
369
- msgstr ""
370
-
371
- #: ../lib/foreman_bootdisk/engine.rb:124
372
- msgid "Command to generate ISO image, use genisoimage or mkisofs"
373
- msgstr "Kommando för att generera ISO-avbildningar, använd genisoimage eller mkisofs"
374
-
375
- #: ../lib/foreman_bootdisk/engine.rb:129
376
- msgid "Installation media caching"
377
- msgstr ""
378
-
379
- #: ../lib/foreman_bootdisk/engine.rb:130
380
- msgid "Installation media files will be cached for full host images"
381
- msgstr ""
382
-
383
- #: ../lib/foreman_bootdisk/engine.rb:135
384
- msgid "Allowed bootdisk types"
385
- msgstr ""
386
-
387
- #: ../lib/foreman_bootdisk/engine.rb:136
388
- msgid "List of allowed bootdisk types, remove type to disable it"
389
- msgstr ""
390
-
391
- #: ../webpack/src/extensions/host/HostBootdiskButtons.js:80
392
- msgid "Not available"
393
- msgstr ""
394
-
395
- #: action_names.rb:2
396
- msgid "Remote action:"
397
- msgstr ""
398
-
399
- #: action_names.rb:3
400
- msgid "Import Puppet classes"
401
- msgstr ""
402
-
403
- #: action_names.rb:4
404
- msgid "Import facts"
405
- msgstr ""
406
-
407
- #: action_names.rb:5
408
- msgid "Action with sub plans"
409
- msgstr ""
410
-
411
- #: gemspec.rb:4
412
- msgid ""
413
- "Plugin for Foreman that creates iPXE-based boot disks to provision hosts "
414
- "without the need for PXE infrastructure."
415
- msgstr "Plugin för Foreman som skapar iPXE-baserad start disk för att provisionera värdar utan en existerande PXE-infrastruktur."
File without changes