foreman_discovery 25.0.0 → 25.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +440 -452
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +397 -409
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +537 -549
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +280 -291
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +541 -553
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +339 -351
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +468 -480
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +536 -548
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +525 -537
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +493 -505
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +538 -550
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +510 -522
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +361 -373
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +540 -552
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +400 -412
- data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -0
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +41 -35
- data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +18 -12
- data/app/controllers/discovered_hosts_controller.rb +0 -13
- data/app/controllers/discovered_hosts_controller.rb.orig +354 -0
- data/app/models/host/discovered.rb +1 -0
- data/app/services/foreman_discovery/fact_to_category_resolver.rb +11 -6
- data/app/services/foreman_discovery/lldp_neighbors.rb +6 -2
- data/app/views/api/v2/discovered_hosts/main.json.rabl +2 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -0
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -1
- data/app/views/discovered_hosts/show.html.erb +3 -1
- data/app/views/discovered_mailer/_discovered_host.html.erb +5 -0
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.po +2 -14
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.po +128 -138
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.po +4 -16
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.po +13 -20
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.po +39 -51
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.po +47 -59
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.po +18 -30
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.po +2 -14
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.po +2 -14
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.po +27 -38
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.po +19 -31
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.po +98 -108
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.po +2 -14
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.po +2 -14
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.po +2 -14
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.po +20 -32
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.po +2 -14
- data/test/facts/facts_with_lldp_bond_candidate.json +7 -0
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +35 -0
- data/test/integration/discovered_hosts_test.rb +3 -1
- data/test/test_helper_discovery.rb +21 -7
- data/test/unit/lldp_neighbors_test.rb +34 -0
- metadata +4 -3
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_discovery": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_discovery
|
|
6
|
+
"Project-Id-Version": "foreman_discovery 25.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2013-11-15 17:25+0000",
|
|
9
9
|
"Last-Translator": "johnny.westerlund <johnny.westerlund@gmail.com>, 2014",
|
|
10
|
-
"Language-Team": "Swedish (Sweden) (http://
|
|
10
|
+
"Language-Team": "Swedish (Sweden) (http://app.transifex.com/foreman/foreman/language/sv_SE/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
13
13
|
"Content-Transfer-Encoding": "8bit",
|
|
@@ -17,829 +17,817 @@
|
|
|
17
17
|
"domain": "foreman_discovery",
|
|
18
18
|
"plural_forms": "nplurals=2; plural=(n != 1);"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
21
|
-
""
|
|
20
|
+
"%s - The following hosts are about to be changed": [
|
|
21
|
+
"%s - Följande värdar kommer att ändras"
|
|
22
22
|
],
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"%s discovered hosts were provisioned": [
|
|
24
|
+
""
|
|
25
25
|
],
|
|
26
|
-
"
|
|
27
|
-
"
|
|
26
|
+
"<b>Foreman</b> Discovered hosts summary": [
|
|
27
|
+
""
|
|
28
28
|
],
|
|
29
|
-
"
|
|
29
|
+
"A summary of discovered hosts": [
|
|
30
30
|
""
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"Actions": [
|
|
33
|
+
"Åtgärder"
|
|
34
34
|
],
|
|
35
|
-
"
|
|
36
|
-
""
|
|
35
|
+
"Assign Location": [
|
|
36
|
+
"Tilldela Plats"
|
|
37
37
|
],
|
|
38
|
-
"
|
|
39
|
-
""
|
|
38
|
+
"Assign Organization": [
|
|
39
|
+
"Tilldela Organisation"
|
|
40
40
|
],
|
|
41
|
-
"
|
|
41
|
+
"Associated Hosts": [
|
|
42
42
|
""
|
|
43
43
|
],
|
|
44
|
-
"Provision
|
|
44
|
+
"Auto Provision": [
|
|
45
45
|
""
|
|
46
46
|
],
|
|
47
|
-
"
|
|
47
|
+
"Auto provisioning": [
|
|
48
48
|
""
|
|
49
49
|
],
|
|
50
|
-
"
|
|
50
|
+
"Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
|
|
51
51
|
""
|
|
52
52
|
],
|
|
53
|
-
"
|
|
53
|
+
"Automatically generate PXE configuration to pin a newly discovered host to discovery": [
|
|
54
54
|
""
|
|
55
55
|
],
|
|
56
|
-
"
|
|
56
|
+
"Automatically provision newly discovered hosts, according to the provisioning rules": [
|
|
57
57
|
""
|
|
58
58
|
],
|
|
59
|
-
"
|
|
59
|
+
"Automatically reboot or kexec discovered host during provisioning": [
|
|
60
60
|
""
|
|
61
61
|
],
|
|
62
|
-
"
|
|
62
|
+
"Back": [
|
|
63
|
+
"Tillbaka"
|
|
64
|
+
],
|
|
65
|
+
"CPUs": [
|
|
66
|
+
"CPUer"
|
|
67
|
+
],
|
|
68
|
+
"Cancel": [
|
|
69
|
+
"Avbryt"
|
|
70
|
+
],
|
|
71
|
+
"Clean all facts": [
|
|
63
72
|
""
|
|
64
73
|
],
|
|
65
|
-
"
|
|
74
|
+
"Clean all reported facts during provisioning (except discovery facts)": [
|
|
66
75
|
""
|
|
67
76
|
],
|
|
68
|
-
"
|
|
69
|
-
"
|
|
77
|
+
"Clone": [
|
|
78
|
+
"Klona"
|
|
70
79
|
],
|
|
71
|
-
"
|
|
72
|
-
"
|
|
80
|
+
"Clone %s": [
|
|
81
|
+
"Klona %s"
|
|
73
82
|
],
|
|
74
|
-
"
|
|
83
|
+
"Collapse All": [
|
|
75
84
|
""
|
|
76
85
|
],
|
|
77
|
-
"
|
|
86
|
+
"Could not get facts from proxy %{url}: %{error}": [
|
|
78
87
|
""
|
|
79
88
|
],
|
|
80
|
-
"
|
|
89
|
+
"Create Host": [
|
|
81
90
|
""
|
|
82
91
|
],
|
|
83
|
-
"
|
|
92
|
+
"Create Rule": [
|
|
84
93
|
""
|
|
85
94
|
],
|
|
86
|
-
"
|
|
95
|
+
"Create a discovered host for testing (use /facts to create new hosts)": [
|
|
87
96
|
""
|
|
88
97
|
],
|
|
89
|
-
"
|
|
98
|
+
"Create a discovery rule": [
|
|
90
99
|
""
|
|
91
100
|
],
|
|
92
|
-
"
|
|
101
|
+
"Create bond interfaces": [
|
|
93
102
|
""
|
|
94
103
|
],
|
|
95
|
-
"Host
|
|
104
|
+
"Customize Host": [
|
|
96
105
|
""
|
|
97
106
|
],
|
|
98
|
-
"
|
|
107
|
+
"DHCP filename option (Grub2 or PXELinux by default)": [
|
|
99
108
|
""
|
|
100
109
|
],
|
|
101
|
-
"
|
|
102
|
-
""
|
|
110
|
+
"Delete": [
|
|
111
|
+
"Radera"
|
|
103
112
|
],
|
|
104
|
-
"
|
|
105
|
-
""
|
|
113
|
+
"Delete %s?": [
|
|
114
|
+
"Radera %s?"
|
|
106
115
|
],
|
|
107
|
-
"
|
|
116
|
+
"Delete a discovered host": [
|
|
108
117
|
""
|
|
109
118
|
],
|
|
110
|
-
"
|
|
119
|
+
"Delete a rule": [
|
|
111
120
|
""
|
|
112
121
|
],
|
|
113
|
-
"%s
|
|
122
|
+
"Delete rule '%s'?": [
|
|
114
123
|
""
|
|
115
124
|
],
|
|
116
|
-
"
|
|
117
|
-
""
|
|
125
|
+
"Destroyed selected hosts": [
|
|
126
|
+
"Förstör markerade värdar"
|
|
118
127
|
],
|
|
119
|
-
"
|
|
120
|
-
""
|
|
128
|
+
"Details": [
|
|
129
|
+
"Detaljer"
|
|
121
130
|
],
|
|
122
|
-
"
|
|
131
|
+
"Disable": [
|
|
123
132
|
""
|
|
124
133
|
],
|
|
125
|
-
"
|
|
134
|
+
"Disable rule '%s'?": [
|
|
126
135
|
""
|
|
127
136
|
],
|
|
128
|
-
"
|
|
137
|
+
"Discovered Host": [
|
|
138
|
+
"",
|
|
129
139
|
""
|
|
130
140
|
],
|
|
131
|
-
"
|
|
132
|
-
""
|
|
141
|
+
"Discovered Hosts": [
|
|
142
|
+
"Hittade värdar"
|
|
133
143
|
],
|
|
134
|
-
"
|
|
144
|
+
"Discovered Rules": [
|
|
135
145
|
""
|
|
136
146
|
],
|
|
137
|
-
"
|
|
147
|
+
"Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
|
|
138
148
|
""
|
|
139
149
|
],
|
|
140
|
-
"
|
|
150
|
+
"Discovered host reported from unknown subnet, communication will not be proxied.": [
|
|
141
151
|
""
|
|
142
152
|
],
|
|
143
|
-
"
|
|
144
|
-
""
|
|
153
|
+
"Discovered host: %s": [
|
|
154
|
+
"Hittade värdar: %s"
|
|
145
155
|
],
|
|
146
|
-
"
|
|
156
|
+
"Discovered hosts are provisioning now": [
|
|
147
157
|
""
|
|
148
158
|
],
|
|
149
|
-
"
|
|
159
|
+
"Discovered hosts are rebooting now": [
|
|
150
160
|
""
|
|
151
161
|
],
|
|
152
|
-
"
|
|
162
|
+
"Discovered hosts from Foreman server at %{foreman_url}": [
|
|
153
163
|
""
|
|
154
164
|
],
|
|
155
|
-
"
|
|
165
|
+
"Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
|
|
156
166
|
""
|
|
157
167
|
],
|
|
158
|
-
"
|
|
168
|
+
"Discovered hosts summary": [
|
|
159
169
|
""
|
|
160
170
|
],
|
|
161
|
-
"
|
|
171
|
+
"Discovery": [
|
|
162
172
|
""
|
|
163
173
|
],
|
|
164
|
-
"
|
|
174
|
+
"Discovery Proxy": [
|
|
165
175
|
""
|
|
166
176
|
],
|
|
167
|
-
"
|
|
177
|
+
"Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
|
168
178
|
""
|
|
169
179
|
],
|
|
170
|
-
"
|
|
180
|
+
"Discovery Rules": [
|
|
171
181
|
""
|
|
172
182
|
],
|
|
173
|
-
"
|
|
183
|
+
"Discovery fact parser does not work with non-discovery host '%{host}'": [
|
|
174
184
|
""
|
|
175
185
|
],
|
|
176
|
-
"
|
|
186
|
+
"Discovery hostname naming pattern": [
|
|
177
187
|
""
|
|
178
188
|
],
|
|
179
|
-
"
|
|
189
|
+
"Discovery location": [
|
|
180
190
|
""
|
|
181
191
|
],
|
|
182
|
-
"
|
|
192
|
+
"Discovery organization": [
|
|
183
193
|
""
|
|
184
194
|
],
|
|
185
|
-
"
|
|
195
|
+
"DiscoveryRule|Enabled": [
|
|
186
196
|
""
|
|
187
197
|
],
|
|
188
|
-
"
|
|
189
|
-
"
|
|
198
|
+
"DiscoveryRule|Name": [
|
|
199
|
+
""
|
|
190
200
|
],
|
|
191
|
-
"
|
|
192
|
-
"
|
|
201
|
+
"DiscoveryRule|Priority": [
|
|
202
|
+
""
|
|
193
203
|
],
|
|
194
|
-
"
|
|
204
|
+
"DiscoveryRule|Query": [
|
|
195
205
|
""
|
|
196
206
|
],
|
|
197
|
-
"
|
|
207
|
+
"Disk Count": [
|
|
198
208
|
""
|
|
199
209
|
],
|
|
200
|
-
"
|
|
210
|
+
"Disk count": [
|
|
201
211
|
""
|
|
202
212
|
],
|
|
203
|
-
"
|
|
213
|
+
"Disks Size": [
|
|
204
214
|
""
|
|
205
215
|
],
|
|
206
|
-
"
|
|
216
|
+
"Disks size": [
|
|
207
217
|
""
|
|
208
218
|
],
|
|
209
|
-
"
|
|
219
|
+
"Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
|
|
210
220
|
""
|
|
211
221
|
],
|
|
212
|
-
"
|
|
213
|
-
"
|
|
222
|
+
"Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
|
|
223
|
+
""
|
|
214
224
|
],
|
|
215
|
-
"
|
|
216
|
-
"
|
|
225
|
+
"Edit %s": [
|
|
226
|
+
"Redigera %s"
|
|
217
227
|
],
|
|
218
|
-
"
|
|
228
|
+
"Enable": [
|
|
219
229
|
""
|
|
220
230
|
],
|
|
221
|
-
"
|
|
231
|
+
"Enable rule '%s'?": [
|
|
222
232
|
""
|
|
223
233
|
],
|
|
224
|
-
"
|
|
234
|
+
"Error message goes here": [
|
|
225
235
|
""
|
|
226
236
|
],
|
|
227
|
-
"
|
|
237
|
+
"Error on existing NIC": [
|
|
228
238
|
""
|
|
229
239
|
],
|
|
230
|
-
"
|
|
231
|
-
"Inga värdar med det idt eller namnet hittades"
|
|
232
|
-
],
|
|
233
|
-
"No hosts selected": [
|
|
234
|
-
"Inga värdar markerade"
|
|
235
|
-
],
|
|
236
|
-
"Something went wrong while selecting hosts - %s": [
|
|
237
|
-
"Något blev fel vid markering av värdar - %s"
|
|
238
|
-
],
|
|
239
|
-
"Rule enabled": [
|
|
240
|
+
"Errors during auto provisioning: %s": [
|
|
240
241
|
""
|
|
241
242
|
],
|
|
242
|
-
"
|
|
243
|
+
"Errors during reboot: %s": [
|
|
243
244
|
""
|
|
244
245
|
],
|
|
245
|
-
"
|
|
246
|
+
"Execute rules against a discovered host": [
|
|
246
247
|
""
|
|
247
248
|
],
|
|
248
|
-
"
|
|
249
|
-
"Uppdatera fakta"
|
|
250
|
-
],
|
|
251
|
-
"Reboot": [
|
|
249
|
+
"Execute rules against all currently discovered hosts": [
|
|
252
250
|
""
|
|
253
251
|
],
|
|
254
|
-
"
|
|
255
|
-
"
|
|
252
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
|
|
253
|
+
""
|
|
256
254
|
],
|
|
257
|
-
"
|
|
258
|
-
"
|
|
255
|
+
"Extra facter columns to show in host lists": [
|
|
256
|
+
""
|
|
259
257
|
],
|
|
260
|
-
"
|
|
261
|
-
"
|
|
258
|
+
"Fact + prefix": [
|
|
259
|
+
""
|
|
262
260
|
],
|
|
263
|
-
"
|
|
264
|
-
"
|
|
261
|
+
"Fact columns": [
|
|
262
|
+
""
|
|
265
263
|
],
|
|
266
|
-
"
|
|
267
|
-
"
|
|
264
|
+
"Fact name to use for primary interface detection": [
|
|
265
|
+
""
|
|
268
266
|
],
|
|
269
|
-
"
|
|
270
|
-
"
|
|
267
|
+
"Facts could not be imported": [
|
|
268
|
+
""
|
|
271
269
|
],
|
|
272
|
-
"
|
|
273
|
-
"
|
|
270
|
+
"Facts refreshed for %s": [
|
|
271
|
+
"Fakta uppdaterade för %s"
|
|
274
272
|
],
|
|
275
|
-
"
|
|
276
|
-
"
|
|
273
|
+
"Failed to auto provision host %s: %s": [
|
|
274
|
+
""
|
|
277
275
|
],
|
|
278
|
-
"
|
|
276
|
+
"Failed to reboot host %s": [
|
|
279
277
|
""
|
|
280
278
|
],
|
|
281
|
-
"
|
|
279
|
+
"Failed to reboot host %{hostname} with error %{error_message}": [
|
|
282
280
|
""
|
|
283
281
|
],
|
|
284
|
-
"
|
|
282
|
+
"Failed to reboot hosts with error %s": [
|
|
285
283
|
""
|
|
286
284
|
],
|
|
287
|
-
"
|
|
288
|
-
"
|
|
285
|
+
"Failed to refresh facts for %s": [
|
|
286
|
+
"Misslyckades med att uppdatera fakta för %s"
|
|
289
287
|
],
|
|
290
|
-
"
|
|
291
|
-
"
|
|
288
|
+
"Failed to refresh facts for %{hostname} with error %{error_message}": [
|
|
289
|
+
""
|
|
292
290
|
],
|
|
293
|
-
"
|
|
291
|
+
"For more information please see ": [
|
|
294
292
|
""
|
|
295
293
|
],
|
|
296
|
-
"
|
|
294
|
+
"Force DNS": [
|
|
297
295
|
""
|
|
298
296
|
],
|
|
299
|
-
"
|
|
297
|
+
"Force DNS entries creation when provisioning discovered host": [
|
|
300
298
|
""
|
|
301
299
|
],
|
|
302
|
-
"
|
|
300
|
+
"Foreman Discovery": [
|
|
303
301
|
""
|
|
304
302
|
],
|
|
305
|
-
"
|
|
303
|
+
"Foreman discovered hosts summary": [
|
|
306
304
|
""
|
|
307
305
|
],
|
|
308
|
-
"
|
|
309
|
-
"
|
|
306
|
+
"Hardware": [
|
|
307
|
+
"Hårdvara"
|
|
310
308
|
],
|
|
311
|
-
"
|
|
309
|
+
"Hardware facts": [
|
|
312
310
|
""
|
|
313
311
|
],
|
|
314
|
-
"
|
|
312
|
+
"Highlighted facts": [
|
|
315
313
|
""
|
|
316
314
|
],
|
|
317
|
-
"
|
|
315
|
+
"Highlights": [
|
|
318
316
|
""
|
|
319
317
|
],
|
|
320
|
-
"
|
|
321
|
-
""
|
|
318
|
+
"Host": [
|
|
319
|
+
"Värd"
|
|
322
320
|
],
|
|
323
|
-
"
|
|
321
|
+
"Host %s has been dicovered": [
|
|
324
322
|
""
|
|
325
323
|
],
|
|
326
|
-
"
|
|
324
|
+
"Host %{host} was provisioned with rule %{rule}": [
|
|
327
325
|
""
|
|
328
326
|
],
|
|
329
|
-
"Host
|
|
330
|
-
"",
|
|
327
|
+
"Host Group": [
|
|
331
328
|
""
|
|
332
329
|
],
|
|
333
330
|
"Host group location %s must also be associated to the discovery rule": [
|
|
334
331
|
"",
|
|
335
332
|
""
|
|
336
333
|
],
|
|
337
|
-
"
|
|
334
|
+
"Host group organization %s must also be associated to the discovery rule": [
|
|
335
|
+
"",
|
|
338
336
|
""
|
|
339
337
|
],
|
|
340
|
-
"
|
|
338
|
+
"Host of type %s can not be rebooted": [
|
|
341
339
|
""
|
|
342
340
|
],
|
|
343
|
-
"
|
|
341
|
+
"Host's owner type": [
|
|
344
342
|
""
|
|
345
343
|
],
|
|
346
|
-
"
|
|
344
|
+
"Host's parameters (array or indexed hash)": [
|
|
347
345
|
""
|
|
348
346
|
],
|
|
349
|
-
"
|
|
347
|
+
"Hostname facts": [
|
|
350
348
|
""
|
|
351
349
|
],
|
|
352
|
-
"
|
|
350
|
+
"Hostname for provisioned hosts": [
|
|
353
351
|
""
|
|
354
352
|
],
|
|
355
|
-
"
|
|
353
|
+
"Hostname prefix": [
|
|
356
354
|
""
|
|
357
355
|
],
|
|
358
|
-
"
|
|
356
|
+
"Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
|
|
359
357
|
""
|
|
360
358
|
],
|
|
361
|
-
"
|
|
362
|
-
""
|
|
359
|
+
"Hosts": [
|
|
360
|
+
"Värdar"
|
|
363
361
|
],
|
|
364
|
-
"
|
|
362
|
+
"Hosts Limit": [
|
|
365
363
|
""
|
|
366
364
|
],
|
|
367
|
-
"
|
|
365
|
+
"Hosts/Limit": [
|
|
368
366
|
""
|
|
369
367
|
],
|
|
370
|
-
"
|
|
368
|
+
"ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
|
371
369
|
""
|
|
372
370
|
],
|
|
373
|
-
"
|
|
371
|
+
"IP Address": [
|
|
372
|
+
"IPadress"
|
|
373
|
+
],
|
|
374
|
+
"IP address": [
|
|
374
375
|
""
|
|
375
376
|
],
|
|
376
|
-
"
|
|
377
|
-
"
|
|
377
|
+
"IPAM must be configured for subnet '%s'": [
|
|
378
|
+
""
|
|
378
379
|
],
|
|
379
|
-
"
|
|
380
|
+
"IPMI": [
|
|
380
381
|
""
|
|
381
382
|
],
|
|
382
|
-
"
|
|
383
|
+
"IPMI facts": [
|
|
383
384
|
""
|
|
384
385
|
],
|
|
385
|
-
"
|
|
386
|
+
"Identifier": [
|
|
386
387
|
""
|
|
387
388
|
],
|
|
388
|
-
"
|
|
389
|
+
"Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
|
|
389
390
|
""
|
|
390
391
|
],
|
|
391
|
-
"
|
|
392
|
+
"Image API returned HTTP/%{code} with '%{body}": [
|
|
392
393
|
""
|
|
393
394
|
],
|
|
394
|
-
"
|
|
395
|
+
"In addition to @host attribute function rand for random integers is available. Examples:": [
|
|
395
396
|
""
|
|
396
397
|
],
|
|
397
|
-
"
|
|
398
|
+
"Init RAM kexec URL is invalid: '%s'": [
|
|
398
399
|
""
|
|
399
400
|
],
|
|
400
|
-
"
|
|
401
|
+
"Interface fact": [
|
|
401
402
|
""
|
|
402
403
|
],
|
|
403
|
-
"
|
|
404
|
-
"
|
|
404
|
+
"Interfaces": [
|
|
405
|
+
""
|
|
405
406
|
],
|
|
406
|
-
"
|
|
407
|
-
"
|
|
407
|
+
"Invalid facts, must be a Hash": [
|
|
408
|
+
""
|
|
408
409
|
],
|
|
409
|
-
"
|
|
410
|
-
"
|
|
410
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
|
|
411
|
+
""
|
|
411
412
|
],
|
|
412
|
-
"
|
|
413
|
+
"Invalid hostname: Could not normalize the hostname": [
|
|
413
414
|
""
|
|
414
415
|
],
|
|
415
|
-
"
|
|
416
|
+
"Invalid user type of %s was provided": [
|
|
416
417
|
""
|
|
417
418
|
],
|
|
418
|
-
"
|
|
419
|
+
"Kernel kexec URL is invalid: '%s'": [
|
|
419
420
|
""
|
|
420
421
|
],
|
|
421
|
-
"
|
|
422
|
+
"Kexec template not associated with operating system": [
|
|
422
423
|
""
|
|
423
424
|
],
|
|
424
|
-
"
|
|
425
|
+
"Last Facts Upload": [
|
|
425
426
|
""
|
|
426
427
|
],
|
|
427
|
-
"
|
|
428
|
+
"List all discovered hosts": [
|
|
428
429
|
""
|
|
429
430
|
],
|
|
430
|
-
"
|
|
431
|
+
"List all discovery rules": [
|
|
431
432
|
""
|
|
432
433
|
],
|
|
433
|
-
"
|
|
434
|
+
"List all fact values of a given discovered host": [
|
|
434
435
|
""
|
|
435
436
|
],
|
|
436
|
-
"
|
|
437
|
+
"List of facts to use for the hostname (first wins)": [
|
|
437
438
|
""
|
|
438
439
|
],
|
|
439
|
-
"
|
|
440
|
+
"Location": [
|
|
441
|
+
"Lokation"
|
|
442
|
+
],
|
|
443
|
+
"Locations": [
|
|
444
|
+
"Lokationer"
|
|
445
|
+
],
|
|
446
|
+
"Lock PXE": [
|
|
440
447
|
""
|
|
441
448
|
],
|
|
442
|
-
"
|
|
449
|
+
"Locked PXEGrub template name": [
|
|
443
450
|
""
|
|
444
451
|
],
|
|
445
|
-
"
|
|
446
|
-
"",
|
|
452
|
+
"Locked PXEGrub2 template name": [
|
|
447
453
|
""
|
|
448
454
|
],
|
|
449
|
-
"
|
|
455
|
+
"Locked PXELinux template name": [
|
|
450
456
|
""
|
|
451
457
|
],
|
|
452
|
-
"
|
|
453
|
-
"
|
|
458
|
+
"MAC address": [
|
|
459
|
+
""
|
|
454
460
|
],
|
|
455
|
-
"
|
|
456
|
-
"
|
|
461
|
+
"MAC-based name": [
|
|
462
|
+
""
|
|
457
463
|
],
|
|
458
|
-
"
|
|
459
|
-
"
|
|
464
|
+
"Maximum hosts provisioned with this rule (0 = unlimited)": [
|
|
465
|
+
""
|
|
460
466
|
],
|
|
461
467
|
"Memory": [
|
|
462
468
|
"Minne"
|
|
463
469
|
],
|
|
464
|
-
"
|
|
465
|
-
""
|
|
466
|
-
],
|
|
467
|
-
"Create Host": [
|
|
470
|
+
"Miscellaneous": [
|
|
468
471
|
""
|
|
469
472
|
],
|
|
470
|
-
"
|
|
471
|
-
"
|
|
473
|
+
"Model": [
|
|
474
|
+
"Modell"
|
|
472
475
|
],
|
|
473
|
-
"
|
|
474
|
-
"
|
|
476
|
+
"N/A": [
|
|
477
|
+
"N/A"
|
|
475
478
|
],
|
|
476
479
|
"Name": [
|
|
477
480
|
"Namn"
|
|
478
481
|
],
|
|
479
|
-
"
|
|
480
|
-
"
|
|
482
|
+
"Name of the parameter": [
|
|
483
|
+
"Parameterns namn"
|
|
481
484
|
],
|
|
482
|
-
"
|
|
483
|
-
""
|
|
485
|
+
"Network": [
|
|
486
|
+
"Nätverk"
|
|
484
487
|
],
|
|
485
|
-
"
|
|
488
|
+
"Network facts": [
|
|
486
489
|
""
|
|
487
490
|
],
|
|
488
|
-
"
|
|
489
|
-
"Lokation"
|
|
490
|
-
],
|
|
491
|
-
"Organization": [
|
|
492
|
-
"Organisation"
|
|
493
|
-
],
|
|
494
|
-
"Subnet": [
|
|
495
|
-
"Subnät"
|
|
496
|
-
],
|
|
497
|
-
"Last Facts Upload": [
|
|
491
|
+
"New Discovery Rule": [
|
|
498
492
|
""
|
|
499
493
|
],
|
|
500
|
-
"
|
|
501
|
-
"Åtgärder"
|
|
502
|
-
],
|
|
503
|
-
"Please Confirm": [
|
|
504
|
-
"Var god, bekräfta"
|
|
505
|
-
],
|
|
506
|
-
"Cancel": [
|
|
507
|
-
"Avbryt"
|
|
508
|
-
],
|
|
509
|
-
"Submit": [
|
|
510
|
-
"Sänd"
|
|
511
|
-
],
|
|
512
|
-
"Provision %s": [
|
|
494
|
+
"New hosts": [
|
|
513
495
|
""
|
|
514
496
|
],
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
],
|
|
518
|
-
"Select location": [
|
|
519
|
-
"Välj lokation"
|
|
520
|
-
],
|
|
521
|
-
"Select organization": [
|
|
522
|
-
"Välj organisation"
|
|
497
|
+
"New in the last 24 hours": [
|
|
498
|
+
""
|
|
523
499
|
],
|
|
524
|
-
"Discovered
|
|
525
|
-
"
|
|
500
|
+
"No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
|
|
501
|
+
""
|
|
526
502
|
],
|
|
527
|
-
"
|
|
503
|
+
"No discovered hosts available": [
|
|
528
504
|
""
|
|
529
505
|
],
|
|
530
|
-
"
|
|
531
|
-
"
|
|
506
|
+
"No discovered hosts for the selected period": [
|
|
507
|
+
""
|
|
532
508
|
],
|
|
533
|
-
"
|
|
509
|
+
"No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
|
|
534
510
|
""
|
|
535
511
|
],
|
|
536
|
-
"
|
|
512
|
+
"No discovered hosts to provision": [
|
|
537
513
|
""
|
|
538
514
|
],
|
|
539
|
-
"
|
|
515
|
+
"No discovered hosts to reboot": [
|
|
540
516
|
""
|
|
541
517
|
],
|
|
542
|
-
"
|
|
518
|
+
"No hostgroup associated with rule '%s'": [
|
|
543
519
|
""
|
|
544
520
|
],
|
|
545
|
-
"
|
|
546
|
-
""
|
|
521
|
+
"No hosts selected": [
|
|
522
|
+
"Inga värdar markerade"
|
|
523
|
+
],
|
|
524
|
+
"No hosts were found with that id or name": [
|
|
525
|
+
"Inga värdar med det idt eller namnet hittades"
|
|
547
526
|
],
|
|
548
|
-
"
|
|
527
|
+
"No new discovered hosts for this period": [
|
|
549
528
|
""
|
|
550
529
|
],
|
|
551
|
-
"
|
|
530
|
+
"No rule found for host %s": [
|
|
552
531
|
""
|
|
553
532
|
],
|
|
554
|
-
"
|
|
533
|
+
"Not reported in more than 7 days": [
|
|
555
534
|
""
|
|
556
535
|
],
|
|
557
|
-
"
|
|
536
|
+
"One or more hosts have been discovered": [
|
|
558
537
|
""
|
|
559
538
|
],
|
|
560
|
-
"
|
|
539
|
+
"One or more hosts with failed discovery due to error: %s": [
|
|
561
540
|
""
|
|
562
541
|
],
|
|
563
|
-
"
|
|
542
|
+
"Option 'url' must be provided": [
|
|
564
543
|
""
|
|
565
544
|
],
|
|
566
|
-
"
|
|
545
|
+
"Option 'url' must be valid URI: %s": [
|
|
567
546
|
""
|
|
568
547
|
],
|
|
569
|
-
"
|
|
548
|
+
"Options must be hash": [
|
|
570
549
|
""
|
|
571
550
|
],
|
|
572
|
-
"
|
|
573
|
-
"
|
|
574
|
-
],
|
|
575
|
-
"Locations": [
|
|
576
|
-
"Lokationer"
|
|
551
|
+
"Organization": [
|
|
552
|
+
"Organisation"
|
|
577
553
|
],
|
|
578
554
|
"Organizations": [
|
|
579
555
|
"Organisationer"
|
|
580
556
|
],
|
|
581
|
-
"
|
|
557
|
+
"PXEGrub template to be used when pinning a host to discovery": [
|
|
582
558
|
""
|
|
583
559
|
],
|
|
584
|
-
"
|
|
560
|
+
"PXEGrub2 template to be used when pinning a host to discovery": [
|
|
585
561
|
""
|
|
586
562
|
],
|
|
587
|
-
"
|
|
563
|
+
"PXELinux template to be used when pinning a host to discovery": [
|
|
588
564
|
""
|
|
589
565
|
],
|
|
590
|
-
"
|
|
591
|
-
""
|
|
566
|
+
"Parameter value": [
|
|
567
|
+
"Parametervärde"
|
|
592
568
|
],
|
|
593
|
-
"
|
|
594
|
-
""
|
|
569
|
+
"Please Confirm": [
|
|
570
|
+
"Var god, bekräfta"
|
|
595
571
|
],
|
|
596
|
-
"
|
|
572
|
+
"Prefer IPv6": [
|
|
597
573
|
""
|
|
598
574
|
],
|
|
599
|
-
"
|
|
575
|
+
"Prefer IPv6 to IPv4 when calling discovered nodes": [
|
|
600
576
|
""
|
|
601
577
|
],
|
|
602
|
-
"
|
|
578
|
+
"Primary": [
|
|
579
|
+
"Primär"
|
|
580
|
+
],
|
|
581
|
+
"Provision": [
|
|
582
|
+
"Provisionera"
|
|
583
|
+
],
|
|
584
|
+
"Provision %s": [
|
|
603
585
|
""
|
|
604
586
|
],
|
|
605
|
-
"
|
|
587
|
+
"Provision a discovered host": [
|
|
606
588
|
""
|
|
607
589
|
],
|
|
608
|
-
"
|
|
590
|
+
"Random name": [
|
|
609
591
|
""
|
|
610
592
|
],
|
|
611
|
-
"
|
|
612
|
-
"
|
|
593
|
+
"Reboot": [
|
|
594
|
+
""
|
|
613
595
|
],
|
|
614
|
-
"
|
|
615
|
-
"
|
|
596
|
+
"Rebooting %s": [
|
|
597
|
+
"Startar om %s"
|
|
616
598
|
],
|
|
617
|
-
"
|
|
599
|
+
"Rebooting a discovered host": [
|
|
618
600
|
""
|
|
619
601
|
],
|
|
620
|
-
"
|
|
602
|
+
"Rebooting all discovered hosts": [
|
|
621
603
|
""
|
|
622
604
|
],
|
|
623
|
-
"
|
|
605
|
+
"Rebooting host %s": [
|
|
624
606
|
""
|
|
625
607
|
],
|
|
626
|
-
"
|
|
608
|
+
"Rebuild DNS for %s": [
|
|
627
609
|
""
|
|
628
610
|
],
|
|
629
|
-
"
|
|
630
|
-
""
|
|
611
|
+
"Refresh facts": [
|
|
612
|
+
"Uppdatera fakta"
|
|
631
613
|
],
|
|
632
|
-
"
|
|
614
|
+
"Refreshing the facts of a discovered host": [
|
|
633
615
|
""
|
|
634
616
|
],
|
|
635
|
-
"
|
|
617
|
+
"Regex to organize facts for hardware section": [
|
|
636
618
|
""
|
|
637
619
|
],
|
|
638
|
-
"
|
|
620
|
+
"Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
|
|
639
621
|
""
|
|
640
622
|
],
|
|
641
|
-
"
|
|
623
|
+
"Regex to organize facts for ipmi section": [
|
|
642
624
|
""
|
|
643
625
|
],
|
|
644
|
-
"
|
|
626
|
+
"Regex to organize facts for network section": [
|
|
645
627
|
""
|
|
646
628
|
],
|
|
647
|
-
"
|
|
629
|
+
"Regex to organize facts for software section": [
|
|
648
630
|
""
|
|
649
631
|
],
|
|
650
|
-
"
|
|
632
|
+
"Regex to organize facts for storage section": [
|
|
651
633
|
""
|
|
652
634
|
],
|
|
653
|
-
"
|
|
635
|
+
"Reloading kernel on %s": [
|
|
654
636
|
""
|
|
655
637
|
],
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
],
|
|
659
|
-
"Hosts": [
|
|
660
|
-
"Värdar"
|
|
638
|
+
"Reported in the last 7 days": [
|
|
639
|
+
""
|
|
661
640
|
],
|
|
662
|
-
"
|
|
641
|
+
"Rule disabled": [
|
|
663
642
|
""
|
|
664
643
|
],
|
|
665
|
-
"
|
|
644
|
+
"Rule enabled": [
|
|
666
645
|
""
|
|
667
646
|
],
|
|
668
|
-
"
|
|
647
|
+
"Rule priority (lower integer means higher priority)": [
|
|
669
648
|
""
|
|
670
649
|
],
|
|
671
|
-
"
|
|
672
|
-
"
|
|
650
|
+
"Select Action": [
|
|
651
|
+
"Välj Åtgärd"
|
|
673
652
|
],
|
|
674
|
-
"
|
|
675
|
-
""
|
|
653
|
+
"Select all items in this page": [
|
|
654
|
+
"Markera alla valbara på denna sida"
|
|
676
655
|
],
|
|
677
|
-
"
|
|
678
|
-
"
|
|
656
|
+
"Select location": [
|
|
657
|
+
"Välj lokation"
|
|
679
658
|
],
|
|
680
|
-
"
|
|
681
|
-
""
|
|
659
|
+
"Select organization": [
|
|
660
|
+
"Välj organisation"
|
|
682
661
|
],
|
|
683
|
-
"
|
|
662
|
+
"Show a discovered host": [
|
|
684
663
|
""
|
|
685
664
|
],
|
|
686
|
-
"
|
|
665
|
+
"Show a discovery rule": [
|
|
687
666
|
""
|
|
688
667
|
],
|
|
689
|
-
"
|
|
668
|
+
"Software": [
|
|
690
669
|
""
|
|
691
670
|
],
|
|
692
|
-
"
|
|
671
|
+
"Software facts": [
|
|
693
672
|
""
|
|
694
673
|
],
|
|
695
|
-
"
|
|
696
|
-
""
|
|
674
|
+
"Something went wrong while selecting hosts - %s": [
|
|
675
|
+
"Något blev fel vid markering av värdar - %s"
|
|
697
676
|
],
|
|
698
|
-
"
|
|
677
|
+
"Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
|
|
699
678
|
""
|
|
700
679
|
],
|
|
701
|
-
"
|
|
702
|
-
""
|
|
680
|
+
"Storage": [
|
|
681
|
+
"Lagring"
|
|
703
682
|
],
|
|
704
|
-
"
|
|
683
|
+
"Storage facts": [
|
|
705
684
|
""
|
|
706
685
|
],
|
|
707
|
-
"
|
|
708
|
-
""
|
|
686
|
+
"Submit": [
|
|
687
|
+
"Sänd"
|
|
709
688
|
],
|
|
710
|
-
"
|
|
711
|
-
""
|
|
689
|
+
"Subnet": [
|
|
690
|
+
"Subnät"
|
|
712
691
|
],
|
|
713
|
-
"
|
|
692
|
+
"Successfully provisioned %s": [
|
|
714
693
|
""
|
|
715
694
|
],
|
|
716
|
-
"
|
|
695
|
+
"Summary from %{time} ago to %{now}": [
|
|
717
696
|
""
|
|
718
697
|
],
|
|
719
|
-
"
|
|
698
|
+
"Summary report for discovered hosts from Foreman": [
|
|
720
699
|
""
|
|
721
700
|
],
|
|
722
|
-
"
|
|
701
|
+
"Target host group for this rule with all properties set": [
|
|
723
702
|
""
|
|
724
703
|
],
|
|
725
|
-
"
|
|
726
|
-
""
|
|
704
|
+
"The default location to place discovered hosts in": [
|
|
705
|
+
"Standardplatsen att placera värdar i"
|
|
727
706
|
],
|
|
728
|
-
"
|
|
729
|
-
""
|
|
707
|
+
"The default organization to place discovered hosts in": [
|
|
708
|
+
"Standardorganisationen att placera hittade värdar i"
|
|
730
709
|
],
|
|
731
|
-
"
|
|
710
|
+
"The default prefix to use for the host name, must start with a letter": [
|
|
732
711
|
""
|
|
733
712
|
],
|
|
734
|
-
"
|
|
735
|
-
""
|
|
713
|
+
"The following hosts were not deleted: %s": [
|
|
714
|
+
"Följande värdar raderades inte: %s"
|
|
736
715
|
],
|
|
737
|
-
"
|
|
738
|
-
""
|
|
716
|
+
"This might take a while, as all hosts, facts and reports will be destroyed as well": [
|
|
717
|
+
"Detta kan dröja då alla värdar, fakta och rapporter också kommer bli förstörda"
|
|
739
718
|
],
|
|
740
|
-
"
|
|
741
|
-
""
|
|
719
|
+
"Type": [
|
|
720
|
+
"Typ"
|
|
742
721
|
],
|
|
743
|
-
"
|
|
722
|
+
"Type of name generator": [
|
|
744
723
|
""
|
|
745
724
|
],
|
|
746
|
-
"
|
|
725
|
+
"Type of value": [
|
|
747
726
|
""
|
|
748
727
|
],
|
|
749
|
-
"
|
|
728
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
|
|
750
729
|
""
|
|
751
730
|
],
|
|
752
|
-
"
|
|
731
|
+
"Unable to find a discovery rule, no host provided (check permissions)": [
|
|
753
732
|
""
|
|
754
733
|
],
|
|
755
|
-
"
|
|
734
|
+
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
|
|
756
735
|
""
|
|
757
736
|
],
|
|
758
|
-
"
|
|
737
|
+
"Unable to perform %{action} on %{ips}": [
|
|
759
738
|
""
|
|
760
739
|
],
|
|
761
|
-
"
|
|
740
|
+
"Unable to perform kexec on %{name} (%{url}): %{msg}": [
|
|
762
741
|
""
|
|
763
742
|
],
|
|
764
|
-
"
|
|
743
|
+
"Unable to perform reboot on %{name} (%{url}): %{msg}": [
|
|
765
744
|
""
|
|
766
745
|
],
|
|
767
|
-
"
|
|
746
|
+
"Unable to provision %{host}: %{errors}": [
|
|
768
747
|
""
|
|
769
748
|
],
|
|
770
|
-
"
|
|
749
|
+
"Update a rule": [
|
|
771
750
|
""
|
|
772
751
|
],
|
|
773
|
-
"
|
|
752
|
+
"Upload facts for a host, creating the host if required": [
|
|
774
753
|
""
|
|
775
754
|
],
|
|
776
|
-
"
|
|
755
|
+
"When creating hostname patterns, make sure the resulting host names are unique.": [
|
|
777
756
|
""
|
|
778
757
|
],
|
|
779
|
-
"
|
|
758
|
+
"can't contain white spaces.": [
|
|
780
759
|
""
|
|
781
760
|
],
|
|
782
|
-
"
|
|
761
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts": [
|
|
783
762
|
""
|
|
784
763
|
],
|
|
785
|
-
"
|
|
764
|
+
"documentation": [
|
|
786
765
|
""
|
|
787
766
|
],
|
|
788
|
-
"
|
|
767
|
+
"enables to limit maximum amount of provisioned hosts per rule": [
|
|
789
768
|
""
|
|
790
769
|
],
|
|
791
|
-
"
|
|
792
|
-
""
|
|
770
|
+
"filter results": [
|
|
771
|
+
"filtrera resultat"
|
|
793
772
|
],
|
|
794
|
-
"
|
|
773
|
+
"flag is used for temporary shutdown of rules": [
|
|
795
774
|
""
|
|
796
775
|
],
|
|
797
|
-
"
|
|
776
|
+
"hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)": [
|
|
798
777
|
""
|
|
799
778
|
],
|
|
800
|
-
"
|
|
779
|
+
"items selected. Uncheck to Clear": [
|
|
780
|
+
"poster markerade. Avmarkera för att rensa"
|
|
781
|
+
],
|
|
782
|
+
"location ID for provisioned hosts": [
|
|
801
783
|
""
|
|
802
784
|
],
|
|
803
|
-
"
|
|
785
|
+
"must be present.": [
|
|
804
786
|
""
|
|
805
787
|
],
|
|
806
|
-
"
|
|
788
|
+
"must start with a letter or ERB.": [
|
|
807
789
|
""
|
|
808
790
|
],
|
|
809
|
-
"
|
|
791
|
+
"not required if it's a virtual machine": [
|
|
810
792
|
""
|
|
811
793
|
],
|
|
812
|
-
"
|
|
794
|
+
"not required if using a subnet with DHCP proxy": [
|
|
813
795
|
""
|
|
814
796
|
],
|
|
815
|
-
"
|
|
797
|
+
"number of entries per request": [
|
|
798
|
+
"antal poster per begäran"
|
|
799
|
+
],
|
|
800
|
+
"organization ID for provisioned hosts": [
|
|
816
801
|
""
|
|
817
802
|
],
|
|
818
|
-
"
|
|
803
|
+
"paginate results": [
|
|
819
804
|
""
|
|
820
805
|
],
|
|
821
|
-
"
|
|
806
|
+
"puts the rules in order, low numbers go first. Must be greater then zero": [
|
|
822
807
|
""
|
|
823
808
|
],
|
|
824
|
-
"
|
|
809
|
+
"query to match discovered hosts for the particular rule": [
|
|
825
810
|
""
|
|
826
811
|
],
|
|
827
|
-
"
|
|
812
|
+
"represents rule name shown to the users": [
|
|
828
813
|
""
|
|
829
814
|
],
|
|
830
|
-
"
|
|
815
|
+
"required if host is managed and custom partition has not been defined": [
|
|
831
816
|
""
|
|
832
817
|
],
|
|
833
|
-
"
|
|
818
|
+
"required if host is managed and value is not inherited from host group": [
|
|
834
819
|
""
|
|
835
820
|
],
|
|
836
|
-
"
|
|
821
|
+
"required if not imaged based provisioning and host is managed and value is not inherited from host group": [
|
|
837
822
|
""
|
|
838
823
|
],
|
|
839
|
-
"
|
|
824
|
+
"required if value is not inherited from host group or default password in settings": [
|
|
840
825
|
""
|
|
841
826
|
],
|
|
842
|
-
"
|
|
827
|
+
"sort results": [
|
|
828
|
+
"sortera resultat"
|
|
829
|
+
],
|
|
830
|
+
"the hostgroup that is used to auto provision a host": [
|
|
843
831
|
""
|
|
844
832
|
]
|
|
845
833
|
}
|