foreman_bootdisk 22.0.3 → 22.0.4
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/app/services/foreman_bootdisk/iso_generator.rb +1 -0
- data/lib/foreman_bootdisk/version.rb +1 -1
- metadata +3 -39
- data/lib/foreman_bootdisk/engine.rb.orig +0 -159
- data/locale/ca/foreman_bootdisk.edit.po +0 -364
- data/locale/ca/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/cs_CZ/foreman_bootdisk.edit.po +0 -362
- data/locale/cs_CZ/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/de/foreman_bootdisk.edit.po +0 -369
- data/locale/de/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/en/foreman_bootdisk.edit.po +0 -360
- data/locale/en/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/en_GB/foreman_bootdisk.edit.po +0 -365
- data/locale/en_GB/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/es/foreman_bootdisk.edit.po +0 -366
- data/locale/es/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/fr/foreman_bootdisk.edit.po +0 -366
- data/locale/fr/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/it/foreman_bootdisk.edit.po +0 -363
- data/locale/it/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/ja/foreman_bootdisk.edit.po +0 -364
- data/locale/ja/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/ka/foreman_bootdisk.edit.po +0 -362
- data/locale/ka/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/ko/foreman_bootdisk.edit.po +0 -361
- data/locale/ko/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/pt_BR/foreman_bootdisk.edit.po +0 -367
- data/locale/pt_BR/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/ru/foreman_bootdisk.edit.po +0 -366
- data/locale/ru/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/sv_SE/foreman_bootdisk.edit.po +0 -363
- data/locale/sv_SE/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_bootdisk.edit.po +0 -362
- data/locale/zh_CN/foreman_bootdisk.po.time_stamp +0 -0
- data/locale/zh_TW/foreman_bootdisk.edit.po +0 -362
- 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b24032b49490f45a96bac2a11fb63fc4554464ccdc5d8b860a584e564ee98c51
|
4
|
+
data.tar.gz: a77173cf9c7980284dddf582ad010885d1e7533518d61d247b8638991e976d72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2261026f3d6094b0c8561351ef4fc547b48a1c68e715e7c4c03af0c5e58ba01934836dcd7c3b1bb6dbcaef3f13d2a6ec2a99e68bea3f6a77344e6811a377c3e0
|
7
|
+
data.tar.gz: '0608f0f6f18f1a78d7542e091402f7c6060ea186e853b076d87eb450fdfb32713b10861586d615a92b42a47474e5e7b734b552dbea36343695efa9e8c9a28f7e'
|
@@ -133,6 +133,7 @@ module ForemanBootdisk
|
|
133
133
|
File.join(wd, 'build', 'grub-hdd.cfg').to_s => 'GRUB.CFG',
|
134
134
|
File.join(Setting[:bootdisk_grub2_dir], 'grubx64.efi').to_s => 'GRUBX64.EFI',
|
135
135
|
File.join(Setting[:bootdisk_grub2_dir], 'shimx64.efi').to_s => 'BOOTX64.EFI',
|
136
|
+
File.join(Setting[:bootdisk_grub2_dir], 'mmx64.efi').to_s => 'MMX64.EFI',
|
136
137
|
}.each do |src, dest|
|
137
138
|
raise(Foreman::Exception.new(N_('Ensure %{file} is readable (or update "Grub2 directory" setting)'), file: src)) unless File.exist?(src)
|
138
139
|
raise(Foreman::Exception.new(N_('Unable to mcopy %{file}'), file: src)) unless system("mcopy -m -i #{efibootimg} '#{src}' '#{"::/EFI/BOOT/#{dest}"}'")
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_bootdisk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 22.0.
|
4
|
+
version: 22.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominic Cleal
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: theforeman-rubocop
|
@@ -91,77 +90,44 @@ files:
|
|
91
90
|
- db/migrate/20221102105354_fix_bootdisk_settings_category_to_dsl.rb
|
92
91
|
- lib/foreman_bootdisk.rb
|
93
92
|
- lib/foreman_bootdisk/engine.rb
|
94
|
-
- lib/foreman_bootdisk/engine.rb.orig
|
95
93
|
- lib/foreman_bootdisk/version.rb
|
96
94
|
- lib/tasks/bootdisk.rake
|
97
95
|
- locale/Makefile
|
98
96
|
- locale/ca/LC_MESSAGES/foreman_bootdisk.mo
|
99
|
-
- locale/ca/foreman_bootdisk.edit.po
|
100
97
|
- locale/ca/foreman_bootdisk.po
|
101
|
-
- locale/ca/foreman_bootdisk.po.time_stamp
|
102
98
|
- locale/cs_CZ/LC_MESSAGES/foreman_bootdisk.mo
|
103
|
-
- locale/cs_CZ/foreman_bootdisk.edit.po
|
104
99
|
- locale/cs_CZ/foreman_bootdisk.po
|
105
|
-
- locale/cs_CZ/foreman_bootdisk.po.time_stamp
|
106
100
|
- locale/de/LC_MESSAGES/foreman_bootdisk.mo
|
107
|
-
- locale/de/foreman_bootdisk.edit.po
|
108
101
|
- locale/de/foreman_bootdisk.po
|
109
|
-
- locale/de/foreman_bootdisk.po.time_stamp
|
110
102
|
- locale/en/LC_MESSAGES/foreman_bootdisk.mo
|
111
|
-
- locale/en/foreman_bootdisk.edit.po
|
112
103
|
- locale/en/foreman_bootdisk.po
|
113
|
-
- locale/en/foreman_bootdisk.po.time_stamp
|
114
104
|
- locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo
|
115
|
-
- locale/en_GB/foreman_bootdisk.edit.po
|
116
105
|
- locale/en_GB/foreman_bootdisk.po
|
117
|
-
- locale/en_GB/foreman_bootdisk.po.time_stamp
|
118
106
|
- locale/es/LC_MESSAGES/foreman_bootdisk.mo
|
119
|
-
- locale/es/foreman_bootdisk.edit.po
|
120
107
|
- locale/es/foreman_bootdisk.po
|
121
|
-
- locale/es/foreman_bootdisk.po.time_stamp
|
122
108
|
- locale/foreman_bootdisk.pot
|
123
109
|
- locale/fr/LC_MESSAGES/foreman_bootdisk.mo
|
124
|
-
- locale/fr/foreman_bootdisk.edit.po
|
125
110
|
- locale/fr/foreman_bootdisk.po
|
126
|
-
- locale/fr/foreman_bootdisk.po.time_stamp
|
127
111
|
- locale/gemspec.rb
|
128
112
|
- locale/it/LC_MESSAGES/foreman_bootdisk.mo
|
129
|
-
- locale/it/foreman_bootdisk.edit.po
|
130
113
|
- locale/it/foreman_bootdisk.po
|
131
|
-
- locale/it/foreman_bootdisk.po.time_stamp
|
132
114
|
- locale/ja/LC_MESSAGES/foreman_bootdisk.mo
|
133
|
-
- locale/ja/foreman_bootdisk.edit.po
|
134
115
|
- locale/ja/foreman_bootdisk.po
|
135
|
-
- locale/ja/foreman_bootdisk.po.time_stamp
|
136
116
|
- locale/ka/LC_MESSAGES/foreman_bootdisk.mo
|
137
|
-
- locale/ka/foreman_bootdisk.edit.po
|
138
117
|
- locale/ka/foreman_bootdisk.po
|
139
|
-
- locale/ka/foreman_bootdisk.po.time_stamp
|
140
118
|
- locale/ko/LC_MESSAGES/foreman_bootdisk.mo
|
141
|
-
- locale/ko/foreman_bootdisk.edit.po
|
142
119
|
- locale/ko/foreman_bootdisk.po
|
143
|
-
- locale/ko/foreman_bootdisk.po.time_stamp
|
144
120
|
- locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo
|
145
|
-
- locale/pt_BR/foreman_bootdisk.edit.po
|
146
121
|
- locale/pt_BR/foreman_bootdisk.po
|
147
|
-
- locale/pt_BR/foreman_bootdisk.po.time_stamp
|
148
122
|
- locale/ru/LC_MESSAGES/foreman_bootdisk.mo
|
149
|
-
- locale/ru/foreman_bootdisk.edit.po
|
150
123
|
- locale/ru/foreman_bootdisk.po
|
151
|
-
- locale/ru/foreman_bootdisk.po.time_stamp
|
152
124
|
- locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo
|
153
|
-
- locale/sv_SE/foreman_bootdisk.edit.po
|
154
125
|
- locale/sv_SE/foreman_bootdisk.po
|
155
|
-
- locale/sv_SE/foreman_bootdisk.po.time_stamp
|
156
126
|
- locale/zanata.xml
|
157
127
|
- locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo
|
158
|
-
- locale/zh_CN/foreman_bootdisk.edit.po
|
159
128
|
- locale/zh_CN/foreman_bootdisk.po
|
160
|
-
- locale/zh_CN/foreman_bootdisk.po.time_stamp
|
161
129
|
- locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo
|
162
|
-
- locale/zh_TW/foreman_bootdisk.edit.po
|
163
130
|
- locale/zh_TW/foreman_bootdisk.po
|
164
|
-
- locale/zh_TW/foreman_bootdisk.po.time_stamp
|
165
131
|
- package.json
|
166
132
|
- webpack/__mocks__/foremanReact/common/HOC.js
|
167
133
|
- webpack/__mocks__/foremanReact/common/I18n.js
|
@@ -182,7 +148,6 @@ homepage: https://github.com/theforeman/foreman_bootdisk
|
|
182
148
|
licenses:
|
183
149
|
- GPL-3.0
|
184
150
|
metadata: {}
|
185
|
-
post_install_message:
|
186
151
|
rdoc_options: []
|
187
152
|
require_paths:
|
188
153
|
- lib
|
@@ -200,8 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
165
|
- !ruby/object:Gem::Version
|
201
166
|
version: '0'
|
202
167
|
requirements: []
|
203
|
-
rubygems_version: 3.
|
204
|
-
signing_key:
|
168
|
+
rubygems_version: 3.6.9
|
205
169
|
specification_version: 4
|
206
170
|
summary: Create boot disks to provision hosts with Foreman
|
207
171
|
test_files: []
|
@@ -1,159 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'foreman_bootdisk'
|
4
|
-
require 'fast_gettext'
|
5
|
-
require 'gettext_i18n_rails'
|
6
|
-
|
7
|
-
module ForemanBootdisk
|
8
|
-
class Engine < ::Rails::Engine
|
9
|
-
engine_name 'foreman_bootdisk'
|
10
|
-
isolate_namespace ForemanBootdisk
|
11
|
-
|
12
|
-
initializer 'foreman_bootdisk.mount_engine' do |app|
|
13
|
-
app.routes_reloader.paths << "#{ForemanBootdisk::Engine.root}/config/routes/mount_engine.rb"
|
14
|
-
end
|
15
|
-
|
16
|
-
initializer 'foreman_bootdisk.load_app_instance_data' do |app|
|
17
|
-
ForemanBootdisk::Engine.paths['db/migrate'].existent.each do |path|
|
18
|
-
app.config.paths['db/migrate'] << path
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
initializer 'foreman_bootdisk.apipie' do
|
23
|
-
Apipie.configuration.checksum_path += ['/bootdisk/api/']
|
24
|
-
end
|
25
|
-
|
26
|
-
initializer 'foreman_bootdisk.register_plugin', before: :finisher_hook do |app|
|
27
|
-
app.reloader.to_prepare do
|
28
|
-
Foreman::Plugin.register :foreman_bootdisk do
|
29
|
-
requires_foreman '>= 3.13'
|
30
|
-
# Add Global files for extending foreman-core components and routes
|
31
|
-
register_global_js_file 'global'
|
32
|
-
register_gettext
|
33
|
-
|
34
|
-
security_block :bootdisk do |_map|
|
35
|
-
permission :download_bootdisk, 'foreman_bootdisk/disks': %i[generic host full_host help bootdisk_options],
|
36
|
-
'foreman_bootdisk/subnet_disks': [:subnet],
|
37
|
-
'foreman_bootdisk/api/v2/disks': %i[generic host],
|
38
|
-
'foreman_bootdisk/api/v2/subnet_disks': [:subnet]
|
39
|
-
end
|
40
|
-
|
41
|
-
role 'Boot disk access', [:download_bootdisk], 'Role granting permissions to download bootdisks'
|
42
|
-
add_all_permissions_to_default_roles
|
43
|
-
|
44
|
-
apipie_documented_controllers ["#{ForemanBootdisk::Engine.root}/app/controllers/foreman_bootdisk/api/v2/*.rb"]
|
45
|
-
ApipieDSL.configuration.dsl_classes_matchers += [
|
46
|
-
"#{ForemanBootdisk::Engine.root}/app/lib/foreman_bootdisk/scope/*.rb"
|
47
|
-
]
|
48
|
-
provision_method 'bootdisk', N_('Boot disk based')
|
49
|
-
allowed_template_helpers :bootdisk_chain_url, :bootdisk_raise
|
50
|
-
|
51
|
-
<<<<<<< HEAD
|
52
|
-
extend_page "subnets/index" do |cx|
|
53
|
-
cx.add_pagelet :subnet_index_action_buttons, name: 'Bootdisk', partial: 'subnets/bootdisk_action_buttons'
|
54
|
-
cx.add_pagelet :subnet_index_title_buttons, name: 'Bootdisk', partial: 'subnets/bootdisk_title_buttons'
|
55
|
-
end
|
56
|
-
=======
|
57
|
-
apipie_documented_controllers ["#{ForemanBootdisk::Engine.root}/app/controllers/foreman_bootdisk/api/v2/*.rb"]
|
58
|
-
ApipieDSL.configuration.dsl_classes_matchers += [
|
59
|
-
"#{ForemanBootdisk::Engine.root}/app/lib/foreman_bootdisk/scope/*.rb"
|
60
|
-
]
|
61
|
-
provision_method 'bootdisk', N_('Boot disk based')
|
62
|
-
extend_template_helpers ForemanBootdisk::TemplateHelpers
|
63
|
-
>>>>>>> 968ca20 (Fixes #37792 - Safe mode and bootdisk_* template helpers)
|
64
|
-
|
65
|
-
settings do
|
66
|
-
category :bootdisk, N_("Boot disk") do
|
67
|
-
ipxe = ['/usr/lib/ipxe'].find { |p| File.exist?(p) } || '/usr/share/ipxe'
|
68
|
-
isolinux = ['/usr/lib/ISOLINUX'].find { |p| File.exist?(p) } || '/usr/share/syslinux'
|
69
|
-
syslinux = ['/usr/lib/syslinux/modules/bios', '/usr/lib/syslinux'].find { |p| File.exist?(p) } || '/usr/share/syslinux'
|
70
|
-
grub2 = ['/var/lib/tftpboot/grub2'].find { |p| File.exist?(p) } || '/var/lib/foreman/bootdisk'
|
71
|
-
templates = -> {
|
72
|
-
Hash[ProvisioningTemplate.where(template_kind: TemplateKind.where(name: 'Bootdisk')).map { |temp| [temp[:name], temp[:name]] }]
|
73
|
-
}
|
74
|
-
|
75
|
-
setting "bootdisk_ipxe_dir",
|
76
|
-
type: :string,
|
77
|
-
default: ipxe,
|
78
|
-
full_name: N_("iPXE directory"),
|
79
|
-
description: N_("Path to directory containing iPXE images")
|
80
|
-
|
81
|
-
setting "bootdisk_isolinux_dir",
|
82
|
-
type: :string,
|
83
|
-
default: isolinux,
|
84
|
-
full_name: N_("ISOLINUX directory"),
|
85
|
-
description: N_("Path to directory containing isolinux images")
|
86
|
-
|
87
|
-
setting "bootdisk_syslinux_dir",
|
88
|
-
type: :string,
|
89
|
-
default: syslinux,
|
90
|
-
full_name: N_("SYSLINUX directory"),
|
91
|
-
description: N_("Path to directory containing syslinux images")
|
92
|
-
|
93
|
-
setting "bootdisk_grub2_dir",
|
94
|
-
type: :string,
|
95
|
-
default: grub2,
|
96
|
-
full_name: N_("Grub2 directory"),
|
97
|
-
description: N_("Path to directory containing grubx64.efi and shimx64.efi")
|
98
|
-
|
99
|
-
setting "bootdisk_host_template",
|
100
|
-
type: :string,
|
101
|
-
collection: templates,
|
102
|
-
default: "Boot disk iPXE - host",
|
103
|
-
full_name: N_("Host image template"),
|
104
|
-
description: N_("iPXE template to use for host-specific boot disks")
|
105
|
-
|
106
|
-
setting "bootdisk_generic_host_template",
|
107
|
-
type: :string,
|
108
|
-
collection: templates,
|
109
|
-
default: "Boot disk iPXE - generic host",
|
110
|
-
full_name: N_("Generic image template"),
|
111
|
-
description: N_("iPXE template to use for generic host boot disks")
|
112
|
-
|
113
|
-
setting "bootdisk_generic_efi_host_template",
|
114
|
-
type: :string,
|
115
|
-
collection: templates,
|
116
|
-
default: "Boot disk Grub2 EFI - generic host",
|
117
|
-
full_name: N_("Generic Grub2 EFI image template"),
|
118
|
-
description: N_("iPXE template to use for generic EFI host boot disks")
|
119
|
-
|
120
|
-
setting "bootdisk_mkiso_command",
|
121
|
-
type: :string,
|
122
|
-
default: "genisoimage",
|
123
|
-
full_name: N_("ISO generation command"),
|
124
|
-
description: N_("Command to generate ISO image, use genisoimage or mkisofs")
|
125
|
-
|
126
|
-
setting "bootdisk_cache_media",
|
127
|
-
type: :boolean,
|
128
|
-
default: true,
|
129
|
-
full_name: N_("Installation media caching"),
|
130
|
-
description: N_("Installation media files will be cached for full host images")
|
131
|
-
|
132
|
-
setting "bootdisk_allowed_types",
|
133
|
-
type: :array,
|
134
|
-
default: Setting::Bootdisk.bootdisk_types,
|
135
|
-
full_name: N_("Allowed bootdisk types"),
|
136
|
-
description: N_("List of allowed bootdisk types, remove type to disable it")
|
137
|
-
end
|
138
|
-
end
|
139
|
-
end
|
140
|
-
end
|
141
|
-
end
|
142
|
-
|
143
|
-
config.to_prepare do
|
144
|
-
begin
|
145
|
-
::HostsHelper.prepend ForemanBootdisk::HostsHelperExt
|
146
|
-
::SubnetsHelper.include ForemanBootdisk::SubnetsHelperExt
|
147
|
-
Host::Managed.prepend ForemanBootdisk::HostExt
|
148
|
-
Host::Managed.include ForemanBootdisk::Orchestration::Compute
|
149
|
-
Foreman::Model::Vmware.prepend ForemanBootdisk::ComputeResources::Vmware if Foreman::Model::Vmware.available?
|
150
|
-
rescue StandardError => e
|
151
|
-
Rails.logger.warn "#{ForemanBootdisk::ENGINE_NAME}: skipping engine hook (#{e})"
|
152
|
-
end
|
153
|
-
end
|
154
|
-
end
|
155
|
-
|
156
|
-
def self.logger
|
157
|
-
Foreman::Logging.logger('foreman_bootdisk')
|
158
|
-
end
|
159
|
-
end
|
@@ -1,364 +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 i Gelonch <rbuj@fedoraproject.org>, 2017
|
7
|
-
# Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2015-2016
|
8
|
-
msgid ""
|
9
|
-
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_bootdisk 21.0.4\n"
|
11
|
-
"Report-Msgid-Bugs-To: \n"
|
12
|
-
"PO-Revision-Date: 2014-02-13 12:12+0000\n"
|
13
|
-
"Last-Translator: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2017\n"
|
14
|
-
"Language-Team: Catalan (http://app.transifex.com/foreman/foreman/language/ca/)"
|
15
|
-
"\n"
|
16
|
-
"MIME-Version: 1.0\n"
|
17
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
-
"Content-Transfer-Encoding: 8bit\n"
|
19
|
-
"Language: ca\n"
|
20
|
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
21
|
-
|
22
|
-
#: ../app/controllers/concerns/allowed_actions.rb:7
|
23
|
-
msgid "This type of bootdisk is not allowed. Please contact administrator."
|
24
|
-
msgstr ""
|
25
|
-
|
26
|
-
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:17 ../app/views/foreman_bootdisk/disks/help.html.erb:1
|
27
|
-
msgid "Boot disks"
|
28
|
-
msgstr "Discs d'arrencada"
|
29
|
-
|
30
|
-
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:20
|
31
|
-
msgid "Download generic image"
|
32
|
-
msgstr "Baixa la imatge genèrica"
|
33
|
-
|
34
|
-
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:29
|
35
|
-
msgid "Download host image"
|
36
|
-
msgstr "Baixa la imatge d'amfitrió"
|
37
|
-
|
38
|
-
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:30
|
39
|
-
msgid "True for full, false for basic reusable image"
|
40
|
-
msgstr ""
|
41
|
-
|
42
|
-
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:42 ../app/controllers/foreman_bootdisk/disks_controller.rb:126 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:90
|
43
|
-
msgid "Host is not in build mode"
|
44
|
-
msgstr ""
|
45
|
-
|
46
|
-
#: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:19
|
47
|
-
msgid "Subnet boot disks"
|
48
|
-
msgstr "Discs d'arrencada de subxarxa"
|
49
|
-
|
50
|
-
#: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:22
|
51
|
-
msgid "Download subnet generic image"
|
52
|
-
msgstr "Baixa la imatge genèrica de subxarxa"
|
53
|
-
|
54
|
-
#: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:26 ../app/controllers/foreman_bootdisk/subnet_disks_controller.rb:15
|
55
|
-
msgid "TFTP feature not enabled for subnet %s"
|
56
|
-
msgstr "La funcionalitat TFTP no està habilitada per a la subxarxa %s"
|
57
|
-
|
58
|
-
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:63
|
59
|
-
msgid "Host is not in build mode."
|
60
|
-
msgstr ""
|
61
|
-
|
62
|
-
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:95 ../app/helpers/concerns/foreman_bootdisk/pretty_error.rb:8
|
63
|
-
msgid "Failed to render boot disk template"
|
64
|
-
msgstr ""
|
65
|
-
|
66
|
-
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:120 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:66
|
67
|
-
msgid "Host '%s' image"
|
68
|
-
msgstr ""
|
69
|
-
|
70
|
-
#: ../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
|
71
|
-
msgid "Full host '%s' image"
|
72
|
-
msgstr ""
|
73
|
-
|
74
|
-
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:133
|
75
|
-
msgid "Boot disk help"
|
76
|
-
msgstr ""
|
77
|
-
|
78
|
-
#: ../app/helpers/bootdisk_links_helper.rb:27
|
79
|
-
msgid "Boot disk Help"
|
80
|
-
msgstr ""
|
81
|
-
|
82
|
-
#: ../app/helpers/bootdisk_links_helper.rb:40 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:20 ../app/models/setting/bootdisk.rb:6 ../lib/foreman_bootdisk/engine.rb:67 ../webpack/src/extensions/host/HostBootdiskButtons.js:86
|
83
|
-
msgid "Boot disk"
|
84
|
-
msgstr "Disc d'arrencada"
|
85
|
-
|
86
|
-
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21 ../webpack/src/extensions/host/HostBootdiskButtons.js:74
|
87
|
-
msgid "Boot disk download not available for %s architecture"
|
88
|
-
msgstr ""
|
89
|
-
|
90
|
-
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:30
|
91
|
-
msgid "Subnet '%s' generic image"
|
92
|
-
msgstr ""
|
93
|
-
|
94
|
-
#: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:10
|
95
|
-
msgid "Subnet generic image"
|
96
|
-
msgstr ""
|
97
|
-
|
98
|
-
#: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:27 ../app/views/foreman_bootdisk/disks/help.html.erb:35
|
99
|
-
msgid "Generic image"
|
100
|
-
msgstr "Imatge genèrica"
|
101
|
-
|
102
|
-
#: ../app/models/concerns/foreman_bootdisk/host_ext.rb:12 ../app/services/foreman_bootdisk/renderer.rb:53 ../app/services/foreman_bootdisk/renderer.rb:60
|
103
|
-
msgid "Unable to find template specified by %s setting"
|
104
|
-
msgstr "No es pot trobar la plantilla especificada per l'ajust %s"
|
105
|
-
|
106
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
|
107
|
-
msgid "Generating ISO image for %s"
|
108
|
-
msgstr ""
|
109
|
-
|
110
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
|
111
|
-
msgid "Upload ISO image to datastore for %s"
|
112
|
-
msgstr ""
|
113
|
-
|
114
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
|
115
|
-
msgid "Attach ISO image to CDROM drive for %s"
|
116
|
-
msgstr ""
|
117
|
-
|
118
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
|
119
|
-
msgid "Detach ISO image from CDROM drive for %s"
|
120
|
-
msgstr ""
|
121
|
-
|
122
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:73
|
123
|
-
msgid "Failed to generate ISO image for instance %{name}: %{message}"
|
124
|
-
msgstr ""
|
125
|
-
|
126
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:82
|
127
|
-
msgid "Failed to upload ISO image for instance %{name}: %{message}"
|
128
|
-
msgstr ""
|
129
|
-
|
130
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:91
|
131
|
-
msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
|
132
|
-
msgstr ""
|
133
|
-
|
134
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:100
|
135
|
-
msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
|
136
|
-
msgstr ""
|
137
|
-
|
138
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:16
|
139
|
-
msgid "Host is not in build mode, so the template cannot be rendered"
|
140
|
-
msgstr ""
|
141
|
-
|
142
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:42
|
143
|
-
msgid "Unable to generate disk template, %{kind} template not found."
|
144
|
-
msgstr ""
|
145
|
-
|
146
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:52
|
147
|
-
msgid "Unable to generate disk %{kind} template: %{error}"
|
148
|
-
msgstr ""
|
149
|
-
|
150
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:94
|
151
|
-
msgid "Please ensure the isolinux/syslinux package(s) are installed."
|
152
|
-
msgstr ""
|
153
|
-
|
154
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:111
|
155
|
-
msgid "Please ensure the ipxe-bootimgs package is installed."
|
156
|
-
msgstr ""
|
157
|
-
|
158
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:128
|
159
|
-
msgid "Creating new image failed, install truncate utility"
|
160
|
-
msgstr ""
|
161
|
-
|
162
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:129
|
163
|
-
msgid "Failed to format the ESP image via mkfs.msdos"
|
164
|
-
msgstr ""
|
165
|
-
|
166
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:130 ../app/services/foreman_bootdisk/iso_generator.rb:131
|
167
|
-
msgid "Failed to create a directory within the ESP image"
|
168
|
-
msgstr ""
|
169
|
-
|
170
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:137
|
171
|
-
msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
|
172
|
-
msgstr ""
|
173
|
-
|
174
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:138
|
175
|
-
msgid "Unable to mcopy %{file}"
|
176
|
-
msgstr ""
|
177
|
-
|
178
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:160
|
179
|
-
msgid "ISO build failed"
|
180
|
-
msgstr "No s'ha pogut construir l'ISO"
|
181
|
-
|
182
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:163
|
183
|
-
msgid "ISO hybrid conversion failed: %s"
|
184
|
-
msgstr ""
|
185
|
-
|
186
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:2
|
187
|
-
msgid "Back"
|
188
|
-
msgstr "Enrere"
|
189
|
-
|
190
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:6
|
191
|
-
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."
|
192
|
-
msgstr ""
|
193
|
-
|
194
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:9
|
195
|
-
msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
|
196
|
-
msgstr ""
|
197
|
-
|
198
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:12
|
199
|
-
msgid "Host images"
|
200
|
-
msgstr ""
|
201
|
-
|
202
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:14
|
203
|
-
msgid "These images are used for host. You can find them at host detail page."
|
204
|
-
msgstr ""
|
205
|
-
|
206
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:17
|
207
|
-
msgid "Host image"
|
208
|
-
msgstr "Imatge d'amfitrió"
|
209
|
-
|
210
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:19
|
211
|
-
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."
|
212
|
-
msgstr ""
|
213
|
-
|
214
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:22
|
215
|
-
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."
|
216
|
-
msgstr ""
|
217
|
-
|
218
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:25
|
219
|
-
msgid "Full host image"
|
220
|
-
msgstr "Imatge completa d'amfitrió"
|
221
|
-
|
222
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:27
|
223
|
-
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."
|
224
|
-
msgstr ""
|
225
|
-
|
226
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:30
|
227
|
-
msgid "Generic images"
|
228
|
-
msgstr ""
|
229
|
-
|
230
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:32
|
231
|
-
msgid "These images are more generic than previous images. You can find them at subnet index page."
|
232
|
-
msgstr ""
|
233
|
-
|
234
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:37
|
235
|
-
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."
|
236
|
-
msgstr ""
|
237
|
-
|
238
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:40
|
239
|
-
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."
|
240
|
-
msgstr ""
|
241
|
-
|
242
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:43
|
243
|
-
msgid "Subnet image"
|
244
|
-
msgstr "Imatge de subxarxa"
|
245
|
-
|
246
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:45
|
247
|
-
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."
|
248
|
-
msgstr ""
|
249
|
-
|
250
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:48
|
251
|
-
msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
|
252
|
-
msgstr ""
|
253
|
-
|
254
|
-
#: ../app/views/foreman_bootdisk/disks/help.html.erb:51
|
255
|
-
msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
|
256
|
-
msgstr ""
|
257
|
-
|
258
|
-
#: ../lib/foreman_bootdisk/engine.rb:58
|
259
|
-
msgid "Boot disk based"
|
260
|
-
msgstr ""
|
261
|
-
|
262
|
-
#: ../lib/foreman_bootdisk/engine.rb:79
|
263
|
-
msgid "iPXE directory"
|
264
|
-
msgstr "Directori iPXE"
|
265
|
-
|
266
|
-
#: ../lib/foreman_bootdisk/engine.rb:80
|
267
|
-
msgid "Path to directory containing iPXE images"
|
268
|
-
msgstr "El camí al directori que conté les imatges iPXE"
|
269
|
-
|
270
|
-
#: ../lib/foreman_bootdisk/engine.rb:85
|
271
|
-
msgid "ISOLINUX directory"
|
272
|
-
msgstr ""
|
273
|
-
|
274
|
-
#: ../lib/foreman_bootdisk/engine.rb:86
|
275
|
-
msgid "Path to directory containing isolinux images"
|
276
|
-
msgstr "El camí al directori que conté les imatges isolinux"
|
277
|
-
|
278
|
-
#: ../lib/foreman_bootdisk/engine.rb:91
|
279
|
-
msgid "SYSLINUX directory"
|
280
|
-
msgstr ""
|
281
|
-
|
282
|
-
#: ../lib/foreman_bootdisk/engine.rb:92
|
283
|
-
msgid "Path to directory containing syslinux images"
|
284
|
-
msgstr "El camí al directori que conté les imatges syslinux"
|
285
|
-
|
286
|
-
#: ../lib/foreman_bootdisk/engine.rb:97
|
287
|
-
msgid "Grub2 directory"
|
288
|
-
msgstr ""
|
289
|
-
|
290
|
-
#: ../lib/foreman_bootdisk/engine.rb:98
|
291
|
-
msgid "Path to directory containing grubx64.efi and shimx64.efi"
|
292
|
-
msgstr ""
|
293
|
-
|
294
|
-
#: ../lib/foreman_bootdisk/engine.rb:104
|
295
|
-
msgid "Host image template"
|
296
|
-
msgstr ""
|
297
|
-
|
298
|
-
#: ../lib/foreman_bootdisk/engine.rb:105
|
299
|
-
msgid "iPXE template to use for host-specific boot disks"
|
300
|
-
msgstr ""
|
301
|
-
|
302
|
-
#: ../lib/foreman_bootdisk/engine.rb:111
|
303
|
-
msgid "Generic image template"
|
304
|
-
msgstr ""
|
305
|
-
|
306
|
-
#: ../lib/foreman_bootdisk/engine.rb:112
|
307
|
-
msgid "iPXE template to use for generic host boot disks"
|
308
|
-
msgstr ""
|
309
|
-
|
310
|
-
#: ../lib/foreman_bootdisk/engine.rb:118
|
311
|
-
msgid "Generic Grub2 EFI image template"
|
312
|
-
msgstr ""
|
313
|
-
|
314
|
-
#: ../lib/foreman_bootdisk/engine.rb:119
|
315
|
-
msgid "iPXE template to use for generic EFI host boot disks"
|
316
|
-
msgstr ""
|
317
|
-
|
318
|
-
#: ../lib/foreman_bootdisk/engine.rb:124
|
319
|
-
msgid "ISO generation command"
|
320
|
-
msgstr ""
|
321
|
-
|
322
|
-
#: ../lib/foreman_bootdisk/engine.rb:125
|
323
|
-
msgid "Command to generate ISO image, use genisoimage or mkisofs"
|
324
|
-
msgstr "L'ordre per generar la imatge ISO, utilitzeu genisoimage o mkisofs"
|
325
|
-
|
326
|
-
#: ../lib/foreman_bootdisk/engine.rb:130
|
327
|
-
msgid "Installation media caching"
|
328
|
-
msgstr ""
|
329
|
-
|
330
|
-
#: ../lib/foreman_bootdisk/engine.rb:131
|
331
|
-
msgid "Installation media files will be cached for full host images"
|
332
|
-
msgstr "Els fitxers dels mitjans d'instal·lació s'emmagatzemaran en memòria cau per a les imatges completes dels amfitrions"
|
333
|
-
|
334
|
-
#: ../lib/foreman_bootdisk/engine.rb:136
|
335
|
-
msgid "Allowed bootdisk types"
|
336
|
-
msgstr ""
|
337
|
-
|
338
|
-
#: ../lib/foreman_bootdisk/engine.rb:137
|
339
|
-
msgid "List of allowed bootdisk types, remove type to disable it"
|
340
|
-
msgstr ""
|
341
|
-
|
342
|
-
#: ../webpack/src/extensions/host/HostBootdiskButtons.js:80
|
343
|
-
msgid "Not available"
|
344
|
-
msgstr ""
|
345
|
-
|
346
|
-
#: action_names.rb:2
|
347
|
-
msgid "Remote action:"
|
348
|
-
msgstr ""
|
349
|
-
|
350
|
-
#: action_names.rb:3
|
351
|
-
msgid "Import Puppet classes"
|
352
|
-
msgstr ""
|
353
|
-
|
354
|
-
#: action_names.rb:4
|
355
|
-
msgid "Import facts"
|
356
|
-
msgstr ""
|
357
|
-
|
358
|
-
#: action_names.rb:5
|
359
|
-
msgid "Action with sub plans"
|
360
|
-
msgstr ""
|
361
|
-
|
362
|
-
#: gemspec.rb:4
|
363
|
-
msgid "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure."
|
364
|
-
msgstr ""
|
File without changes
|