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