foreman_bootdisk 16.1.0 → 18.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rubocop.yaml +19 -0
  3. data/.tx/config +1 -1
  4. data/AUTHORS +5 -0
  5. data/README.md +11 -3
  6. data/app/controllers/concerns/allowed_actions.rb +16 -0
  7. data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +15 -8
  8. data/app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb +16 -4
  9. data/app/controllers/foreman_bootdisk/disks_controller.rb +29 -23
  10. data/app/controllers/foreman_bootdisk/subnet_disks_controller.rb +41 -0
  11. data/app/helpers/bootdisk_links_helper.rb +46 -0
  12. data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +58 -44
  13. data/app/helpers/concerns/foreman_bootdisk/pretty_error.rb +13 -0
  14. data/app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb +45 -0
  15. data/app/helpers/disk_helper.rb +8 -0
  16. data/app/lib/foreman_bootdisk/scope/bootdisk.rb +28 -1
  17. data/app/lib/foreman_bootdisk/scope/full_host_bootdisk_efi.rb +15 -0
  18. data/app/models/concerns/foreman_bootdisk/compute_resources/vmware.rb +10 -1
  19. data/app/models/concerns/foreman_bootdisk/host_ext.rb +9 -6
  20. data/app/models/concerns/foreman_bootdisk/orchestration/compute.rb +38 -22
  21. data/app/models/setting/bootdisk.rb +14 -1
  22. data/app/services/foreman_bootdisk/iso_generator.rb +134 -56
  23. data/app/services/foreman_bootdisk/renderer.rb +36 -19
  24. data/app/views/foreman_bootdisk/disks/help.html.erb +16 -4
  25. data/app/views/foreman_bootdisk/generic_efi_host.erb +68 -0
  26. data/app/views/foreman_bootdisk/host.erb +7 -0
  27. data/app/views/subnets/_bootdisk_action_buttons.erb +1 -0
  28. data/app/views/subnets/_bootdisk_title_buttons.erb +1 -0
  29. data/config/routes.rb +1 -1
  30. data/db/seeds.d/50-bootdisk_templates.rb +1 -0
  31. data/lib/foreman_bootdisk/engine.rb +12 -2
  32. data/lib/foreman_bootdisk/version.rb +1 -1
  33. data/lib/tasks/bootdisk.rake +10 -24
  34. data/locale/action_names.rb +5 -0
  35. data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  36. data/locale/ca/foreman_bootdisk.po +74 -11
  37. data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  38. data/locale/de/foreman_bootdisk.po +81 -17
  39. data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  40. data/locale/en/foreman_bootdisk.po +71 -8
  41. data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  42. data/locale/en_GB/foreman_bootdisk.po +75 -12
  43. data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  44. data/locale/es/foreman_bootdisk.po +88 -24
  45. data/locale/foreman_bootdisk.pot +167 -74
  46. data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  47. data/locale/fr/foreman_bootdisk.po +96 -32
  48. data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  49. data/locale/it/foreman_bootdisk.po +75 -12
  50. data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  51. data/locale/ja/foreman_bootdisk.po +86 -22
  52. data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  53. data/locale/ko/foreman_bootdisk.po +75 -12
  54. data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  55. data/locale/pt_BR/foreman_bootdisk.po +96 -33
  56. data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  57. data/locale/ru/foreman_bootdisk.po +75 -12
  58. data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  59. data/locale/sv_SE/foreman_bootdisk.po +75 -12
  60. data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  61. data/locale/zh_CN/foreman_bootdisk.po +129 -66
  62. data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  63. data/locale/zh_TW/foreman_bootdisk.po +75 -12
  64. data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +51 -17
  65. data/test/functional/foreman_bootdisk/api/v2/subnet_disks_controller_test.rb +23 -10
  66. data/test/functional/foreman_bootdisk/disks_controller_test.rb +60 -30
  67. data/test/functional/foreman_bootdisk/subnet_disks_controller_test.rb +51 -0
  68. data/test/test_plugin_helper.rb +21 -3
  69. data/test/unit/concerns/host_test.rb +1 -1
  70. data/test/unit/concerns/orchestration/compute_test.rb +32 -13
  71. data/test/unit/foreman_bootdisk/renderer_test.rb +1 -1
  72. data/test/unit/iso_generator_test.rb +6 -7
  73. metadata +21 -36
@@ -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: 2020-03-12 13:11+0100\n"
12
- "PO-Revision-Date: 2020-03-12 13:11+0100\n"
11
+ "POT-Creation-Date: 2021-11-09 16:22+0100\n"
12
+ "PO-Revision-Date: 2021-11-09 16:22+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,186 +18,255 @@ 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:19
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:21
22
26
  #: ../app/views/foreman_bootdisk/disks/help.html.erb:1
23
27
  msgid "Boot disks"
24
28
  msgstr ""
25
29
 
26
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:22
30
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:24
27
31
  msgid "Download generic image"
28
32
  msgstr ""
29
33
 
30
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:30
34
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:33
31
35
  msgid "Download host image"
32
36
  msgstr ""
33
37
 
34
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:31
38
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:34
35
39
  msgid "True for full, false for basic reusable image"
36
40
  msgstr ""
37
41
 
38
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:20
39
- msgid "Subnet boot disks"
42
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:46
43
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:90
44
+ msgid "Host is not in build mode"
40
45
  msgstr ""
41
46
 
42
47
  #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
48
+ msgid "Subnet boot disks"
49
+ msgstr ""
50
+
51
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:26
43
52
  msgid "Download subnet generic image"
44
53
  msgstr ""
45
54
 
46
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:27
47
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:53
55
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:30
56
+ #: ../app/controllers/foreman_bootdisk/subnet_disks_controller.rb:15
48
57
  msgid "TFTP feature not enabled for subnet %s"
49
58
  msgstr ""
50
59
 
51
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:52
52
- msgid "Subnet is not assigned to the host %s"
60
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:63
61
+ msgid "Host is not in build mode."
53
62
  msgstr ""
54
63
 
55
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:79
64
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:77
65
+ #: ../app/helpers/concerns/foreman_bootdisk/pretty_error.rb:8
56
66
  msgid "Failed to render boot disk template"
57
67
  msgstr ""
58
68
 
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:25
62
- msgid "Boot disk"
69
+ #: ../app/helpers/bootdisk_links_helper.rb:27
70
+ msgid "Boot disk Help"
63
71
  msgstr ""
64
72
 
65
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:12
66
- msgid "Host '%s' image"
73
+ #: ../app/helpers/bootdisk_links_helper.rb:40
74
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:20
75
+ #: ../app/models/setting/bootdisk.rb:30
76
+ msgid "Boot disk"
67
77
  msgstr ""
68
78
 
69
79
  #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21
70
- msgid "Full host '%s' image"
80
+ msgid "Boot disk download not available for %s architecture"
71
81
  msgstr ""
72
82
 
73
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:31
74
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
75
- msgid "Generic image"
83
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:30
84
+ msgid "Subnet '%s' generic image"
76
85
  msgstr ""
77
86
 
78
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:41
79
- msgid "Help"
87
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:66
88
+ msgid "Host '%s' image"
80
89
  msgstr ""
81
90
 
82
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:61
83
- msgid "Boot disk download not available for %s architecture"
91
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:76
92
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:86
93
+ msgid "Full host '%s' image"
84
94
  msgstr ""
85
95
 
86
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:70
87
- msgid "Subnet '%s' generic image"
96
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:10
97
+ msgid "Subnet generic image"
88
98
  msgstr ""
89
99
 
90
- #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:13
91
- #: ../app/services/foreman_bootdisk/renderer.rb:43
100
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:27
101
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:35
102
+ msgid "Generic image"
103
+ msgstr ""
104
+
105
+ #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:12
106
+ #: ../app/services/foreman_bootdisk/renderer.rb:53
107
+ #: ../app/services/foreman_bootdisk/renderer.rb:60
92
108
  msgid "Unable to find template specified by %s setting"
93
109
  msgstr ""
94
110
 
95
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:27
111
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
96
112
  msgid "Generating ISO image for %s"
97
113
  msgstr ""
98
114
 
99
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:29
115
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
100
116
  msgid "Upload ISO image to datastore for %s"
101
117
  msgstr ""
102
118
 
103
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:31
119
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
104
120
  msgid "Attach ISO image to CDROM drive for %s"
105
121
  msgstr ""
106
122
 
107
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:53
123
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
124
+ msgid "Detach ISO image from CDROM drive for %s"
125
+ msgstr ""
126
+
127
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:73
108
128
  msgid "Failed to generate ISO image for instance %{name}: %{message}"
109
129
  msgstr ""
110
130
 
111
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:62
131
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:82
112
132
  msgid "Failed to upload ISO image for instance %{name}: %{message}"
113
133
  msgstr ""
114
134
 
115
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:71
135
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:91
116
136
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
117
137
  msgstr ""
118
138
 
119
- #: ../app/models/setting/bootdisk.rb:12
139
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:100
140
+ msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
141
+ msgstr ""
142
+
143
+ #: ../app/models/setting/bootdisk.rb:13
120
144
  msgid "Path to directory containing iPXE images"
121
145
  msgstr ""
122
146
 
123
- #: ../app/models/setting/bootdisk.rb:12
147
+ #: ../app/models/setting/bootdisk.rb:13
124
148
  msgid "iPXE directory"
125
149
  msgstr ""
126
150
 
127
- #: ../app/models/setting/bootdisk.rb:13
151
+ #: ../app/models/setting/bootdisk.rb:14
128
152
  msgid "Path to directory containing isolinux images"
129
153
  msgstr ""
130
154
 
131
- #: ../app/models/setting/bootdisk.rb:13
155
+ #: ../app/models/setting/bootdisk.rb:14
132
156
  msgid "ISOLINUX directory"
133
157
  msgstr ""
134
158
 
135
- #: ../app/models/setting/bootdisk.rb:14
159
+ #: ../app/models/setting/bootdisk.rb:15
136
160
  msgid "Path to directory containing syslinux images"
137
161
  msgstr ""
138
162
 
139
- #: ../app/models/setting/bootdisk.rb:14
163
+ #: ../app/models/setting/bootdisk.rb:15
140
164
  msgid "SYSLINUX directory"
141
165
  msgstr ""
142
166
 
143
- #: ../app/models/setting/bootdisk.rb:15
144
- msgid "iPXE template to use for host-specific boot disks"
167
+ #: ../app/models/setting/bootdisk.rb:16
168
+ msgid "Path to directory containing grubx64.efi and shimx64.efi"
145
169
  msgstr ""
146
170
 
147
171
  #: ../app/models/setting/bootdisk.rb:16
148
- msgid "Host image template"
172
+ msgid "Grub2 directory"
149
173
  msgstr ""
150
174
 
151
175
  #: ../app/models/setting/bootdisk.rb:17
152
- msgid "iPXE template to use for generic host boot disks"
176
+ msgid "iPXE template to use for host-specific boot disks"
153
177
  msgstr ""
154
178
 
155
179
  #: ../app/models/setting/bootdisk.rb:18
156
- msgid "Generic image template"
180
+ msgid "Host image template"
157
181
  msgstr ""
158
182
 
159
183
  #: ../app/models/setting/bootdisk.rb:19
184
+ msgid "iPXE template to use for generic host boot disks"
185
+ msgstr ""
186
+
187
+ #: ../app/models/setting/bootdisk.rb:20
188
+ msgid "Generic image template"
189
+ msgstr ""
190
+
191
+ #: ../app/models/setting/bootdisk.rb:21
192
+ msgid "Grub2 template to use for generic EFI host boot disks"
193
+ msgstr ""
194
+
195
+ #: ../app/models/setting/bootdisk.rb:22
196
+ msgid "Generic Grub2 EFI image template"
197
+ msgstr ""
198
+
199
+ #: ../app/models/setting/bootdisk.rb:23
160
200
  msgid "Command to generate ISO image, use genisoimage or mkisofs"
161
201
  msgstr ""
162
202
 
163
- #: ../app/models/setting/bootdisk.rb:19
203
+ #: ../app/models/setting/bootdisk.rb:23
164
204
  msgid "ISO generation command"
165
205
  msgstr ""
166
206
 
167
- #: ../app/models/setting/bootdisk.rb:20
207
+ #: ../app/models/setting/bootdisk.rb:24
168
208
  msgid "Installation media files will be cached for full host images"
169
209
  msgstr ""
170
210
 
171
- #: ../app/models/setting/bootdisk.rb:20
211
+ #: ../app/models/setting/bootdisk.rb:24
172
212
  msgid "Installation media caching"
173
213
  msgstr ""
174
214
 
175
- #: ../app/services/foreman_bootdisk/iso_generator.rb:14
215
+ #: ../app/models/setting/bootdisk.rb:25
216
+ msgid "List of allowed bootdisk types, remove type to disable it"
217
+ msgstr ""
218
+
219
+ #: ../app/models/setting/bootdisk.rb:25
220
+ msgid "Allowed bootdisk types"
221
+ msgstr ""
222
+
223
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:16
176
224
  msgid "Host is not in build mode, so the template cannot be rendered"
177
225
  msgstr ""
178
226
 
179
- #: ../app/services/foreman_bootdisk/iso_generator.rb:33
180
- msgid "Unable to generate disk template, PXELinux template not found."
227
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:42
228
+ msgid "Unable to generate disk template, %{kind} template not found."
181
229
  msgstr ""
182
230
 
183
- #: ../app/services/foreman_bootdisk/iso_generator.rb:43
184
- msgid "Unable to generate disk PXELinux template: %s"
231
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:52
232
+ msgid "Unable to generate disk %{kind} template: %{error}"
185
233
  msgstr ""
186
234
 
187
- #: ../app/services/foreman_bootdisk/iso_generator.rb:62
235
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:94
188
236
  msgid "Please ensure the isolinux/syslinux package(s) are installed."
189
237
  msgstr ""
190
238
 
191
- #: ../app/services/foreman_bootdisk/iso_generator.rb:79
239
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:111
192
240
  msgid "Please ensure the ipxe-bootimgs package is installed."
193
241
  msgstr ""
194
242
 
195
- #: ../app/services/foreman_bootdisk/iso_generator.rb:98
243
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:128
244
+ msgid "Creating new image failed, install truncate utility"
245
+ msgstr ""
246
+
247
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:129
248
+ msgid "Failed to format the ESP image via mkfs.msdos"
249
+ msgstr ""
250
+
251
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:130
252
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:131
253
+ msgid "Failed to create a directory within the ESP image"
254
+ msgstr ""
255
+
256
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:137
257
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
258
+ msgstr ""
259
+
260
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:138
261
+ msgid "Unable to mcopy %{file}"
262
+ msgstr ""
263
+
264
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:160
196
265
  msgid "ISO build failed"
197
266
  msgstr ""
198
267
 
199
- #: ../app/services/foreman_bootdisk/iso_generator.rb:101
200
- msgid "ISO hybrid conversion failed"
268
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:163
269
+ msgid "ISO hybrid conversion failed: %s"
201
270
  msgstr ""
202
271
 
203
272
  #: ../app/views/foreman_bootdisk/disks/help.html.erb:2
@@ -218,10 +287,18 @@ msgid ""
218
287
  msgstr ""
219
288
 
220
289
  #: ../app/views/foreman_bootdisk/disks/help.html.erb:12
221
- msgid "Host image"
290
+ msgid "Host images"
222
291
  msgstr ""
223
292
 
224
293
  #: ../app/views/foreman_bootdisk/disks/help.html.erb:14
294
+ msgid "These images are used for host. You can find them at host detail page."
295
+ msgstr ""
296
+
297
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:17
298
+ msgid "Host image"
299
+ msgstr ""
300
+
301
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:19
225
302
  msgid ""
226
303
  "Per-host images contain data about a particular host registered in Foreman and"
227
304
  " set up fully static networking, avoiding the requirement for DHCP. After net"
@@ -229,18 +306,18 @@ msgid ""
229
306
  "configuration and build state from the server."
230
307
  msgstr ""
231
308
 
232
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:17
309
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:22
233
310
  msgid ""
234
311
  "Once chainloaded, the OS bootloader and installer are downloaded directly from"
235
312
  " the installation media configured in Foreman, and the provisioning script (ki"
236
313
  "ckstart/preseed) is downloaded from Foreman."
237
314
  msgstr ""
238
315
 
239
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:20
316
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
240
317
  msgid "Full host image"
241
318
  msgstr ""
242
319
 
243
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:22
320
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:27
244
321
  msgid ""
245
322
  "A variant of the per-host image which contains the OS bootloader embedded insi"
246
323
  "de the disk. This may be useful if chainloading fails on certain hardware, bu"
@@ -248,35 +325,51 @@ msgid ""
248
325
  ", bootloader or PXELinux templates."
249
326
  msgstr ""
250
327
 
251
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:27
328
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:30
329
+ msgid "Generic images"
330
+ msgstr ""
331
+
332
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:32
333
+ msgid ""
334
+ "These images are more generic than previous images. You can find them at subne"
335
+ "t index page."
336
+ msgstr ""
337
+
338
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:37
252
339
  msgid ""
253
340
  "Generic images are a reusable disk image that works for any host registered in"
254
341
  " Foreman. It requires a basic DHCP and DNS service to function and contact th"
255
342
  "e server, but does not require DHCP reservations or static IP addresses."
256
343
  msgstr ""
257
344
 
258
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:30
345
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:40
259
346
  msgid ""
260
347
  "The OS install continues using the installation media configured in Foreman, a"
261
348
  "nd it will typically configure static networking, depending on how the OS iPXE"
262
349
  " template is configured."
263
350
  msgstr ""
264
351
 
265
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:33
352
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:43
266
353
  msgid "Subnet image"
267
354
  msgstr ""
268
355
 
269
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:35
356
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:45
270
357
  msgid ""
271
358
  "Subnet images are similar to generic images, but chain-loading is done via the"
272
359
  " TFTP Smart Proxy assigned to the Subnet of the host. The smart proxy must hav"
273
360
  "e the \"Templates\" module enabled and configured."
274
361
  msgstr ""
275
362
 
276
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:38
363
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:48
277
364
  msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
278
365
  msgstr ""
279
366
 
367
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:51
368
+ msgid ""
369
+ "* - These bootdisk types were disabled, you can enable them in Administer - Se"
370
+ "ttings."
371
+ msgstr ""
372
+
280
373
  #: ../app/views/foreman_bootdisk/host.erb:9
281
374
  msgid "Host has no provisioning interface defined"
282
375
  msgstr ""
@@ -301,11 +394,11 @@ msgstr ""
301
394
  msgid "Both IP and Subnet must be set"
302
395
  msgstr ""
303
396
 
304
- #: ../lib/foreman_bootdisk/engine.rb:54
397
+ #: ../lib/foreman_bootdisk/engine.rb:58
305
398
  msgid "Boot disk based"
306
399
  msgstr ""
307
400
 
308
- #: ../lib/foreman_bootdisk/engine.rb:55
401
+ #: ../lib/foreman_bootdisk/engine.rb:59
309
402
  msgid "Boot disk embedded template"
310
403
  msgstr ""
311
404
 
@@ -314,11 +407,11 @@ msgid "Remote action:"
314
407
  msgstr ""
315
408
 
316
409
  #: action_names.rb:3
317
- msgid "Import facts"
410
+ msgid "Import Puppet classes"
318
411
  msgstr ""
319
412
 
320
413
  #: action_names.rb:4
321
- msgid "Import Puppet classes"
414
+ msgid "Import facts"
322
415
  msgstr ""
323
416
 
324
417
  #: action_names.rb:5