foreman_bootdisk 19.0.4 → 19.0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/app/views/foreman_bootdisk/generic_efi_host.erb +8 -0
  3. data/app/views/foreman_bootdisk/generic_host.erb +14 -9
  4. data/app/views/foreman_bootdisk/generic_static_host.erb +9 -4
  5. data/app/views/foreman_bootdisk/host.erb +9 -4
  6. data/lib/foreman_bootdisk/version.rb +1 -1
  7. metadata +3 -31
  8. data/locale/ca/foreman_bootdisk.edit.po +0 -393
  9. data/locale/ca/foreman_bootdisk.po.time_stamp +0 -0
  10. data/locale/de/foreman_bootdisk.edit.po +0 -398
  11. data/locale/de/foreman_bootdisk.po.time_stamp +0 -0
  12. data/locale/en/foreman_bootdisk.edit.po +0 -388
  13. data/locale/en/foreman_bootdisk.po.time_stamp +0 -0
  14. data/locale/en_GB/foreman_bootdisk.edit.po +0 -394
  15. data/locale/en_GB/foreman_bootdisk.po.time_stamp +0 -0
  16. data/locale/es/foreman_bootdisk.edit.po +0 -394
  17. data/locale/es/foreman_bootdisk.po.time_stamp +0 -0
  18. data/locale/fr/foreman_bootdisk.edit.po +0 -394
  19. data/locale/fr/foreman_bootdisk.po.time_stamp +0 -0
  20. data/locale/it/foreman_bootdisk.edit.po +0 -391
  21. data/locale/it/foreman_bootdisk.po.time_stamp +0 -0
  22. data/locale/ja/foreman_bootdisk.edit.po +0 -393
  23. data/locale/ja/foreman_bootdisk.po.time_stamp +0 -0
  24. data/locale/ko/foreman_bootdisk.edit.po +0 -390
  25. data/locale/ko/foreman_bootdisk.po.time_stamp +0 -0
  26. data/locale/pt_BR/foreman_bootdisk.edit.po +0 -394
  27. data/locale/pt_BR/foreman_bootdisk.po.time_stamp +0 -0
  28. data/locale/ru/foreman_bootdisk.edit.po +0 -395
  29. data/locale/ru/foreman_bootdisk.po.time_stamp +0 -0
  30. data/locale/sv_SE/foreman_bootdisk.edit.po +0 -392
  31. data/locale/sv_SE/foreman_bootdisk.po.time_stamp +0 -0
  32. data/locale/zh_CN/foreman_bootdisk.edit.po +0 -391
  33. data/locale/zh_CN/foreman_bootdisk.po.time_stamp +0 -0
  34. data/locale/zh_TW/foreman_bootdisk.edit.po +0 -391
  35. data/locale/zh_TW/foreman_bootdisk.po.time_stamp +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e151b0d369d747ceccf1004e4354af440c9588e245fc04ad0a381768cfddb2a0
4
- data.tar.gz: 2a854b9ba6a9b6a10c7d508466b6fbebbb3b93a8dfe9c559f45f6665fa11a6f2
3
+ metadata.gz: f6805c28d2943f043c76e7d485d1173f05ec8925daf94a0c44ac9c0573669792
4
+ data.tar.gz: 03a8ebbcfe7a4edd07a0fe38d6af052726b0beef5d42d3ac5e03264e58a9da94
5
5
  SHA512:
6
- metadata.gz: e7de04a6d18e406abfbd7da559e13979a0463dc5442bbb8235ad01a8ac37368c29007a9259a50d5ef4a705a350d4cf445fcafe282b464bf82853b8ee9dd9f135
7
- data.tar.gz: 2ec994812ab6672a4e6859f614e45f8fa68bb876920f2f8e229019bf3400fed3d37992c65d8347542a1a3d9b9b4d61bd2b606b3eb28432e0c77043e530aedbfe
6
+ metadata.gz: 9625fe490a2988489f2bd185d3105ded1b361802bcd6c550e2e5c9dc3fabb57817fbf7626d7b4916ba43de5469009abe8877e14d1230876b604b552262c24782
7
+ data.tar.gz: 6964a6d36784dfa3391e255d70dd56fa776f5257260301068b36f8234975eab4840a36c43dcea98175fc170be99c74ea8a3ec53414d3cfb4bbd5570ddd563da6
@@ -1,3 +1,11 @@
1
+ <%#
2
+ name: Boot disk Grub2 EFI - generic host
3
+ snippet: false
4
+ model: ProvisioningTemplate
5
+ kind: Bootdisk
6
+ description: |
7
+ Boot disk Grub2 EFI - generic host
8
+ -%>
1
9
  #
2
10
  # Boot disk Grub2 EFI - generic host
3
11
  #
@@ -1,13 +1,18 @@
1
+ <%#
2
+ name: Boot disk iPXE - generic host
3
+ snippet: false
4
+ model: ProvisioningTemplate
5
+ kind: Bootdisk
6
+ description: |
7
+ Example foreman_bootdisk generic host template
8
+
9
+ This template is generic, but it will chainload to Foreman so expects the
10
+ host to be registered already.
11
+
12
+ It loops through all interfaces using DHCP, requesting a template from
13
+ Foreman in the hope that one of the MACs or IPs matches.
14
+ -%>
1
15
  #!ipxe
2
- # Example foreman_bootdisk generic host template
3
- #
4
- # This template is generic, but it will chainload to Foreman so expects the
5
- # host to be registered already.
6
- #
7
- # It loops through all interfaces using DHCP, requesting a template from
8
- # Foreman in the hope that one of the MACs or IPs matches.
9
- #
10
- # Copy this template to customize it, the original is read-only.
11
16
 
12
17
  echo Foreman Bootdisk: Generic image
13
18
 
@@ -1,8 +1,13 @@
1
+ <%#
2
+ name: Boot disk iPXE - generic static host
3
+ snippet: false
4
+ model: ProvisioningTemplate
5
+ kind: Bootdisk
6
+ description: |
7
+ Generic host template with interactive static IP configuration. Tokens
8
+ must be disabled in order to access templates via MAC addresses.
9
+ -%>
1
10
  #!ipxe
2
- #
3
- # Generic host template with interactive static IP configuration. Tokens
4
- # must be disabled in order to access templates via MAC addresses.
5
- #
6
11
 
7
12
  <% (0..32).each do |i| -%>
8
13
  :net<%= i %>
@@ -1,8 +1,13 @@
1
+ <%#
2
+ name: Boot disk iPXE - host
3
+ snippet: false
4
+ model: ProvisioningTemplate
5
+ kind: Bootdisk
6
+ description: |
7
+ Example foreman_bootdisk host template
8
+ This template is rendered for use inside a host-specific boot disk.
9
+ -%>
1
10
  #!ipxe
2
- # Example foreman_bootdisk host template
3
- # This template is rendered for use inside a host-specific boot disk.
4
- #
5
- # Copy this template to customize it, the original is read-only.
6
11
 
7
12
  <%
8
13
  interface = @host.provision_interface
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ForemanBootdisk
4
- VERSION = '19.0.4'
4
+ VERSION = '19.0.4.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_bootdisk
3
3
  version: !ruby/object:Gem::Version
4
- version: 19.0.4
4
+ version: 19.0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominic Cleal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-01 00:00:00.000000000 Z
11
+ date: 2022-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: theforeman-rubocop
@@ -96,64 +96,36 @@ files:
96
96
  - locale/Makefile
97
97
  - locale/action_names.rb
98
98
  - locale/ca/LC_MESSAGES/foreman_bootdisk.mo
99
- - locale/ca/foreman_bootdisk.edit.po
100
99
  - locale/ca/foreman_bootdisk.po
101
- - locale/ca/foreman_bootdisk.po.time_stamp
102
100
  - locale/de/LC_MESSAGES/foreman_bootdisk.mo
103
- - locale/de/foreman_bootdisk.edit.po
104
101
  - locale/de/foreman_bootdisk.po
105
- - locale/de/foreman_bootdisk.po.time_stamp
106
102
  - locale/en/LC_MESSAGES/foreman_bootdisk.mo
107
- - locale/en/foreman_bootdisk.edit.po
108
103
  - locale/en/foreman_bootdisk.po
109
- - locale/en/foreman_bootdisk.po.time_stamp
110
104
  - locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo
111
- - locale/en_GB/foreman_bootdisk.edit.po
112
105
  - locale/en_GB/foreman_bootdisk.po
113
- - locale/en_GB/foreman_bootdisk.po.time_stamp
114
106
  - locale/es/LC_MESSAGES/foreman_bootdisk.mo
115
- - locale/es/foreman_bootdisk.edit.po
116
107
  - locale/es/foreman_bootdisk.po
117
- - locale/es/foreman_bootdisk.po.time_stamp
118
108
  - locale/foreman_bootdisk.pot
119
109
  - locale/fr/LC_MESSAGES/foreman_bootdisk.mo
120
- - locale/fr/foreman_bootdisk.edit.po
121
110
  - locale/fr/foreman_bootdisk.po
122
- - locale/fr/foreman_bootdisk.po.time_stamp
123
111
  - locale/gemspec.rb
124
112
  - locale/it/LC_MESSAGES/foreman_bootdisk.mo
125
- - locale/it/foreman_bootdisk.edit.po
126
113
  - locale/it/foreman_bootdisk.po
127
- - locale/it/foreman_bootdisk.po.time_stamp
128
114
  - locale/ja/LC_MESSAGES/foreman_bootdisk.mo
129
- - locale/ja/foreman_bootdisk.edit.po
130
115
  - locale/ja/foreman_bootdisk.po
131
- - locale/ja/foreman_bootdisk.po.time_stamp
132
116
  - locale/ko/LC_MESSAGES/foreman_bootdisk.mo
133
- - locale/ko/foreman_bootdisk.edit.po
134
117
  - locale/ko/foreman_bootdisk.po
135
- - locale/ko/foreman_bootdisk.po.time_stamp
136
118
  - locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo
137
- - locale/pt_BR/foreman_bootdisk.edit.po
138
119
  - locale/pt_BR/foreman_bootdisk.po
139
- - locale/pt_BR/foreman_bootdisk.po.time_stamp
140
120
  - locale/ru/LC_MESSAGES/foreman_bootdisk.mo
141
- - locale/ru/foreman_bootdisk.edit.po
142
121
  - locale/ru/foreman_bootdisk.po
143
- - locale/ru/foreman_bootdisk.po.time_stamp
144
122
  - locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo
145
- - locale/sv_SE/foreman_bootdisk.edit.po
146
123
  - locale/sv_SE/foreman_bootdisk.po
147
- - locale/sv_SE/foreman_bootdisk.po.time_stamp
148
124
  - locale/zanata.xml
149
125
  - locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo
150
- - locale/zh_CN/foreman_bootdisk.edit.po
151
126
  - locale/zh_CN/foreman_bootdisk.po
152
- - locale/zh_CN/foreman_bootdisk.po.time_stamp
153
127
  - locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo
154
- - locale/zh_TW/foreman_bootdisk.edit.po
155
128
  - locale/zh_TW/foreman_bootdisk.po
156
- - locale/zh_TW/foreman_bootdisk.po.time_stamp
157
129
  - package.json
158
130
  - webpack/__mocks__/foremanReact/common/HOC.js
159
131
  - webpack/__mocks__/foremanReact/common/I18n.js
@@ -189,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
161
  - !ruby/object:Gem::Version
190
162
  version: '0'
191
163
  requirements: []
192
- rubygems_version: 3.1.4
164
+ rubygems_version: 3.0.3
193
165
  signing_key:
194
166
  specification_version: 4
195
167
  summary: Create boot disks to provision hosts with Foreman
@@ -1,393 +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
- # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2017
7
- # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
8
- msgid ""
9
- msgstr ""
10
- "Project-Id-Version: foreman_bootdisk 18.1.0\n"
11
- "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2021-11-30 18:05+0100\n"
13
- "PO-Revision-Date: 2021-09-24 07:25+0000\n"
14
- "Last-Translator: Transifex Bot <>\n"
15
- "Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
16
- "\n"
17
- "MIME-Version: 1.0\n"
18
- "Content-Type: text/plain; charset=UTF-8\n"
19
- "Content-Transfer-Encoding: 8bit\n"
20
- "Language: ca\n"
21
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
-
23
- #: ../app/controllers/concerns/allowed_actions.rb:7
24
- msgid "This type of bootdisk is not allowed. Please contact administrator."
25
- msgstr ""
26
-
27
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:21 ../app/views/foreman_bootdisk/disks/help.html.erb:1
28
- msgid "Boot disks"
29
- msgstr "Discs d'arrencada"
30
-
31
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:24
32
- msgid "Download generic image"
33
- msgstr "Baixa la imatge genèrica"
34
-
35
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:33
36
- msgid "Download host image"
37
- msgstr "Baixa la imatge d'amfitrió"
38
-
39
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:34
40
- msgid "True for full, false for basic reusable image"
41
- msgstr ""
42
-
43
- #: ../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
44
- msgid "Host is not in build mode"
45
- msgstr ""
46
-
47
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
48
- msgid "Subnet boot disks"
49
- msgstr "Discs d'arrencada de subxarxa"
50
-
51
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:26
52
- msgid "Download subnet generic image"
53
- msgstr "Baixa la imatge genèrica de subxarxa"
54
-
55
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:30 ../app/controllers/foreman_bootdisk/subnet_disks_controller.rb:15
56
- msgid "TFTP feature not enabled for subnet %s"
57
- msgstr "La funcionalitat TFTP no està habilitada per a la subxarxa %s"
58
-
59
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:63
60
- msgid "Host is not in build mode."
61
- msgstr ""
62
-
63
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:95 ../app/helpers/concerns/foreman_bootdisk/pretty_error.rb:8
64
- msgid "Failed to render boot disk template"
65
- msgstr ""
66
-
67
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:120 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:66
68
- msgid "Host '%s' image"
69
- msgstr ""
70
-
71
- #: ../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
72
- msgid "Full host '%s' image"
73
- msgstr ""
74
-
75
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:132
76
- msgid "Boot disk help"
77
- msgstr ""
78
-
79
- #: ../app/helpers/bootdisk_links_helper.rb:27
80
- msgid "Boot disk Help"
81
- msgstr ""
82
-
83
- #: ../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
84
- msgid "Boot disk"
85
- msgstr "Disc d'arrencada"
86
-
87
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21 ../webpack/src/extensions/host/HostBootdiskButtons.js:54
88
- msgid "Boot disk download not available for %s architecture"
89
- msgstr ""
90
-
91
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:30
92
- msgid "Subnet '%s' generic image"
93
- msgstr ""
94
-
95
- #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:10
96
- msgid "Subnet generic image"
97
- msgstr ""
98
-
99
- #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:27 ../app/views/foreman_bootdisk/disks/help.html.erb:35
100
- msgid "Generic image"
101
- msgstr "Imatge genèrica"
102
-
103
- #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:12 ../app/services/foreman_bootdisk/renderer.rb:53 ../app/services/foreman_bootdisk/renderer.rb:60
104
- msgid "Unable to find template specified by %s setting"
105
- msgstr "No es pot trobar la plantilla especificada per l'ajust %s"
106
-
107
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
108
- msgid "Generating ISO image for %s"
109
- msgstr ""
110
-
111
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
112
- msgid "Upload ISO image to datastore for %s"
113
- msgstr ""
114
-
115
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
116
- msgid "Attach ISO image to CDROM drive for %s"
117
- msgstr ""
118
-
119
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
120
- msgid "Detach ISO image from CDROM drive for %s"
121
- msgstr ""
122
-
123
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:73
124
- msgid "Failed to generate ISO image for instance %{name}: %{message}"
125
- msgstr ""
126
-
127
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:82
128
- msgid "Failed to upload ISO image for instance %{name}: %{message}"
129
- msgstr ""
130
-
131
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:91
132
- msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
133
- msgstr ""
134
-
135
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:100
136
- msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
137
- msgstr ""
138
-
139
- #: ../app/models/setting/bootdisk.rb:13
140
- msgid "Path to directory containing iPXE images"
141
- msgstr "El camí al directori que conté les imatges iPXE"
142
-
143
- #: ../app/models/setting/bootdisk.rb:13
144
- msgid "iPXE directory"
145
- msgstr "Directori iPXE"
146
-
147
- #: ../app/models/setting/bootdisk.rb:14
148
- msgid "Path to directory containing isolinux images"
149
- msgstr "El camí al directori que conté les imatges isolinux"
150
-
151
- #: ../app/models/setting/bootdisk.rb:14
152
- msgid "ISOLINUX directory"
153
- msgstr ""
154
-
155
- #: ../app/models/setting/bootdisk.rb:15
156
- msgid "Path to directory containing syslinux images"
157
- msgstr "El camí al directori que conté les imatges syslinux"
158
-
159
- #: ../app/models/setting/bootdisk.rb:15
160
- msgid "SYSLINUX directory"
161
- msgstr ""
162
-
163
- #: ../app/models/setting/bootdisk.rb:16
164
- msgid "Path to directory containing grubx64.efi and shimx64.efi"
165
- msgstr ""
166
-
167
- #: ../app/models/setting/bootdisk.rb:16
168
- msgid "Grub2 directory"
169
- msgstr ""
170
-
171
- #: ../app/models/setting/bootdisk.rb:17
172
- msgid "iPXE template to use for host-specific boot disks"
173
- msgstr ""
174
-
175
- #: ../app/models/setting/bootdisk.rb:18
176
- msgid "Host image template"
177
- msgstr ""
178
-
179
- #: ../app/models/setting/bootdisk.rb:19
180
- msgid "iPXE template to use for generic host boot disks"
181
- msgstr ""
182
-
183
- #: ../app/models/setting/bootdisk.rb:20
184
- msgid "Generic image template"
185
- msgstr ""
186
-
187
- #: ../app/models/setting/bootdisk.rb:21
188
- msgid "Grub2 template to use for generic EFI host boot disks"
189
- msgstr ""
190
-
191
- #: ../app/models/setting/bootdisk.rb:22
192
- msgid "Generic Grub2 EFI image template"
193
- msgstr ""
194
-
195
- #: ../app/models/setting/bootdisk.rb:23
196
- msgid "Command to generate ISO image, use genisoimage or mkisofs"
197
- msgstr "L'ordre per generar la imatge ISO, utilitzeu genisoimage o mkisofs"
198
-
199
- #: ../app/models/setting/bootdisk.rb:23
200
- msgid "ISO generation command"
201
- msgstr ""
202
-
203
- #: ../app/models/setting/bootdisk.rb:24
204
- msgid "Installation media files will be cached for full host images"
205
- msgstr "Els fitxers dels mitjans d'instal·lació s'emmagatzemaran en memòria cau per a les imatges completes dels amfitrions"
206
-
207
- #: ../app/models/setting/bootdisk.rb:24
208
- msgid "Installation media caching"
209
- msgstr ""
210
-
211
- #: ../app/models/setting/bootdisk.rb:25
212
- msgid "List of allowed bootdisk types, remove type to disable it"
213
- msgstr ""
214
-
215
- #: ../app/models/setting/bootdisk.rb:25
216
- msgid "Allowed bootdisk types"
217
- msgstr ""
218
-
219
- #: ../app/services/foreman_bootdisk/iso_generator.rb:16
220
- msgid "Host is not in build mode, so the template cannot be rendered"
221
- msgstr ""
222
-
223
- #: ../app/services/foreman_bootdisk/iso_generator.rb:42
224
- msgid "Unable to generate disk template, %{kind} template not found."
225
- msgstr ""
226
-
227
- #: ../app/services/foreman_bootdisk/iso_generator.rb:52
228
- msgid "Unable to generate disk %{kind} template: %{error}"
229
- msgstr ""
230
-
231
- #: ../app/services/foreman_bootdisk/iso_generator.rb:94
232
- msgid "Please ensure the isolinux/syslinux package(s) are installed."
233
- msgstr ""
234
-
235
- #: ../app/services/foreman_bootdisk/iso_generator.rb:111
236
- msgid "Please ensure the ipxe-bootimgs package is installed."
237
- msgstr ""
238
-
239
- #: ../app/services/foreman_bootdisk/iso_generator.rb:128
240
- msgid "Creating new image failed, install truncate utility"
241
- msgstr ""
242
-
243
- #: ../app/services/foreman_bootdisk/iso_generator.rb:129
244
- msgid "Failed to format the ESP image via mkfs.msdos"
245
- msgstr ""
246
-
247
- #: ../app/services/foreman_bootdisk/iso_generator.rb:130 ../app/services/foreman_bootdisk/iso_generator.rb:131
248
- msgid "Failed to create a directory within the ESP image"
249
- msgstr ""
250
-
251
- #: ../app/services/foreman_bootdisk/iso_generator.rb:137
252
- msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
253
- msgstr ""
254
-
255
- #: ../app/services/foreman_bootdisk/iso_generator.rb:138
256
- msgid "Unable to mcopy %{file}"
257
- msgstr ""
258
-
259
- #: ../app/services/foreman_bootdisk/iso_generator.rb:160
260
- msgid "ISO build failed"
261
- msgstr "No s'ha pogut construir l'ISO"
262
-
263
- #: ../app/services/foreman_bootdisk/iso_generator.rb:163
264
- msgid "ISO hybrid conversion failed: %s"
265
- msgstr ""
266
-
267
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:2
268
- msgid "Back"
269
- msgstr "Enrere"
270
-
271
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:6
272
- 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."
273
- msgstr ""
274
-
275
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:9
276
- msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
277
- msgstr ""
278
-
279
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:12
280
- msgid "Host images"
281
- msgstr ""
282
-
283
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:14
284
- msgid "These images are used for host. You can find them at host detail page."
285
- msgstr ""
286
-
287
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:17
288
- msgid "Host image"
289
- msgstr "Imatge d'amfitrió"
290
-
291
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:19
292
- 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."
293
- msgstr ""
294
-
295
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:22
296
- 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."
297
- msgstr ""
298
-
299
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
300
- msgid "Full host image"
301
- msgstr "Imatge completa d'amfitrió"
302
-
303
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:27
304
- 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."
305
- msgstr ""
306
-
307
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:30
308
- msgid "Generic images"
309
- msgstr ""
310
-
311
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:32
312
- msgid "These images are more generic than previous images. You can find them at subnet index page."
313
- msgstr ""
314
-
315
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:37
316
- 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."
317
- msgstr ""
318
-
319
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:40
320
- 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."
321
- msgstr ""
322
-
323
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:43
324
- msgid "Subnet image"
325
- msgstr "Imatge de subxarxa"
326
-
327
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:45
328
- 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."
329
- msgstr ""
330
-
331
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:48
332
- msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
333
- msgstr ""
334
-
335
- #: ../app/views/foreman_bootdisk/disks/help.html.erb:51
336
- msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
337
- msgstr ""
338
-
339
- #: ../app/views/foreman_bootdisk/host.erb:9
340
- msgid "Host has no provisioning interface defined"
341
- msgstr "L'amfitrió no té definida cap interfície d'aprovisionament"
342
-
343
- #: ../app/views/foreman_bootdisk/host.erb:10
344
- msgid "Host has no IPv4 or IPv6 address defined"
345
- msgstr ""
346
-
347
- #: ../app/views/foreman_bootdisk/host.erb:11
348
- msgid "Host has no subnet defined"
349
- msgstr "L'amfitrió no té definida cap subxarxa"
350
-
351
- #: ../app/views/foreman_bootdisk/host.erb:12
352
- msgid "Host has no domain defined"
353
- msgstr "L'amfitrió no té definit cap domini"
354
-
355
- #: ../app/views/foreman_bootdisk/host.erb:19
356
- msgid "Host bootdisk does not work with static IPv6"
357
- msgstr ""
358
-
359
- #: ../app/views/foreman_bootdisk/host.erb:21
360
- msgid "Both IP and Subnet must be set"
361
- msgstr ""
362
-
363
- #: ../lib/foreman_bootdisk/engine.rb:60
364
- msgid "Boot disk based"
365
- msgstr ""
366
-
367
- #: ../lib/foreman_bootdisk/engine.rb:61
368
- msgid "Boot disk embedded template"
369
- msgstr ""
370
-
371
- #: ../webpack/src/extensions/host/HostBootdiskButtons.js:59
372
- msgid "Not available"
373
- msgstr ""
374
-
375
- #: action_names.rb:2
376
- msgid "Remote action:"
377
- msgstr ""
378
-
379
- #: action_names.rb:3
380
- msgid "Import Puppet classes"
381
- msgstr ""
382
-
383
- #: action_names.rb:4
384
- msgid "Import facts"
385
- msgstr ""
386
-
387
- #: action_names.rb:5
388
- msgid "Action with sub plans"
389
- msgstr ""
390
-
391
- #: gemspec.rb:4
392
- msgid "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure."
393
- msgstr ""
File without changes