foreman_bootdisk 21.2.3 → 22.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_bootdisk/locale/ca/foreman_bootdisk.js +108 -120
- data/app/assets/javascripts/foreman_bootdisk/locale/cs_CZ/foreman_bootdisk.js +105 -117
- data/app/assets/javascripts/foreman_bootdisk/locale/de/foreman_bootdisk.js +158 -170
- data/app/assets/javascripts/foreman_bootdisk/locale/en/foreman_bootdisk.js +85 -97
- data/app/assets/javascripts/foreman_bootdisk/locale/en_GB/foreman_bootdisk.js +157 -169
- data/app/assets/javascripts/foreman_bootdisk/locale/es/foreman_bootdisk.js +158 -170
- data/app/assets/javascripts/foreman_bootdisk/locale/fr/foreman_bootdisk.js +158 -170
- data/app/assets/javascripts/foreman_bootdisk/locale/it/foreman_bootdisk.js +118 -130
- data/app/assets/javascripts/foreman_bootdisk/locale/ja/foreman_bootdisk.js +157 -169
- data/app/assets/javascripts/foreman_bootdisk/locale/ka/foreman_bootdisk.js +157 -169
- data/app/assets/javascripts/foreman_bootdisk/locale/ko/foreman_bootdisk.js +158 -170
- data/app/assets/javascripts/foreman_bootdisk/locale/pt_BR/foreman_bootdisk.js +157 -169
- data/app/assets/javascripts/foreman_bootdisk/locale/ru/foreman_bootdisk.js +131 -143
- data/app/assets/javascripts/foreman_bootdisk/locale/sv_SE/foreman_bootdisk.js +103 -115
- data/app/assets/javascripts/foreman_bootdisk/locale/zh_CN/foreman_bootdisk.js +156 -168
- data/app/assets/javascripts/foreman_bootdisk/locale/zh_TW/foreman_bootdisk.js +129 -141
- data/app/lib/foreman_bootdisk/scope/bootdisk.rb +0 -42
- data/app/lib/foreman_bootdisk/template_helpers.rb +48 -0
- data/app/services/foreman_bootdisk/iso_generator.rb +1 -1
- data/config/initializers/inflections.rb +5 -0
- data/db/migrate/20131021095100_edit_host_bootdisk_template_dns_secondary.rb +1 -1
- data/lib/foreman_bootdisk/engine.rb +102 -107
- data/lib/foreman_bootdisk/engine.rb.orig +106 -109
- data/lib/foreman_bootdisk/version.rb +1 -1
- data/locale/Makefile +12 -2
- data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ca/foreman_bootdisk.edit.po +1 -1
- data/locale/ca/foreman_bootdisk.po +1 -13
- data/locale/cs_CZ/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/cs_CZ/foreman_bootdisk.edit.po +32 -34
- data/locale/cs_CZ/foreman_bootdisk.po +30 -40
- data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/de/foreman_bootdisk.edit.po +3 -3
- data/locale/de/foreman_bootdisk.po +3 -15
- data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en/foreman_bootdisk.edit.po +1 -1
- data/locale/en/foreman_bootdisk.po +9 -19
- data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en_GB/foreman_bootdisk.edit.po +1 -1
- data/locale/en_GB/foreman_bootdisk.po +1 -13
- data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/es/foreman_bootdisk.edit.po +1 -1
- data/locale/es/foreman_bootdisk.po +6 -16
- data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/fr/foreman_bootdisk.edit.po +3 -3
- data/locale/fr/foreman_bootdisk.po +6 -16
- data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/it/foreman_bootdisk.edit.po +1 -1
- data/locale/it/foreman_bootdisk.po +1 -13
- data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ja/foreman_bootdisk.edit.po +14 -15
- data/locale/ja/foreman_bootdisk.po +7 -18
- data/locale/ka/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ka/foreman_bootdisk.edit.po +1 -1
- data/locale/ka/foreman_bootdisk.po +1 -13
- data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ko/foreman_bootdisk.edit.po +1 -1
- data/locale/ko/foreman_bootdisk.po +47 -59
- data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/pt_BR/foreman_bootdisk.edit.po +1 -1
- data/locale/pt_BR/foreman_bootdisk.po +1 -13
- data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ru/foreman_bootdisk.edit.po +1 -1
- data/locale/ru/foreman_bootdisk.po +1 -13
- data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/sv_SE/foreman_bootdisk.edit.po +1 -1
- data/locale/sv_SE/foreman_bootdisk.po +1 -13
- data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_CN/foreman_bootdisk.edit.po +2 -2
- data/locale/zh_CN/foreman_bootdisk.po +2 -14
- data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_TW/foreman_bootdisk.edit.po +1 -1
- data/locale/zh_TW/foreman_bootdisk.po +1 -13
- metadata +5 -4
- data/locale/action_names.rb +0 -5
@@ -3,11 +3,11 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_bootdisk": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_bootdisk
|
6
|
+
"Project-Id-Version": "foreman_bootdisk 1.0.0",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
|
-
"PO-Revision-Date": "
|
9
|
-
"Last-Translator": "
|
10
|
-
"Language-Team": "
|
8
|
+
"PO-Revision-Date": "2024-09-19 13:05+0200",
|
9
|
+
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
10
|
+
"Language-Team": "LANGUAGE <LL@li.org>",
|
11
11
|
"Language": "",
|
12
12
|
"MIME-Version": "1.0",
|
13
13
|
"Content-Type": "text/plain; charset=UTF-8",
|
@@ -17,262 +17,250 @@
|
|
17
17
|
"domain": "foreman_bootdisk",
|
18
18
|
"plural_forms": "nplurals=INTEGER; plural=EXPRESSION;"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
""
|
22
|
-
],
|
23
|
-
"Boot disks": [
|
24
|
-
""
|
25
|
-
],
|
26
|
-
"Download generic image": [
|
27
|
-
""
|
28
|
-
],
|
29
|
-
"Download host image": [
|
20
|
+
"* - These bootdisk types were disabled, you can enable them in Administer - Settings.": [
|
30
21
|
""
|
31
22
|
],
|
32
|
-
"
|
23
|
+
"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.": [
|
33
24
|
""
|
34
25
|
],
|
35
|
-
"
|
26
|
+
"All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`.": [
|
36
27
|
""
|
37
28
|
],
|
38
|
-
"
|
29
|
+
"Allowed bootdisk types": [
|
39
30
|
""
|
40
31
|
],
|
41
|
-
"
|
32
|
+
"Attach ISO image to CDROM drive for %s": [
|
42
33
|
""
|
43
34
|
],
|
44
|
-
"
|
35
|
+
"Back": [
|
45
36
|
""
|
46
37
|
],
|
47
|
-
"
|
38
|
+
"Boot disk": [
|
48
39
|
""
|
49
40
|
],
|
50
|
-
"
|
41
|
+
"Boot disk Help": [
|
51
42
|
""
|
52
43
|
],
|
53
|
-
"
|
44
|
+
"Boot disk based": [
|
54
45
|
""
|
55
46
|
],
|
56
|
-
"
|
47
|
+
"Boot disk download not available for %s architecture": [
|
57
48
|
""
|
58
49
|
],
|
59
50
|
"Boot disk help": [
|
60
51
|
""
|
61
52
|
],
|
62
|
-
"Boot
|
63
|
-
""
|
64
|
-
],
|
65
|
-
"Boot disk": [
|
53
|
+
"Boot disks": [
|
66
54
|
""
|
67
55
|
],
|
68
|
-
"
|
56
|
+
"Command to generate ISO image, use genisoimage or mkisofs": [
|
69
57
|
""
|
70
58
|
],
|
71
|
-
"
|
59
|
+
"Creating new image failed, install truncate utility": [
|
72
60
|
""
|
73
61
|
],
|
74
|
-
"
|
62
|
+
"Detach ISO image from CDROM drive for %s": [
|
75
63
|
""
|
76
64
|
],
|
77
|
-
"
|
65
|
+
"Download generic image": [
|
78
66
|
""
|
79
67
|
],
|
80
|
-
"
|
68
|
+
"Download host image": [
|
81
69
|
""
|
82
70
|
],
|
83
|
-
"
|
71
|
+
"Download subnet generic image": [
|
84
72
|
""
|
85
73
|
],
|
86
|
-
"
|
74
|
+
"Ensure %{file} is readable (or update \\\"Grub2 directory\\\" setting)": [
|
87
75
|
""
|
88
76
|
],
|
89
|
-
"
|
77
|
+
"Failed to attach ISO image to CDROM drive of instance %{name}: %{message}": [
|
90
78
|
""
|
91
79
|
],
|
92
|
-
"
|
80
|
+
"Failed to create a directory within the ESP image": [
|
93
81
|
""
|
94
82
|
],
|
95
|
-
"Failed to
|
83
|
+
"Failed to detach ISO image from CDROM drive of instance %{name}: %{message}": [
|
96
84
|
""
|
97
85
|
],
|
98
|
-
"Failed to
|
86
|
+
"Failed to format the ESP image via mkfs.msdos": [
|
99
87
|
""
|
100
88
|
],
|
101
|
-
"Failed to
|
89
|
+
"Failed to generate ISO image for instance %{name}: %{message}": [
|
102
90
|
""
|
103
91
|
],
|
104
|
-
"Failed to
|
92
|
+
"Failed to render boot disk template": [
|
105
93
|
""
|
106
94
|
],
|
107
|
-
"
|
95
|
+
"Failed to upload ISO image for instance %{name}: %{message}": [
|
108
96
|
""
|
109
97
|
],
|
110
|
-
"
|
98
|
+
"Full host '%s' image": [
|
111
99
|
""
|
112
100
|
],
|
113
|
-
"
|
101
|
+
"Full host image": [
|
114
102
|
""
|
115
103
|
],
|
116
|
-
"
|
104
|
+
"Generating ISO image for %s": [
|
117
105
|
""
|
118
106
|
],
|
119
|
-
"
|
107
|
+
"Generic Grub2 EFI image template": [
|
120
108
|
""
|
121
109
|
],
|
122
|
-
"
|
110
|
+
"Generic image": [
|
123
111
|
""
|
124
112
|
],
|
125
|
-
"
|
113
|
+
"Generic image template": [
|
126
114
|
""
|
127
115
|
],
|
128
|
-
"
|
116
|
+
"Generic images": [
|
129
117
|
""
|
130
118
|
],
|
131
|
-
"
|
119
|
+
"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.": [
|
132
120
|
""
|
133
121
|
],
|
134
|
-
"
|
122
|
+
"Grub2 directory": [
|
135
123
|
""
|
136
124
|
],
|
137
|
-
"
|
125
|
+
"Host '%s' image": [
|
138
126
|
""
|
139
127
|
],
|
140
|
-
"
|
128
|
+
"Host image": [
|
141
129
|
""
|
142
130
|
],
|
143
|
-
"
|
131
|
+
"Host image template": [
|
144
132
|
""
|
145
133
|
],
|
146
|
-
"
|
134
|
+
"Host images": [
|
147
135
|
""
|
148
136
|
],
|
149
|
-
"
|
137
|
+
"Host is not in build mode": [
|
150
138
|
""
|
151
139
|
],
|
152
|
-
"Host
|
140
|
+
"Host is not in build mode, so the template cannot be rendered": [
|
153
141
|
""
|
154
142
|
],
|
155
|
-
"
|
143
|
+
"Host is not in build mode.": [
|
156
144
|
""
|
157
145
|
],
|
158
|
-
"
|
146
|
+
"ISO build failed": [
|
159
147
|
""
|
160
148
|
],
|
161
|
-
"
|
149
|
+
"ISO generation command": [
|
162
150
|
""
|
163
151
|
],
|
164
|
-
"
|
152
|
+
"ISO hybrid conversion failed: %s": [
|
165
153
|
""
|
166
154
|
],
|
167
|
-
"
|
155
|
+
"ISOLINUX directory": [
|
168
156
|
""
|
169
157
|
],
|
170
|
-
"
|
158
|
+
"Installation media caching": [
|
171
159
|
""
|
172
160
|
],
|
173
|
-
"
|
161
|
+
"Installation media files will be cached for full host images": [
|
174
162
|
""
|
175
163
|
],
|
176
|
-
"
|
164
|
+
"List of allowed bootdisk types, remove type to disable it": [
|
177
165
|
""
|
178
166
|
],
|
179
|
-
"
|
167
|
+
"Not available": [
|
180
168
|
""
|
181
169
|
],
|
182
|
-
"
|
170
|
+
"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.": [
|
183
171
|
""
|
184
172
|
],
|
185
|
-
"
|
173
|
+
"Path to directory containing grubx64.efi and shimx64.efi": [
|
186
174
|
""
|
187
175
|
],
|
188
|
-
"
|
176
|
+
"Path to directory containing iPXE images": [
|
189
177
|
""
|
190
178
|
],
|
191
|
-
"
|
179
|
+
"Path to directory containing isolinux images": [
|
192
180
|
""
|
193
181
|
],
|
194
|
-
"
|
182
|
+
"Path to directory containing syslinux images": [
|
195
183
|
""
|
196
184
|
],
|
197
|
-
"
|
185
|
+
"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.": [
|
198
186
|
""
|
199
187
|
],
|
200
|
-
"
|
188
|
+
"Please ensure the ipxe-bootimgs package is installed.": [
|
201
189
|
""
|
202
190
|
],
|
203
|
-
"
|
191
|
+
"Please ensure the isolinux/syslinux package(s) are installed.": [
|
204
192
|
""
|
205
193
|
],
|
206
|
-
"
|
194
|
+
"Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure.": [
|
207
195
|
""
|
208
196
|
],
|
209
|
-
"
|
197
|
+
"SYSLINUX directory": [
|
210
198
|
""
|
211
199
|
],
|
212
|
-
"
|
200
|
+
"Subnet '%s' generic image": [
|
213
201
|
""
|
214
202
|
],
|
215
|
-
"
|
203
|
+
"Subnet boot disks": [
|
216
204
|
""
|
217
205
|
],
|
218
|
-
"
|
206
|
+
"Subnet generic image": [
|
219
207
|
""
|
220
208
|
],
|
221
|
-
"
|
209
|
+
"Subnet image": [
|
222
210
|
""
|
223
211
|
],
|
224
|
-
"
|
212
|
+
"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.": [
|
225
213
|
""
|
226
214
|
],
|
227
|
-
"
|
215
|
+
"TFTP feature not enabled for subnet %s": [
|
228
216
|
""
|
229
217
|
],
|
230
|
-
"
|
218
|
+
"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.": [
|
231
219
|
""
|
232
220
|
],
|
233
|
-
"
|
221
|
+
"These images are more generic than previous images. You can find them at subnet index page.": [
|
234
222
|
""
|
235
223
|
],
|
236
|
-
"
|
224
|
+
"These images are used for host. You can find them at host detail page.": [
|
237
225
|
""
|
238
226
|
],
|
239
|
-
"
|
227
|
+
"This image is generic for all hosts with a provisioning NIC on that subnet.": [
|
240
228
|
""
|
241
229
|
],
|
242
|
-
"
|
230
|
+
"This type of bootdisk is not allowed. Please contact administrator.": [
|
243
231
|
""
|
244
232
|
],
|
245
|
-
"
|
233
|
+
"True for full, false for basic reusable image": [
|
246
234
|
""
|
247
235
|
],
|
248
|
-
"
|
236
|
+
"Unable to find template specified by %s setting": [
|
249
237
|
""
|
250
238
|
],
|
251
|
-
"
|
239
|
+
"Unable to generate disk %{kind} template: %{error}": [
|
252
240
|
""
|
253
241
|
],
|
254
|
-
"
|
242
|
+
"Unable to generate disk template, %{kind} template not found.": [
|
255
243
|
""
|
256
244
|
],
|
257
|
-
"
|
245
|
+
"Unable to mcopy %{file}": [
|
258
246
|
""
|
259
247
|
],
|
260
|
-
"
|
248
|
+
"Upload ISO image to datastore for %s": [
|
261
249
|
""
|
262
250
|
],
|
263
|
-
"
|
251
|
+
"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.": [
|
264
252
|
""
|
265
253
|
],
|
266
|
-
"
|
254
|
+
"iPXE directory": [
|
267
255
|
""
|
268
256
|
],
|
269
|
-
"
|
257
|
+
"iPXE template to use for generic EFI host boot disks": [
|
270
258
|
""
|
271
259
|
],
|
272
|
-
"
|
260
|
+
"iPXE template to use for generic host boot disks": [
|
273
261
|
""
|
274
262
|
],
|
275
|
-
"
|
263
|
+
"iPXE template to use for host-specific boot disks": [
|
276
264
|
""
|
277
265
|
]
|
278
266
|
}
|