foreman_bootdisk 17.1.0 → 19.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -3
  3. data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +7 -2
  4. data/app/controllers/foreman_bootdisk/disks_controller.rb +70 -21
  5. data/app/controllers/foreman_bootdisk/subnet_disks_controller.rb +41 -0
  6. data/app/helpers/bootdisk_links_helper.rb +46 -0
  7. data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +30 -42
  8. data/app/helpers/concerns/foreman_bootdisk/pretty_error.rb +13 -0
  9. data/app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb +45 -0
  10. data/app/helpers/disk_helper.rb +8 -0
  11. data/app/views/foreman_bootdisk/disks/help.html.erb +16 -4
  12. data/app/views/subnets/_bootdisk_action_buttons.erb +1 -0
  13. data/app/views/subnets/_bootdisk_title_buttons.erb +1 -0
  14. data/config/routes.rb +2 -1
  15. data/db/migrate/20140522185700_change_templatekind_to_bootdisk.rb +3 -3
  16. data/lib/foreman_bootdisk/engine.rb +11 -2
  17. data/lib/foreman_bootdisk/version.rb +1 -1
  18. data/locale/action_names.rb +2 -4
  19. data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  20. data/locale/ca/foreman_bootdisk.edit.po +393 -0
  21. data/locale/ca/foreman_bootdisk.po +47 -11
  22. data/locale/ca/foreman_bootdisk.po.time_stamp +0 -0
  23. data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  24. data/locale/de/foreman_bootdisk.edit.po +398 -0
  25. data/locale/de/foreman_bootdisk.po +63 -26
  26. data/locale/de/foreman_bootdisk.po.time_stamp +0 -0
  27. data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  28. data/locale/en/foreman_bootdisk.edit.po +388 -0
  29. data/locale/en/foreman_bootdisk.po +45 -9
  30. data/locale/en/foreman_bootdisk.po.time_stamp +0 -0
  31. data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  32. data/locale/en_GB/foreman_bootdisk.edit.po +394 -0
  33. data/locale/en_GB/foreman_bootdisk.po +47 -11
  34. data/locale/en_GB/foreman_bootdisk.po.time_stamp +0 -0
  35. data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  36. data/locale/es/foreman_bootdisk.edit.po +394 -0
  37. data/locale/es/foreman_bootdisk.po +69 -32
  38. data/locale/es/foreman_bootdisk.po.time_stamp +0 -0
  39. data/locale/foreman_bootdisk.pot +121 -63
  40. data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  41. data/locale/fr/foreman_bootdisk.edit.po +394 -0
  42. data/locale/fr/foreman_bootdisk.po +80 -43
  43. data/locale/fr/foreman_bootdisk.po.time_stamp +0 -0
  44. data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  45. data/locale/it/foreman_bootdisk.edit.po +391 -0
  46. data/locale/it/foreman_bootdisk.po +47 -11
  47. data/locale/it/foreman_bootdisk.po.time_stamp +0 -0
  48. data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  49. data/locale/ja/foreman_bootdisk.edit.po +393 -0
  50. data/locale/ja/foreman_bootdisk.po +70 -33
  51. data/locale/ja/foreman_bootdisk.po.time_stamp +0 -0
  52. data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  53. data/locale/ko/foreman_bootdisk.edit.po +390 -0
  54. data/locale/ko/foreman_bootdisk.po +47 -11
  55. data/locale/ko/foreman_bootdisk.po.time_stamp +0 -0
  56. data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  57. data/locale/pt_BR/foreman_bootdisk.edit.po +394 -0
  58. data/locale/pt_BR/foreman_bootdisk.po +79 -43
  59. data/locale/pt_BR/foreman_bootdisk.po.time_stamp +0 -0
  60. data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  61. data/locale/ru/foreman_bootdisk.edit.po +395 -0
  62. data/locale/ru/foreman_bootdisk.po +47 -11
  63. data/locale/ru/foreman_bootdisk.po.time_stamp +0 -0
  64. data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  65. data/locale/sv_SE/foreman_bootdisk.edit.po +392 -0
  66. data/locale/sv_SE/foreman_bootdisk.po +47 -11
  67. data/locale/sv_SE/foreman_bootdisk.po.time_stamp +0 -0
  68. data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  69. data/locale/zh_CN/foreman_bootdisk.edit.po +391 -0
  70. data/locale/zh_CN/foreman_bootdisk.po +113 -77
  71. data/locale/zh_CN/foreman_bootdisk.po.time_stamp +0 -0
  72. data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  73. data/locale/zh_TW/foreman_bootdisk.edit.po +391 -0
  74. data/locale/zh_TW/foreman_bootdisk.po +47 -11
  75. data/locale/zh_TW/foreman_bootdisk.po.time_stamp +0 -0
  76. data/package.json +42 -0
  77. data/webpack/__mocks__/foremanReact/common/HOC.js +30 -0
  78. data/webpack/__mocks__/foremanReact/common/I18n.js +7 -0
  79. data/webpack/__mocks__/foremanReact/common/helpers.js +7 -0
  80. data/webpack/__mocks__/foremanReact/common/urlHelpers.js +8 -0
  81. data/webpack/__mocks__/foremanReact/constants.js +24 -0
  82. data/webpack/__mocks__/foremanReact/redux/API/APISelectors.js +6 -0
  83. data/webpack/__mocks__/foremanReact/redux/API/index.js +10 -0
  84. data/webpack/global_index.js +12 -0
  85. data/webpack/global_test_setup.js +11 -0
  86. data/webpack/index.js +0 -0
  87. data/webpack/src/extensions/constants.js +2 -0
  88. data/webpack/src/extensions/host/HostBootdiskButtons.js +71 -0
  89. data/webpack/src/extensions/host/HostBootdiskButtonsSelectors.js +27 -0
  90. data/webpack/src/extensions/host/__tests__/HostBootdiskButtonsSelectors.test.js +66 -0
  91. data/webpack/src/extensions/host/__tests__/__snapshots__/HostBootdiskButtonsSelectors.test.js.snap +30 -0
  92. metadata +54 -20
  93. data/.github/workflows/rubocop.yaml +0 -19
  94. data/.tx/config +0 -8
  95. data/AUTHORS +0 -34
  96. data/release-gem +0 -84
  97. data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +0 -97
  98. data/test/functional/foreman_bootdisk/api/v2/subnet_disks_controller_test.rb +0 -37
  99. data/test/functional/foreman_bootdisk/disks_controller_test.rb +0 -107
  100. data/test/models/host/managed_test.rb +0 -26
  101. data/test/test_plugin_helper.rb +0 -72
  102. data/test/unit/access_permissions_test.rb +0 -10
  103. data/test/unit/concerns/compute_resources/vmware_test.rb +0 -83
  104. data/test/unit/concerns/host_test.rb +0 -84
  105. data/test/unit/concerns/orchestration/compute_test.rb +0 -69
  106. data/test/unit/foreman_bootdisk/renderer_test.rb +0 -36
  107. data/test/unit/foreman_bootdisk/scope/bootdisk_test.rb +0 -31
  108. data/test/unit/foreman_bootdisk/scope/full_host_bootdisk_test.rb +0 -30
  109. data/test/unit/iso_generator_test.rb +0 -74
@@ -0,0 +1,388 @@
1
+ # foreman_bootdisk
2
+ #
3
+ # This file is distributed under the same license as foreman_bootdisk.
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "PO-Revision-Date: 2014-02-13 12:09+0000\n"
10
+ "Last-Translator: Dominic Cleal <dcleal@redhat.com>\n"
11
+ "Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
12
+ "Language: \n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
17
+
18
+ #: ../app/controllers/concerns/allowed_actions.rb:7
19
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
20
+ msgstr ""
21
+
22
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:21 ../app/views/foreman_bootdisk/disks/help.html.erb:1
23
+ msgid "Boot disks"
24
+ msgstr ""
25
+
26
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:24
27
+ msgid "Download generic image"
28
+ msgstr ""
29
+
30
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:33
31
+ msgid "Download host image"
32
+ msgstr ""
33
+
34
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:34
35
+ msgid "True for full, false for basic reusable image"
36
+ msgstr ""
37
+
38
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:46 ../app/controllers/foreman_bootdisk/disks_controller.rb:126 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:90
39
+ msgid "Host is not in build mode"
40
+ msgstr ""
41
+
42
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
43
+ msgid "Subnet boot disks"
44
+ msgstr ""
45
+
46
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:26
47
+ msgid "Download subnet generic image"
48
+ msgstr ""
49
+
50
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:30 ../app/controllers/foreman_bootdisk/subnet_disks_controller.rb:15
51
+ msgid "TFTP feature not enabled for subnet %s"
52
+ msgstr ""
53
+
54
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:63
55
+ msgid "Host is not in build mode."
56
+ msgstr ""
57
+
58
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:95 ../app/helpers/concerns/foreman_bootdisk/pretty_error.rb:8
59
+ msgid "Failed to render boot disk template"
60
+ msgstr ""
61
+
62
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:120 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:66
63
+ msgid "Host '%s' image"
64
+ msgstr ""
65
+
66
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:120 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:76 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:86
67
+ msgid "Full host '%s' image"
68
+ msgstr ""
69
+
70
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:132
71
+ msgid "Boot disk help"
72
+ msgstr ""
73
+
74
+ #: ../app/helpers/bootdisk_links_helper.rb:27
75
+ msgid "Boot disk Help"
76
+ msgstr ""
77
+
78
+ #: ../app/helpers/bootdisk_links_helper.rb:40 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:20 ../app/models/setting/bootdisk.rb:30 ../webpack/src/extensions/host/HostBootdiskButtons.js:65
79
+ msgid "Boot disk"
80
+ msgstr ""
81
+
82
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21 ../webpack/src/extensions/host/HostBootdiskButtons.js:54
83
+ msgid "Boot disk download not available for %s architecture"
84
+ msgstr ""
85
+
86
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:30
87
+ msgid "Subnet '%s' generic image"
88
+ msgstr ""
89
+
90
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:10
91
+ msgid "Subnet generic image"
92
+ msgstr ""
93
+
94
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:27 ../app/views/foreman_bootdisk/disks/help.html.erb:35
95
+ msgid "Generic image"
96
+ msgstr ""
97
+
98
+ #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:12 ../app/services/foreman_bootdisk/renderer.rb:53 ../app/services/foreman_bootdisk/renderer.rb:60
99
+ msgid "Unable to find template specified by %s setting"
100
+ msgstr ""
101
+
102
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
103
+ msgid "Generating ISO image for %s"
104
+ msgstr ""
105
+
106
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
107
+ msgid "Upload ISO image to datastore for %s"
108
+ msgstr ""
109
+
110
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
111
+ msgid "Attach ISO image to CDROM drive for %s"
112
+ msgstr ""
113
+
114
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
115
+ msgid "Detach ISO image from CDROM drive for %s"
116
+ msgstr ""
117
+
118
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:73
119
+ msgid "Failed to generate ISO image for instance %{name}: %{message}"
120
+ msgstr ""
121
+
122
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:82
123
+ msgid "Failed to upload ISO image for instance %{name}: %{message}"
124
+ msgstr ""
125
+
126
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:91
127
+ msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
128
+ msgstr ""
129
+
130
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:100
131
+ msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
132
+ msgstr ""
133
+
134
+ #: ../app/models/setting/bootdisk.rb:13
135
+ msgid "Path to directory containing iPXE images"
136
+ msgstr ""
137
+
138
+ #: ../app/models/setting/bootdisk.rb:13
139
+ msgid "iPXE directory"
140
+ msgstr ""
141
+
142
+ #: ../app/models/setting/bootdisk.rb:14
143
+ msgid "Path to directory containing isolinux images"
144
+ msgstr ""
145
+
146
+ #: ../app/models/setting/bootdisk.rb:14
147
+ msgid "ISOLINUX directory"
148
+ msgstr ""
149
+
150
+ #: ../app/models/setting/bootdisk.rb:15
151
+ msgid "Path to directory containing syslinux images"
152
+ msgstr ""
153
+
154
+ #: ../app/models/setting/bootdisk.rb:15
155
+ msgid "SYSLINUX directory"
156
+ msgstr ""
157
+
158
+ #: ../app/models/setting/bootdisk.rb:16
159
+ msgid "Path to directory containing grubx64.efi and shimx64.efi"
160
+ msgstr ""
161
+
162
+ #: ../app/models/setting/bootdisk.rb:16
163
+ msgid "Grub2 directory"
164
+ msgstr ""
165
+
166
+ #: ../app/models/setting/bootdisk.rb:17
167
+ msgid "iPXE template to use for host-specific boot disks"
168
+ msgstr ""
169
+
170
+ #: ../app/models/setting/bootdisk.rb:18
171
+ msgid "Host image template"
172
+ msgstr ""
173
+
174
+ #: ../app/models/setting/bootdisk.rb:19
175
+ msgid "iPXE template to use for generic host boot disks"
176
+ msgstr ""
177
+
178
+ #: ../app/models/setting/bootdisk.rb:20
179
+ msgid "Generic image template"
180
+ msgstr ""
181
+
182
+ #: ../app/models/setting/bootdisk.rb:21
183
+ msgid "Grub2 template to use for generic EFI host boot disks"
184
+ msgstr ""
185
+
186
+ #: ../app/models/setting/bootdisk.rb:22
187
+ msgid "Generic Grub2 EFI image template"
188
+ msgstr ""
189
+
190
+ #: ../app/models/setting/bootdisk.rb:23
191
+ msgid "Command to generate ISO image, use genisoimage or mkisofs"
192
+ msgstr ""
193
+
194
+ #: ../app/models/setting/bootdisk.rb:23
195
+ msgid "ISO generation command"
196
+ msgstr ""
197
+
198
+ #: ../app/models/setting/bootdisk.rb:24
199
+ msgid "Installation media files will be cached for full host images"
200
+ msgstr ""
201
+
202
+ #: ../app/models/setting/bootdisk.rb:24
203
+ msgid "Installation media caching"
204
+ msgstr ""
205
+
206
+ #: ../app/models/setting/bootdisk.rb:25
207
+ msgid "List of allowed bootdisk types, remove type to disable it"
208
+ msgstr ""
209
+
210
+ #: ../app/models/setting/bootdisk.rb:25
211
+ msgid "Allowed bootdisk types"
212
+ msgstr ""
213
+
214
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:16
215
+ msgid "Host is not in build mode, so the template cannot be rendered"
216
+ msgstr ""
217
+
218
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:42
219
+ msgid "Unable to generate disk template, %{kind} template not found."
220
+ msgstr ""
221
+
222
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:52
223
+ msgid "Unable to generate disk %{kind} template: %{error}"
224
+ msgstr ""
225
+
226
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:94
227
+ msgid "Please ensure the isolinux/syslinux package(s) are installed."
228
+ msgstr ""
229
+
230
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:111
231
+ msgid "Please ensure the ipxe-bootimgs package is installed."
232
+ msgstr ""
233
+
234
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:128
235
+ msgid "Creating new image failed, install truncate utility"
236
+ msgstr ""
237
+
238
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:129
239
+ msgid "Failed to format the ESP image via mkfs.msdos"
240
+ msgstr ""
241
+
242
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:130 ../app/services/foreman_bootdisk/iso_generator.rb:131
243
+ msgid "Failed to create a directory within the ESP image"
244
+ msgstr ""
245
+
246
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:137
247
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
248
+ msgstr ""
249
+
250
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:138
251
+ msgid "Unable to mcopy %{file}"
252
+ msgstr ""
253
+
254
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:160
255
+ msgid "ISO build failed"
256
+ msgstr ""
257
+
258
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:163
259
+ msgid "ISO hybrid conversion failed: %s"
260
+ msgstr ""
261
+
262
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:2
263
+ msgid "Back"
264
+ msgstr ""
265
+
266
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:6
267
+ msgid "Various types of boot disks can be created to provision hosts without the need for PXE services. Boot disks can be attached to the host (physical or virtual) which boots from the disk, contacts Foreman and begins the OS installation."
268
+ msgstr ""
269
+
270
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:9
271
+ msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
272
+ msgstr ""
273
+
274
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:12
275
+ msgid "Host images"
276
+ msgstr ""
277
+
278
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:14
279
+ msgid "These images are used for host. You can find them at host detail page."
280
+ msgstr ""
281
+
282
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:17
283
+ msgid "Host image"
284
+ msgstr ""
285
+
286
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:19
287
+ msgid "Per-host images contain data about a particular host registered in Foreman and set up fully static networking, avoiding the requirement for DHCP. After networking is configured, they chainload from Foreman, picking up the current OS configuration and build state from the server."
288
+ msgstr ""
289
+
290
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:22
291
+ 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."
292
+ msgstr ""
293
+
294
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
295
+ msgid "Full host image"
296
+ msgstr ""
297
+
298
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:27
299
+ 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."
300
+ msgstr ""
301
+
302
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:30
303
+ msgid "Generic images"
304
+ msgstr ""
305
+
306
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:32
307
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
308
+ msgstr ""
309
+
310
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:37
311
+ 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."
312
+ msgstr ""
313
+
314
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:40
315
+ msgid "The OS install continues using the installation media configured in Foreman, and it will typically configure static networking, depending on how the OS iPXE template is configured."
316
+ msgstr ""
317
+
318
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:43
319
+ msgid "Subnet image"
320
+ msgstr ""
321
+
322
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:45
323
+ msgid "Subnet images are similar to generic images, but chain-loading is done via the TFTP Smart Proxy assigned to the Subnet of the host. The smart proxy must have the \"Templates\" module enabled and configured."
324
+ msgstr ""
325
+
326
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:48
327
+ msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
328
+ msgstr ""
329
+
330
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:51
331
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
332
+ msgstr ""
333
+
334
+ #: ../app/views/foreman_bootdisk/host.erb:9
335
+ msgid "Host has no provisioning interface defined"
336
+ msgstr ""
337
+
338
+ #: ../app/views/foreman_bootdisk/host.erb:10
339
+ msgid "Host has no IPv4 or IPv6 address defined"
340
+ msgstr ""
341
+
342
+ #: ../app/views/foreman_bootdisk/host.erb:11
343
+ msgid "Host has no subnet defined"
344
+ msgstr ""
345
+
346
+ #: ../app/views/foreman_bootdisk/host.erb:12
347
+ msgid "Host has no domain defined"
348
+ msgstr ""
349
+
350
+ #: ../app/views/foreman_bootdisk/host.erb:19
351
+ msgid "Host bootdisk does not work with static IPv6"
352
+ msgstr ""
353
+
354
+ #: ../app/views/foreman_bootdisk/host.erb:21
355
+ msgid "Both IP and Subnet must be set"
356
+ msgstr ""
357
+
358
+ #: ../lib/foreman_bootdisk/engine.rb:60
359
+ msgid "Boot disk based"
360
+ msgstr ""
361
+
362
+ #: ../lib/foreman_bootdisk/engine.rb:61
363
+ msgid "Boot disk embedded template"
364
+ msgstr ""
365
+
366
+ #: ../webpack/src/extensions/host/HostBootdiskButtons.js:59
367
+ msgid "Not available"
368
+ msgstr ""
369
+
370
+ #: action_names.rb:2
371
+ msgid "Remote action:"
372
+ msgstr ""
373
+
374
+ #: action_names.rb:3
375
+ msgid "Import Puppet classes"
376
+ msgstr ""
377
+
378
+ #: action_names.rb:4
379
+ msgid "Import facts"
380
+ msgstr ""
381
+
382
+ #: action_names.rb:5
383
+ msgid "Action with sub plans"
384
+ msgstr ""
385
+
386
+ #: gemspec.rb:4
387
+ msgid "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure."
388
+ msgstr ""
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: foreman_bootdisk 17.0.0\n"
7
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "PO-Revision-Date: 2014-02-13 12:09+0000\n"
10
10
  "Last-Translator: Dominic Cleal <dcleal@redhat.com>\n"
@@ -15,6 +15,9 @@ msgstr ""
15
15
  "Content-Transfer-Encoding: 8bit\n"
16
16
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
17
17
 
18
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
19
+ msgstr ""
20
+
18
21
  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."
19
22
  msgstr ""
20
23
 
@@ -24,6 +27,9 @@ msgstr ""
24
27
  msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
25
28
  msgstr ""
26
29
 
30
+ msgid "Allowed bootdisk types"
31
+ msgstr ""
32
+
27
33
  msgid "Attach ISO image to CDROM drive for %s"
28
34
  msgstr ""
29
35
 
@@ -33,6 +39,9 @@ msgstr ""
33
39
  msgid "Boot disk"
34
40
  msgstr ""
35
41
 
42
+ msgid "Boot disk Help"
43
+ msgstr ""
44
+
36
45
  msgid "Boot disk based"
37
46
  msgstr ""
38
47
 
@@ -42,6 +51,9 @@ msgstr ""
42
51
  msgid "Boot disk embedded template"
43
52
  msgstr ""
44
53
 
54
+ msgid "Boot disk help"
55
+ msgstr ""
56
+
45
57
  msgid "Boot disks"
46
58
  msgstr ""
47
59
 
@@ -66,7 +78,7 @@ msgstr ""
66
78
  msgid "Download subnet generic image"
67
79
  msgstr ""
68
80
 
69
- msgid "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or copy those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
81
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
70
82
  msgstr ""
71
83
 
72
84
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
@@ -108,6 +120,9 @@ msgstr ""
108
120
  msgid "Generic image template"
109
121
  msgstr ""
110
122
 
123
+ msgid "Generic images"
124
+ msgstr ""
125
+
111
126
  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."
112
127
  msgstr ""
113
128
 
@@ -117,9 +132,6 @@ msgstr ""
117
132
  msgid "Grub2 template to use for generic EFI host boot disks"
118
133
  msgstr ""
119
134
 
120
- msgid "Help"
121
- msgstr ""
122
-
123
135
  msgid "Host '%s' image"
124
136
  msgstr ""
125
137
 
@@ -144,9 +156,18 @@ msgstr ""
144
156
  msgid "Host image template"
145
157
  msgstr ""
146
158
 
159
+ msgid "Host images"
160
+ msgstr ""
161
+
162
+ msgid "Host is not in build mode"
163
+ msgstr ""
164
+
147
165
  msgid "Host is not in build mode, so the template cannot be rendered"
148
166
  msgstr ""
149
167
 
168
+ msgid "Host is not in build mode."
169
+ msgstr ""
170
+
150
171
  msgid "ISO build failed"
151
172
  msgstr ""
152
173
 
@@ -171,6 +192,12 @@ msgstr ""
171
192
  msgid "Installation media files will be cached for full host images"
172
193
  msgstr ""
173
194
 
195
+ msgid "List of allowed bootdisk types, remove type to disable it"
196
+ msgstr ""
197
+
198
+ msgid "Not available"
199
+ msgstr ""
200
+
174
201
  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."
175
202
  msgstr ""
176
203
 
@@ -210,13 +237,13 @@ msgstr ""
210
237
  msgid "Subnet boot disks"
211
238
  msgstr ""
212
239
 
213
- msgid "Subnet image"
240
+ msgid "Subnet generic image"
214
241
  msgstr ""
215
242
 
216
- msgid "Subnet images are similar to generic images, but chain-loading is done via the TFTP Smart Proxy assigned to the Subnet of the host. The smart proxy must have the \"Templates\" module enabled and configured."
243
+ msgid "Subnet image"
217
244
  msgstr ""
218
245
 
219
- msgid "Subnet is not assigned to the host %s"
246
+ msgid "Subnet images are similar to generic images, but chain-loading is done via the TFTP Smart Proxy assigned to the Subnet of the host. The smart proxy must have the \"Templates\" module enabled and configured."
220
247
  msgstr ""
221
248
 
222
249
  msgid "TFTP feature not enabled for subnet %s"
@@ -225,9 +252,18 @@ msgstr ""
225
252
  msgid "The OS install continues using the installation media configured in Foreman, and it will typically configure static networking, depending on how the OS iPXE template is configured."
226
253
  msgstr ""
227
254
 
255
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
256
+ msgstr ""
257
+
258
+ msgid "These images are used for host. You can find them at host detail page."
259
+ msgstr ""
260
+
228
261
  msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
229
262
  msgstr ""
230
263
 
264
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
265
+ msgstr ""
266
+
231
267
  msgid "True for full, false for basic reusable image"
232
268
  msgstr ""
233
269
 
@@ -240,7 +276,7 @@ msgstr ""
240
276
  msgid "Unable to generate disk template, %{kind} template not found."
241
277
  msgstr ""
242
278
 
243
- msgid "Unable to mcopy %{path}"
279
+ msgid "Unable to mcopy %{file}"
244
280
  msgstr ""
245
281
 
246
282
  msgid "Upload ISO image to datastore for %s"
File without changes