foreman_bootdisk 6.0.0 → 6.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +5 -0
- data/README.md +46 -2
- data/app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb +37 -0
- data/app/controllers/foreman_bootdisk/disks_controller.rb +26 -3
- data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +12 -0
- data/app/models/concerns/foreman_bootdisk/host_ext.rb +1 -4
- data/app/services/foreman_bootdisk/iso_generator.rb +4 -4
- data/app/services/foreman_bootdisk/renderer.rb +25 -6
- data/app/views/foreman_bootdisk/disks/help.html.erb +9 -1
- data/app/views/foreman_bootdisk/generic_host.erb +2 -1
- data/config/routes.rb +2 -0
- data/db/migrate/20140522185700_change_templatekind_to_bootdisk.rb +1 -1
- data/db/seeds.d/50-bootdisk_templates.rb +17 -15
- data/lib/foreman_bootdisk.rb +1 -2
- data/lib/foreman_bootdisk/engine.rb +8 -2
- data/lib/foreman_bootdisk/version.rb +1 -1
- data/lib/tasks/bootdisk.rake +12 -0
- data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ca/foreman_bootdisk.po +167 -0
- data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/de/foreman_bootdisk.po +18 -17
- data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en/foreman_bootdisk.po +85 -39
- data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en_GB/foreman_bootdisk.po +26 -25
- data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/es/foreman_bootdisk.po +6 -5
- data/locale/foreman_bootdisk.pot +145 -44
- data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/fr/foreman_bootdisk.po +10 -10
- data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/it/foreman_bootdisk.po +3 -3
- data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ja/foreman_bootdisk.po +14 -13
- data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ko/foreman_bootdisk.po +3 -3
- data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/pt_BR/foreman_bootdisk.po +8 -7
- data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ru/foreman_bootdisk.po +28 -27
- data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/sv_SE/foreman_bootdisk.po +3 -3
- data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_CN/foreman_bootdisk.po +3 -3
- data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_TW/foreman_bootdisk.po +3 -3
- data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +4 -2
- data/test/functional/foreman_bootdisk/api/v2/subnet_disks_controller_test.rb +20 -0
- data/test/functional/foreman_bootdisk/disks_controller_test.rb +26 -2
- data/test/test_plugin_helper.rb +16 -4
- metadata +6 -2
Binary file
|
@@ -3,15 +3,16 @@
|
|
3
3
|
# This file is distributed under the same license as foreman_bootdisk.
|
4
4
|
#
|
5
5
|
# Translators:
|
6
|
-
#
|
6
|
+
# Andi Chandler <andi@gowling.com>, 2015
|
7
|
+
# Dominic Cleal <dominic@cleal.org>, 2014
|
7
8
|
msgid ""
|
8
9
|
msgstr ""
|
9
|
-
"Project-Id-Version: foreman_bootdisk
|
10
|
+
"Project-Id-Version: foreman_bootdisk 6.0.0\n"
|
10
11
|
"Report-Msgid-Bugs-To: \n"
|
11
12
|
"POT-Creation-Date: 2015-02-20 11:19+0000\n"
|
12
|
-
"PO-Revision-Date: 2015-
|
13
|
-
"Last-Translator:
|
14
|
-
"Language-Team: English (United Kingdom) (http://www.transifex.com/
|
13
|
+
"PO-Revision-Date: 2015-03-21 23:10+0000\n"
|
14
|
+
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
15
|
+
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)\n"
|
15
16
|
"MIME-Version: 1.0\n"
|
16
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
17
18
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -23,21 +24,21 @@ msgid ""
|
|
23
24
|
"inside the disk. This may be useful if chainloading fails on certain "
|
24
25
|
"hardware, but has the downside that the image must be regenerated for any "
|
25
26
|
"change in the OS, bootloader or templates."
|
26
|
-
msgstr ""
|
27
|
+
msgstr "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 templates."
|
27
28
|
|
28
29
|
msgid ""
|
29
30
|
"All images are usable as either ISOs or as disk images, including being "
|
30
31
|
"written to a USB disk with `dd`."
|
31
|
-
msgstr ""
|
32
|
+
msgstr "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
|
32
33
|
|
33
34
|
msgid "Back"
|
34
|
-
msgstr ""
|
35
|
+
msgstr "Back"
|
35
36
|
|
36
37
|
msgid "Boot disk"
|
37
38
|
msgstr "Boot disk"
|
38
39
|
|
39
40
|
msgid "Boot disks"
|
40
|
-
msgstr ""
|
41
|
+
msgstr "Boot disks"
|
41
42
|
|
42
43
|
msgid ""
|
43
44
|
"Bootdisk is not supported with safemode rendering, please disable "
|
@@ -48,19 +49,19 @@ msgid "Command to generate ISO image, use genisoimage or mkisofs"
|
|
48
49
|
msgstr "Command to generate ISO image, use genisoimage or mkisofs"
|
49
50
|
|
50
51
|
msgid "Download generic image"
|
51
|
-
msgstr ""
|
52
|
+
msgstr "Download generic image"
|
52
53
|
|
53
54
|
msgid "Download host image"
|
54
|
-
msgstr ""
|
55
|
+
msgstr "Download host image"
|
55
56
|
|
56
57
|
msgid "Failed to render boot disk template: %s"
|
57
58
|
msgstr "Failed to render boot disk template: %s"
|
58
59
|
|
59
60
|
msgid "Full host '%s' image"
|
60
|
-
msgstr ""
|
61
|
+
msgstr "Full host '%s' image"
|
61
62
|
|
62
63
|
msgid "Full host image"
|
63
|
-
msgstr ""
|
64
|
+
msgstr "Full host image"
|
64
65
|
|
65
66
|
msgid "Generic image"
|
66
67
|
msgstr "Generic image"
|
@@ -70,10 +71,10 @@ msgid ""
|
|
70
71
|
"in Foreman. It requires a basic DHCP and DNS service to function and "
|
71
72
|
"contact the server, but does not require DHCP reservations or static IP "
|
72
73
|
"addresses."
|
73
|
-
msgstr ""
|
74
|
+
msgstr "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."
|
74
75
|
|
75
76
|
msgid "Help"
|
76
|
-
msgstr ""
|
77
|
+
msgstr "Help"
|
77
78
|
|
78
79
|
msgid "Host '%s' image"
|
79
80
|
msgstr "Host '%s' image"
|
@@ -85,16 +86,16 @@ msgid "Host has no domain defined"
|
|
85
86
|
msgstr "Host has no domain defined"
|
86
87
|
|
87
88
|
msgid "Host has no provisioning interface defined"
|
88
|
-
msgstr ""
|
89
|
+
msgstr "Host has no provisioning interface defined"
|
89
90
|
|
90
91
|
msgid "Host has no subnet defined"
|
91
92
|
msgstr "Host has no subnet defined"
|
92
93
|
|
93
94
|
msgid "Host image"
|
94
|
-
msgstr ""
|
95
|
+
msgstr "Host image"
|
95
96
|
|
96
97
|
msgid "Host is not in build mode, so the template cannot be rendered"
|
97
|
-
msgstr ""
|
98
|
+
msgstr "Host is not in build mode, so the template cannot be rendered"
|
98
99
|
|
99
100
|
msgid "ISO build failed"
|
100
101
|
msgstr "ISO build failed"
|
@@ -103,13 +104,13 @@ msgid "ISO hybrid conversion failed"
|
|
103
104
|
msgstr "ISO hybrid conversion failed"
|
104
105
|
|
105
106
|
msgid "Installation media files will be cached for full host images"
|
106
|
-
msgstr ""
|
107
|
+
msgstr "Installation media files will be cached for full host images"
|
107
108
|
|
108
109
|
msgid ""
|
109
110
|
"Once chainloaded, the OS bootloader and installer are downloaded directly "
|
110
111
|
"from the installation media configured in Foreman, and the provisioning "
|
111
112
|
"script (kickstart/preseed) is downloaded from Foreman."
|
112
|
-
msgstr ""
|
113
|
+
msgstr "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."
|
113
114
|
|
114
115
|
msgid "Path to directory containing iPXE images"
|
115
116
|
msgstr "Path to directory containing iPXE images"
|
@@ -122,7 +123,7 @@ msgid ""
|
|
122
123
|
"and set up fully static networking, avoiding the requirement for DHCP. "
|
123
124
|
"After networking is configured, they chainload from Foreman, picking up the "
|
124
125
|
"current OS configuration and build state from the server."
|
125
|
-
msgstr ""
|
126
|
+
msgstr "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."
|
126
127
|
|
127
128
|
msgid "Please ensure the ipxe-bootimgs and syslinux packages are installed."
|
128
129
|
msgstr "Please ensure the ipxe-bootimgs and syslinux packages are installed."
|
@@ -142,23 +143,23 @@ msgid ""
|
|
142
143
|
"The OS install continues using the installation media configured in Foreman,"
|
143
144
|
" and it will typically configure static networking, depending on how the OS "
|
144
145
|
"iPXE template is configured."
|
145
|
-
msgstr ""
|
146
|
+
msgstr "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."
|
146
147
|
|
147
148
|
msgid "True for full, false for basic reusable image"
|
148
|
-
msgstr ""
|
149
|
+
msgstr "True for full, false for basic reusable image"
|
149
150
|
|
150
151
|
msgid "Unable to find template specified by %s setting"
|
151
152
|
msgstr "Unable to find template specified by %s setting"
|
152
153
|
|
153
154
|
msgid "Unable to generate disk template: %s"
|
154
|
-
msgstr ""
|
155
|
+
msgstr "Unable to generate disk template: %s"
|
155
156
|
|
156
157
|
msgid ""
|
157
158
|
"Various types of boot disks can be created to provision hosts without the "
|
158
159
|
"need for PXE services. Boot disks can be attached to the host (physical or "
|
159
160
|
"virtual) which boots from the disk, contacts Foreman and begins the OS "
|
160
161
|
"installation."
|
161
|
-
msgstr ""
|
162
|
+
msgstr "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."
|
162
163
|
|
163
164
|
msgid "iPXE template to use for generic host boot disks"
|
164
165
|
msgstr "iPXE template to use for generic host boot disks"
|
Binary file
|
@@ -3,15 +3,16 @@
|
|
3
3
|
# This file is distributed under the same license as foreman_bootdisk.
|
4
4
|
#
|
5
5
|
# Translators:
|
6
|
+
# Sergio Ocón <sergio.ocon@redhat.com>, 2015
|
6
7
|
# Sergio Ocón <sergio.ocon@redhat.com>, 2014
|
7
8
|
msgid ""
|
8
9
|
msgstr ""
|
9
|
-
"Project-Id-Version: foreman_bootdisk
|
10
|
+
"Project-Id-Version: foreman_bootdisk 6.0.0\n"
|
10
11
|
"Report-Msgid-Bugs-To: \n"
|
11
12
|
"POT-Creation-Date: 2015-02-20 11:19+0000\n"
|
12
|
-
"PO-Revision-Date: 2015-
|
13
|
-
"Last-Translator:
|
14
|
-
"Language-Team: Spanish (http://www.transifex.com/
|
13
|
+
"PO-Revision-Date: 2015-03-24 12:42+0000\n"
|
14
|
+
"Last-Translator: Sergio Ocón <sergio.ocon@redhat.com>\n"
|
15
|
+
"Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)\n"
|
15
16
|
"MIME-Version: 1.0\n"
|
16
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
17
18
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -85,7 +86,7 @@ msgid "Host has no domain defined"
|
|
85
86
|
msgstr "El host no tiene dominio definido"
|
86
87
|
|
87
88
|
msgid "Host has no provisioning interface defined"
|
88
|
-
msgstr ""
|
89
|
+
msgstr "El host no tiene interfaz de provisión definido"
|
89
90
|
|
90
91
|
msgid "Host has no subnet defined"
|
91
92
|
msgstr "El host no tiene subred definida"
|
data/locale/foreman_bootdisk.pot
CHANGED
@@ -1,138 +1,239 @@
|
|
1
|
-
#
|
2
|
-
#
|
3
|
-
# This file is distributed under the same license as foreman_bootdisk.
|
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
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
4
5
|
#
|
5
6
|
#, fuzzy
|
6
7
|
msgid ""
|
7
8
|
msgstr ""
|
8
|
-
"Project-Id-Version:
|
9
|
+
"Project-Id-Version: foreman_bootdisk 1.0.0\n"
|
9
10
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date:
|
11
|
-
"PO-Revision-Date:
|
12
|
-
"Last-Translator:
|
13
|
-
"Language-Team:
|
11
|
+
"POT-Creation-Date: 2016-01-14 13:03+0000\n"
|
12
|
+
"PO-Revision-Date: 2016-01-14 13:03+0000\n"
|
13
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14
15
|
"Language: \n"
|
15
16
|
"MIME-Version: 1.0\n"
|
16
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
17
18
|
"Content-Transfer-Encoding: 8bit\n"
|
18
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
19
20
|
|
20
|
-
|
21
|
+
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:17
|
22
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:1
|
23
|
+
msgid "Boot disks"
|
21
24
|
msgstr ""
|
22
25
|
|
23
|
-
|
26
|
+
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:20
|
27
|
+
msgid "Download generic image"
|
24
28
|
msgstr ""
|
25
29
|
|
26
|
-
|
30
|
+
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:28
|
31
|
+
msgid "Download host image"
|
27
32
|
msgstr ""
|
28
33
|
|
29
|
-
|
34
|
+
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:29
|
35
|
+
msgid "True for full, false for basic reusable image"
|
30
36
|
msgstr ""
|
31
37
|
|
32
|
-
|
38
|
+
#: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:16
|
39
|
+
msgid "Subnet boot disks"
|
33
40
|
msgstr ""
|
34
41
|
|
35
|
-
|
42
|
+
#: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:19
|
43
|
+
msgid "Download subnet generic image"
|
36
44
|
msgstr ""
|
37
45
|
|
38
|
-
|
46
|
+
#: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
|
47
|
+
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:47
|
48
|
+
msgid "TFTP feature not enabled for subnet %s"
|
39
49
|
msgstr ""
|
40
50
|
|
41
|
-
|
51
|
+
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:46
|
52
|
+
msgid "Subnet is not assigned to the host %s"
|
42
53
|
msgstr ""
|
43
54
|
|
44
|
-
|
55
|
+
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:70
|
56
|
+
msgid "Failed to render boot disk template"
|
45
57
|
msgstr ""
|
46
58
|
|
47
|
-
|
59
|
+
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:11
|
60
|
+
msgid "Boot disk"
|
48
61
|
msgstr ""
|
49
62
|
|
50
|
-
|
63
|
+
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:12
|
64
|
+
msgid "Host '%s' image"
|
51
65
|
msgstr ""
|
52
66
|
|
53
|
-
|
67
|
+
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:13
|
68
|
+
msgid "Full host '%s' image"
|
54
69
|
msgstr ""
|
55
70
|
|
71
|
+
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:15
|
72
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:25
|
56
73
|
msgid "Generic image"
|
57
74
|
msgstr ""
|
58
75
|
|
59
|
-
|
76
|
+
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:18
|
77
|
+
msgid "Help"
|
60
78
|
msgstr ""
|
61
79
|
|
62
|
-
|
80
|
+
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:28
|
81
|
+
msgid "Subnet '%s' generic image"
|
63
82
|
msgstr ""
|
64
83
|
|
65
|
-
|
84
|
+
#: ../app/models/concerns/foreman_bootdisk/host_ext.rb:7
|
85
|
+
#: ../app/services/foreman_bootdisk/renderer.rb:10
|
86
|
+
msgid "Unable to find template specified by %s setting"
|
66
87
|
msgstr ""
|
67
88
|
|
68
|
-
|
89
|
+
#: ../app/models/setting/bootdisk.rb:11
|
90
|
+
msgid "Path to directory containing iPXE images"
|
69
91
|
msgstr ""
|
70
92
|
|
71
|
-
|
93
|
+
#: ../app/models/setting/bootdisk.rb:12
|
94
|
+
msgid "Path to directory containing syslinux images"
|
72
95
|
msgstr ""
|
73
96
|
|
74
|
-
|
97
|
+
#: ../app/models/setting/bootdisk.rb:13
|
98
|
+
msgid "iPXE template to use for host-specific boot disks"
|
75
99
|
msgstr ""
|
76
100
|
|
77
|
-
|
101
|
+
#: ../app/models/setting/bootdisk.rb:14
|
102
|
+
msgid "iPXE template to use for generic host boot disks"
|
78
103
|
msgstr ""
|
79
104
|
|
80
|
-
|
105
|
+
#: ../app/models/setting/bootdisk.rb:15
|
106
|
+
msgid "Command to generate ISO image, use genisoimage or mkisofs"
|
81
107
|
msgstr ""
|
82
108
|
|
109
|
+
#: ../app/models/setting/bootdisk.rb:16
|
110
|
+
msgid "Installation media files will be cached for full host images"
|
111
|
+
msgstr ""
|
112
|
+
|
113
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:11
|
83
114
|
msgid "Host is not in build mode, so the template cannot be rendered"
|
84
115
|
msgstr ""
|
85
116
|
|
117
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:14
|
118
|
+
msgid "Unable to generate disk template: %s"
|
119
|
+
msgstr ""
|
120
|
+
|
121
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:47
|
122
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:60
|
123
|
+
msgid "Please ensure the ipxe-bootimgs and syslinux packages are installed."
|
124
|
+
msgstr ""
|
125
|
+
|
126
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:80
|
86
127
|
msgid "ISO build failed"
|
87
128
|
msgstr ""
|
88
129
|
|
130
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:85
|
89
131
|
msgid "ISO hybrid conversion failed"
|
90
132
|
msgstr ""
|
91
133
|
|
92
|
-
|
134
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:2
|
135
|
+
msgid "Back"
|
93
136
|
msgstr ""
|
94
137
|
|
95
|
-
|
138
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:6
|
139
|
+
msgid ""
|
140
|
+
"Various types of boot disks can be created to provision hosts without the need"
|
141
|
+
" for PXE services. Boot disks can be attached to the host (physical or virtua"
|
142
|
+
"l) which boots from the disk, contacts Foreman and begins the OS installation."
|
96
143
|
msgstr ""
|
97
144
|
|
98
|
-
|
145
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:9
|
146
|
+
msgid ""
|
147
|
+
"All images are usable as either ISOs or as disk images, including being writte"
|
148
|
+
"n to a USB disk with `dd`."
|
99
149
|
msgstr ""
|
100
150
|
|
101
|
-
|
151
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:12
|
152
|
+
msgid "Host image"
|
102
153
|
msgstr ""
|
103
154
|
|
104
|
-
|
155
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:14
|
156
|
+
msgid ""
|
157
|
+
"Per-host images contain data about a particular host registered in Foreman and"
|
158
|
+
" set up fully static networking, avoiding the requirement for DHCP. After net"
|
159
|
+
"working is configured, they chainload from Foreman, picking up the current OS "
|
160
|
+
"configuration and build state from the server."
|
105
161
|
msgstr ""
|
106
162
|
|
107
|
-
|
163
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:17
|
164
|
+
msgid ""
|
165
|
+
"Once chainloaded, the OS bootloader and installer are downloaded directly from"
|
166
|
+
" the installation media configured in Foreman, and the provisioning script (ki"
|
167
|
+
"ckstart/preseed) is downloaded from Foreman."
|
108
168
|
msgstr ""
|
109
169
|
|
110
|
-
|
170
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:20
|
171
|
+
msgid "Full host image"
|
111
172
|
msgstr ""
|
112
173
|
|
113
|
-
|
174
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:22
|
175
|
+
msgid ""
|
176
|
+
"A variant of the per-host image which contains the OS bootloader embedded insi"
|
177
|
+
"de the disk. This may be useful if chainloading fails on certain hardware, bu"
|
178
|
+
"t has the downside that the image must be regenerated for any change in the OS"
|
179
|
+
", bootloader or PXELinux templates."
|
114
180
|
msgstr ""
|
115
181
|
|
116
|
-
|
182
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:27
|
183
|
+
msgid ""
|
184
|
+
"Generic images are a reusable disk image that works for any host registered in"
|
185
|
+
" Foreman. It requires a basic DHCP and DNS service to function and contact th"
|
186
|
+
"e server, but does not require DHCP reservations or static IP addresses."
|
117
187
|
msgstr ""
|
118
188
|
|
119
|
-
|
189
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:30
|
190
|
+
msgid ""
|
191
|
+
"The OS install continues using the installation media configured in Foreman, a"
|
192
|
+
"nd it will typically configure static networking, depending on how the OS iPXE"
|
193
|
+
" template is configured."
|
120
194
|
msgstr ""
|
121
195
|
|
122
|
-
|
196
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:33
|
197
|
+
msgid "Subnet image"
|
123
198
|
msgstr ""
|
124
199
|
|
125
|
-
|
200
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:35
|
201
|
+
msgid ""
|
202
|
+
"Subnet images are similar to generic images, but chain-loading is done via the"
|
203
|
+
" TFTP Smart Proxy assigned to the Subnet of the host. The smart proxy must hav"
|
204
|
+
"e the \"Templates\" module enabled and configured."
|
126
205
|
msgstr ""
|
127
206
|
|
128
|
-
|
207
|
+
#: ../app/views/foreman_bootdisk/disks/help.html.erb:38
|
208
|
+
msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
|
129
209
|
msgstr ""
|
130
210
|
|
131
|
-
|
211
|
+
#: ../app/views/foreman_bootdisk/host.erb:9
|
212
|
+
msgid "Host has no provisioning interface defined"
|
132
213
|
msgstr ""
|
133
214
|
|
134
|
-
|
215
|
+
#: ../app/views/foreman_bootdisk/host.erb:10
|
216
|
+
msgid "Host has no IP address defined"
|
135
217
|
msgstr ""
|
136
218
|
|
137
|
-
|
219
|
+
#: ../app/views/foreman_bootdisk/host.erb:11
|
220
|
+
msgid "Host has no subnet defined"
|
221
|
+
msgstr ""
|
222
|
+
|
223
|
+
#: ../app/views/foreman_bootdisk/host.erb:12
|
224
|
+
msgid "Host has no domain defined"
|
225
|
+
msgstr ""
|
226
|
+
|
227
|
+
#: ../app/views/foreman_bootdisk/host.erb:13
|
228
|
+
msgid "Subnet (%s) has no gateway defined"
|
229
|
+
msgstr ""
|
230
|
+
|
231
|
+
#: ../app/views/foreman_bootdisk/host.erb:14
|
232
|
+
msgid "Subnet (%s) has no primary DNS server defined"
|
233
|
+
msgstr ""
|
234
|
+
|
235
|
+
#: gemspec.rb:2
|
236
|
+
msgid ""
|
237
|
+
"Plugin for Foreman that creates iPXE-based boot disks to provision hosts witho"
|
238
|
+
"ut the need for PXE infrastructure."
|
138
239
|
msgstr ""
|