foreman_bootdisk 16.0.0 → 18.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/rubocop.yaml +19 -0
- data/.tx/config +1 -1
- data/AUTHORS +9 -1
- data/README.md +11 -3
- data/app/controllers/concerns/allowed_actions.rb +16 -0
- data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +15 -8
- data/app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb +16 -4
- data/app/controllers/foreman_bootdisk/disks_controller.rb +29 -23
- data/app/controllers/foreman_bootdisk/subnet_disks_controller.rb +41 -0
- data/app/helpers/bootdisk_links_helper.rb +46 -0
- data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +58 -44
- data/app/helpers/concerns/foreman_bootdisk/pretty_error.rb +13 -0
- data/app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb +45 -0
- data/app/helpers/disk_helper.rb +8 -0
- data/app/lib/foreman_bootdisk/scope/bootdisk.rb +28 -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 +13 -6
- data/app/models/concerns/foreman_bootdisk/orchestration/compute.rb +38 -22
- data/app/models/setting/bootdisk.rb +14 -1
- data/app/services/foreman_bootdisk/iso_generator.rb +134 -56
- data/app/services/foreman_bootdisk/renderer.rb +36 -19
- data/app/views/foreman_bootdisk/disks/help.html.erb +16 -4
- data/app/views/foreman_bootdisk/generic_efi_host.erb +68 -0
- data/app/views/foreman_bootdisk/host.erb +7 -0
- data/app/views/subnets/_bootdisk_action_buttons.erb +1 -0
- data/app/views/subnets/_bootdisk_title_buttons.erb +1 -0
- data/config/routes.rb +1 -1
- data/db/seeds.d/50-bootdisk_templates.rb +1 -0
- data/lib/foreman_bootdisk/engine.rb +18 -8
- data/lib/foreman_bootdisk/version.rb +1 -1
- data/lib/tasks/bootdisk.rake +10 -24
- data/locale/action_names.rb +5 -0
- data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ca/foreman_bootdisk.po +76 -13
- data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/de/foreman_bootdisk.po +81 -18
- data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en/foreman_bootdisk.po +71 -8
- data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en_GB/foreman_bootdisk.po +79 -16
- data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/es/foreman_bootdisk.po +92 -28
- data/locale/foreman_bootdisk.pot +164 -71
- data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/fr/foreman_bootdisk.po +100 -36
- data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/it/foreman_bootdisk.po +78 -15
- data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ja/foreman_bootdisk.po +90 -26
- data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ko/foreman_bootdisk.po +79 -16
- data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/pt_BR/foreman_bootdisk.po +99 -36
- data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ru/foreman_bootdisk.po +79 -16
- data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/sv_SE/foreman_bootdisk.po +75 -12
- data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_CN/foreman_bootdisk.po +131 -68
- data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_TW/foreman_bootdisk.po +79 -16
- 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 +60 -30
- data/test/functional/foreman_bootdisk/subnet_disks_controller_test.rb +51 -0
- data/test/test_plugin_helper.rb +21 -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 +6 -7
- metadata +21 -37
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: 2021-09-24 08:11+0200\n"
|
12
|
+
"PO-Revision-Date: 2021-09-24 08:11+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,144 +18,184 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
20
|
|
21
|
-
#: ../app/controllers/
|
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:
|
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:
|
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:
|
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/
|
39
|
-
|
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:
|
47
|
-
#: ../app/controllers/foreman_bootdisk/
|
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
|
-
msgid "
|
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:
|
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/
|
60
|
-
|
61
|
-
#: ../app/models/setting/bootdisk.rb:32
|
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/
|
66
|
-
|
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 "
|
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:
|
74
|
-
|
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:
|
79
|
-
msgid "
|
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:
|
83
|
-
|
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/
|
87
|
-
msgid "Subnet
|
96
|
+
#: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:10
|
97
|
+
msgid "Subnet generic image"
|
88
98
|
msgstr ""
|
89
99
|
|
90
|
-
#: ../app/
|
91
|
-
#: ../app/
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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/
|
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:
|
147
|
+
#: ../app/models/setting/bootdisk.rb:13
|
124
148
|
msgid "iPXE directory"
|
125
149
|
msgstr ""
|
126
150
|
|
127
|
-
#: ../app/models/setting/bootdisk.rb:
|
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:
|
155
|
+
#: ../app/models/setting/bootdisk.rb:14
|
132
156
|
msgid "ISOLINUX directory"
|
133
157
|
msgstr ""
|
134
158
|
|
135
|
-
#: ../app/models/setting/bootdisk.rb:
|
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:
|
163
|
+
#: ../app/models/setting/bootdisk.rb:15
|
140
164
|
msgid "SYSLINUX directory"
|
141
165
|
msgstr ""
|
142
166
|
|
143
|
-
#: ../app/models/setting/bootdisk.rb:
|
167
|
+
#: ../app/models/setting/bootdisk.rb:16
|
168
|
+
msgid "Path to directory containing grubx64.efi and shimx64.efi"
|
169
|
+
msgstr ""
|
170
|
+
|
171
|
+
#: ../app/models/setting/bootdisk.rb:16
|
172
|
+
msgid "Grub2 directory"
|
173
|
+
msgstr ""
|
174
|
+
|
175
|
+
#: ../app/models/setting/bootdisk.rb:17
|
144
176
|
msgid "iPXE template to use for host-specific boot disks"
|
145
177
|
msgstr ""
|
146
178
|
|
147
|
-
#: ../app/models/setting/bootdisk.rb:
|
179
|
+
#: ../app/models/setting/bootdisk.rb:18
|
148
180
|
msgid "Host image template"
|
149
181
|
msgstr ""
|
150
182
|
|
151
|
-
#: ../app/models/setting/bootdisk.rb:
|
183
|
+
#: ../app/models/setting/bootdisk.rb:19
|
152
184
|
msgid "iPXE template to use for generic host boot disks"
|
153
185
|
msgstr ""
|
154
186
|
|
155
|
-
#: ../app/models/setting/bootdisk.rb:
|
187
|
+
#: ../app/models/setting/bootdisk.rb:20
|
156
188
|
msgid "Generic image template"
|
157
189
|
msgstr ""
|
158
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
|
+
|
159
199
|
#: ../app/models/setting/bootdisk.rb:23
|
160
200
|
msgid "Command to generate ISO image, use genisoimage or mkisofs"
|
161
201
|
msgstr ""
|
@@ -172,32 +212,61 @@ msgstr ""
|
|
172
212
|
msgid "Installation media caching"
|
173
213
|
msgstr ""
|
174
214
|
|
175
|
-
#: ../app/
|
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:
|
180
|
-
msgid "Unable to generate disk template,
|
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:
|
184
|
-
msgid "Unable to generate disk
|
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:
|
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:
|
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:
|
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:
|
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
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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,16 +394,16 @@ msgstr ""
|
|
301
394
|
msgid "Both IP and Subnet must be set"
|
302
395
|
msgstr ""
|
303
396
|
|
304
|
-
#: ../lib/foreman_bootdisk/engine.rb:
|
397
|
+
#: ../lib/foreman_bootdisk/engine.rb:58
|
305
398
|
msgid "Boot disk based"
|
306
399
|
msgstr ""
|
307
400
|
|
308
|
-
#: ../lib/foreman_bootdisk/engine.rb:
|
401
|
+
#: ../lib/foreman_bootdisk/engine.rb:59
|
309
402
|
msgid "Boot disk embedded template"
|
310
403
|
msgstr ""
|
311
404
|
|
312
405
|
#: action_names.rb:2
|
313
|
-
msgid "
|
406
|
+
msgid "Remote action:"
|
314
407
|
msgstr ""
|
315
408
|
|
316
409
|
#: action_names.rb:3
|
@@ -318,11 +411,11 @@ msgid "Import Puppet classes"
|
|
318
411
|
msgstr ""
|
319
412
|
|
320
413
|
#: action_names.rb:4
|
321
|
-
msgid "
|
414
|
+
msgid "Import facts"
|
322
415
|
msgstr ""
|
323
416
|
|
324
417
|
#: action_names.rb:5
|
325
|
-
msgid "
|
418
|
+
msgid "Action with sub plans"
|
326
419
|
msgstr ""
|
327
420
|
|
328
421
|
#: gemspec.rb:4
|
Binary file
|