foreman_discovery 2.0.2 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -182
  3. data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -2
  4. data/app/controllers/api/v2/discovery_rules_controller.rb +16 -8
  5. data/app/controllers/discovered_hosts_controller.rb +8 -1
  6. data/app/helpers/discovered_hosts_helper.rb +1 -1
  7. data/app/models/discovery_rule.rb +0 -7
  8. data/app/models/host/discovered.rb +14 -4
  9. data/app/services/host_converter.rb +2 -2
  10. data/app/views/api/v2/discovery_rules/main.json.rabl +1 -6
  11. data/app/views/discovered_hosts/_discovered_host.html.erb +1 -1
  12. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -2
  13. data/app/views/discovery_rules/index.html.erb +3 -3
  14. data/lib/foreman_discovery/engine.rb +5 -8
  15. data/lib/foreman_discovery/version.rb +1 -1
  16. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  17. data/locale/de/foreman_discovery.po +211 -20
  18. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  19. data/locale/en_GB/foreman_discovery.po +208 -17
  20. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/es/foreman_discovery.po +212 -19
  22. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/fr/foreman_discovery.po +209 -18
  24. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  25. data/locale/gl/foreman_discovery.po +203 -12
  26. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/it/foreman_discovery.po +209 -18
  28. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/ja/foreman_discovery.po +209 -18
  30. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/ko/foreman_discovery.po +209 -18
  32. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/pt_BR/foreman_discovery.po +209 -18
  34. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/ru/foreman_discovery.po +209 -18
  36. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/sv_SE/foreman_discovery.po +209 -18
  38. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/zh_CN/foreman_discovery.po +209 -18
  40. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/zh_TW/foreman_discovery.po +209 -18
  42. data/test/factories/discovery_rule_related.rb +1 -0
  43. data/test/functional/api/v2/discovered_hosts_controller_test.rb +19 -4
  44. data/test/functional/discovered_hosts_controller_test.rb +4 -3
  45. data/test/unit/discovered_extensions_test.rb +9 -7
  46. data/test/unit/facts.json +3 -1
  47. data/test/unit/host_discovered_test.rb +7 -8
  48. metadata +2 -5
  49. data/db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb +0 -8
  50. data/test/unit/discovery_rule_test.rb +0 -20
@@ -1,7 +1,6 @@
1
- # Template file for strings which can be localized in the Foreman Application.
2
- #
3
- # This file is distributed under the same license as the Foreman.
4
- #
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 package.
5
4
  #
6
5
  # Translators:
7
6
  # Dominic Cleal <dcleal@redhat.com>, 2014
@@ -9,11 +8,11 @@
9
8
  # luizvasconcelos <luizvasconceloss@yahoo.com.br>, 2014
10
9
  msgid ""
11
10
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 1.4.0.rc2\n"
11
+ "Project-Id-Version: foreman_discovery 2.0.0.rc1\n"
13
12
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2014-08-20 08:33+0100\n"
15
- "PO-Revision-Date: 2014-09-16 13:30+0000\n"
16
- "Last-Translator: Dominic Cleal <dcleal@redhat.com>\n"
13
+ "POT-Creation-Date: 2015-01-28 17:53+0100\n"
14
+ "PO-Revision-Date: 2015-01-30 11:12+0000\n"
15
+ "Last-Translator: Lukáš Zapletal\n"
17
16
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/foreman/language/pt_BR/)\n"
18
17
  "MIME-Version: 1.0\n"
19
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -36,15 +35,32 @@ msgstr "Associar localização"
36
35
  msgid "Assign Organization"
37
36
  msgstr "Associar Organização"
38
37
 
38
+ msgid "Auto Provision"
39
+ msgstr ""
40
+
41
+ msgid "Auto Provision All"
42
+ msgstr ""
43
+
44
+ msgid ""
45
+ "Automatically provision newly discovered hosts, according to the "
46
+ "provisioning rules"
47
+ msgstr ""
48
+
49
+ msgid "CPUs"
50
+ msgstr "CPUs"
51
+
39
52
  msgid "Cancel"
40
53
  msgstr "Cancelar"
41
54
 
42
- msgid "Could not get facts from proxy: %s"
43
- msgstr "Não foi possível obter fatos do proxy: %s"
55
+ msgid "Could not get facts from proxy %{url}: %{error}"
56
+ msgstr ""
44
57
 
45
58
  msgid "Create a discovered host"
46
59
  msgstr ""
47
60
 
61
+ msgid "Create a discovery rule"
62
+ msgstr ""
63
+
48
64
  msgid "Delete"
49
65
  msgstr "Apagar"
50
66
 
@@ -54,12 +70,21 @@ msgstr "Apagar %s?"
54
70
  msgid "Delete a discovered host"
55
71
  msgstr ""
56
72
 
73
+ msgid "Delete a rule"
74
+ msgstr ""
75
+
57
76
  msgid "Delete hosts"
58
77
  msgstr "Apagar hosts"
59
78
 
60
79
  msgid "Destroyed selected hosts"
61
80
  msgstr "Destruir hosts selecionados"
62
81
 
82
+ msgid "Disable"
83
+ msgstr ""
84
+
85
+ msgid "Disable rule?"
86
+ msgstr ""
87
+
63
88
  msgid "Discovered Host Pool"
64
89
  msgstr ""
65
90
 
@@ -69,9 +94,60 @@ msgstr "Host descoberto: %s"
69
94
  msgid "Discovered hosts"
70
95
  msgstr "Hosts descobertos"
71
96
 
97
+ msgid "Discovered hosts are provisioning now"
98
+ msgstr ""
99
+
100
+ msgid "Discovery Rules"
101
+ msgstr ""
102
+
103
+ msgid "Discovery rules"
104
+ msgstr ""
105
+
72
106
  msgid "Discovery widget"
73
107
  msgstr ""
74
108
 
109
+ msgid "DiscoveryRule|Enabled"
110
+ msgstr ""
111
+
112
+ msgid "DiscoveryRule|Name"
113
+ msgstr ""
114
+
115
+ msgid "DiscoveryRule|Priority"
116
+ msgstr ""
117
+
118
+ msgid "DiscoveryRule|Query"
119
+ msgstr ""
120
+
121
+ msgid "Disk count"
122
+ msgstr ""
123
+
124
+ msgid "Disks size"
125
+ msgstr ""
126
+
127
+ msgid ""
128
+ "Domain will be appended automatically. A hostname based on MAC address will "
129
+ "be used when left blank. In addition to @host attribute function rand for "
130
+ "random integers is available. Examples:"
131
+ msgstr ""
132
+
133
+ msgid "Edit Discovery Rule"
134
+ msgstr ""
135
+
136
+ msgid "Enable"
137
+ msgstr ""
138
+
139
+ msgid "Enable rule?"
140
+ msgstr ""
141
+
142
+ msgid "Errors during auto provisioning: %s"
143
+ msgstr ""
144
+
145
+ msgid "Execute rules against a discovered host"
146
+ msgstr ""
147
+
148
+ msgid "Execute rules against all currently discovered hosts"
149
+ msgstr ""
150
+
75
151
  msgid "Fact"
76
152
  msgstr "Fato"
77
153
 
@@ -81,20 +157,50 @@ msgstr "Fatos descobertos neste host"
81
157
  msgid "Facts refreshed for %s"
82
158
  msgstr "Fatos atualizados de %s"
83
159
 
84
- msgid "Failed to import facts for Host::Discovered"
85
- msgstr "Falha ao importar fatos de Host::Discovered"
160
+ msgid "Failed to auto provision host %s: %s"
161
+ msgstr ""
86
162
 
87
- msgid "Failed to import facts for Host::Discovered: %s"
88
- msgstr "Falha ao importar fatos de Host::Discovered: %s"
163
+ msgid "Failed to import facts for discovered host"
164
+ msgstr ""
89
165
 
90
- msgid "Failed to reboot: %s"
91
- msgstr "Falha ao reiniciar: %s"
166
+ msgid "Failed to import facts for discovered host: %s"
167
+ msgstr ""
168
+
169
+ msgid "Failed to reboot host %s"
170
+ msgstr ""
171
+
172
+ msgid "Failed to reboot host %{hostname} with error %{error_message}"
173
+ msgstr ""
92
174
 
93
175
  msgid "Failed to refresh facts for %s"
94
176
  msgstr "Falha ao atualizar fatos de %s"
95
177
 
96
- msgid "Imported Host::Discovered"
97
- msgstr "Importado Host::Discovered"
178
+ msgid "Host"
179
+ msgstr "Host"
180
+
181
+ msgid "Host %{host} was provisioned with rule %{rule}"
182
+ msgstr ""
183
+
184
+ msgid "Host group"
185
+ msgstr "Grupo de Host"
186
+
187
+ msgid "Host of type %s can not be rebooted"
188
+ msgstr ""
189
+
190
+ msgid "Hostname for provisioned hosts"
191
+ msgstr ""
192
+
193
+ msgid "Hosts limit"
194
+ msgstr ""
195
+
196
+ msgid "Hosts/limit"
197
+ msgstr ""
198
+
199
+ msgid "IP Address"
200
+ msgstr "Endereço IP"
201
+
202
+ msgid "Imported discovered host"
203
+ msgstr ""
98
204
 
99
205
  msgid "Invalid facts, must be a Hash"
100
206
  msgstr "Fatos inválidos, devem ser um Hash"
@@ -111,24 +217,48 @@ msgstr "Ultimos fatos enviados"
111
217
  msgid "List all discovered hosts"
112
218
  msgstr ""
113
219
 
220
+ msgid "List all discovery rules"
221
+ msgstr ""
222
+
114
223
  msgid "Location"
115
224
  msgstr "Localização"
116
225
 
226
+ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
227
+ msgstr ""
228
+
229
+ msgid "Memory"
230
+ msgstr "Memória"
231
+
117
232
  msgid "Model"
118
233
  msgstr "Modelo"
119
234
 
235
+ msgid "N/A"
236
+ msgstr "N/A"
237
+
120
238
  msgid "Name"
121
239
  msgstr "Nome"
122
240
 
241
+ msgid "New Discovery Rule"
242
+ msgstr ""
243
+
244
+ msgid "New Rule"
245
+ msgstr ""
246
+
123
247
  msgid "No discovered hosts available"
124
248
  msgstr ""
125
249
 
250
+ msgid "No discovered hosts to provision"
251
+ msgstr ""
252
+
126
253
  msgid "No hosts selected"
127
254
  msgstr "Nenhum host selecionado"
128
255
 
129
256
  msgid "No hosts were found with that id or name"
130
257
  msgstr "Nenhum host foi encontrado com este id ou nome"
131
258
 
259
+ msgid "No rule found for host %s"
260
+ msgstr ""
261
+
132
262
  msgid "Organization"
133
263
  msgstr "Organização"
134
264
 
@@ -141,12 +271,33 @@ msgstr "Provisão"
141
271
  msgid "Provision a discovered host"
142
272
  msgstr ""
143
273
 
274
+ msgid "Reboot"
275
+ msgstr ""
276
+
144
277
  msgid "Rebooting %s"
145
278
  msgstr "Reiniciando %s"
146
279
 
280
+ msgid "Rebooting a discovered host"
281
+ msgstr ""
282
+
283
+ msgid "Rebooting host %s"
284
+ msgstr ""
285
+
147
286
  msgid "Refresh facts"
148
287
  msgstr "Atualizar fatos"
149
288
 
289
+ msgid "Refreshing the facts of a discovered host"
290
+ msgstr ""
291
+
292
+ msgid "Rule disabled"
293
+ msgstr ""
294
+
295
+ msgid "Rule enabled"
296
+ msgstr ""
297
+
298
+ msgid "Rule priority (lower integer means higher priority)"
299
+ msgstr ""
300
+
150
301
  msgid "Select Action"
151
302
  msgstr "Selecionar ação"
152
303
 
@@ -162,15 +313,32 @@ msgstr "Selecionar organização"
162
313
  msgid "Show a discovered host"
163
314
  msgstr ""
164
315
 
316
+ msgid "Show a discovery rule"
317
+ msgstr ""
318
+
319
+ msgid "Show fact as an extra column in the discovered hosts list"
320
+ msgstr ""
321
+
165
322
  msgid "Something went wrong while selecting hosts - %s"
166
323
  msgstr "Aldo deu errado ao selecionar hosts - %s"
167
324
 
325
+ msgid ""
326
+ "Specify target hostname template pattern in the same syntax as in "
327
+ "Provisioning Templates (ERB)."
328
+ msgstr ""
329
+
168
330
  msgid "Submit"
169
331
  msgstr "Submeter"
170
332
 
171
333
  msgid "Subnet"
172
334
  msgstr "Suberede"
173
335
 
336
+ msgid "Target host group for this rule with all properties set"
337
+ msgstr ""
338
+
339
+ msgid "Template"
340
+ msgstr "Template"
341
+
174
342
  msgid "The default fact name to use for the MAC of the system"
175
343
  msgstr "O nome do fato padrão utilizado para o MAC do sistema"
176
344
 
@@ -180,6 +348,9 @@ msgstr "A localização padrão para colocar os hosts descobertos"
180
348
  msgid "The default organization to place discovered hosts in"
181
349
  msgstr "A organização padrão para colocar os hosts descobertos"
182
350
 
351
+ msgid "The default prefix to use for the host name, must start with a letter"
352
+ msgstr ""
353
+
183
354
  msgid "The following hosts were not deleted: %s"
184
355
  msgstr "Os seguintes hosts não foram excluídos: %s"
185
356
 
@@ -197,6 +368,9 @@ msgid ""
197
368
  "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
198
369
  msgstr ""
199
370
 
371
+ msgid "Update a rule"
372
+ msgstr ""
373
+
200
374
  msgid "Upload facts for a host, creating the host if required"
201
375
  msgstr ""
202
376
 
@@ -206,6 +380,15 @@ msgstr "Valor"
206
380
  msgid "Warning"
207
381
  msgstr "Aviso"
208
382
 
383
+ msgid ""
384
+ "When creating hostname patterns, make sure the resulting host names are "
385
+ "unique. Hostnames must not start with numbers. A good approach is to use "
386
+ "unique information provided by facter (MAC address, BIOS or serial ID)."
387
+ msgstr ""
388
+
389
+ msgid "can't contain white spaces."
390
+ msgstr ""
391
+
209
392
  msgid "filter results"
210
393
  msgstr ""
211
394
 
@@ -215,6 +398,9 @@ msgstr ""
215
398
  msgid "items selected. Uncheck to Clear"
216
399
  msgstr "itens selecionados. Desmarque para limpar"
217
400
 
401
+ msgid "must start with a letter or ERB."
402
+ msgstr ""
403
+
218
404
  msgid "not required if it's a virtual machine"
219
405
  msgstr ""
220
406
 
@@ -227,5 +413,10 @@ msgstr ""
227
413
  msgid "paginate results"
228
414
  msgstr ""
229
415
 
416
+ msgid ""
417
+ "required if value is not inherited from host group or default password in "
418
+ "settings"
419
+ msgstr ""
420
+
230
421
  msgid "sort results"
231
422
  msgstr ""
@@ -1,18 +1,17 @@
1
- # Template file for strings which can be localized in the Foreman Application.
2
- #
3
- # This file is distributed under the same license as the Foreman.
4
- #
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 package.
5
4
  #
6
5
  # Translators:
7
6
  # Evgrafov Denis <stereodenis@gmail.com>, 2014
8
7
  # Dominic Cleal <dcleal@redhat.com>, 2014
9
8
  msgid ""
10
9
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 1.4.0.rc2\n"
10
+ "Project-Id-Version: foreman_discovery 2.0.0.rc1\n"
12
11
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2014-08-20 08:33+0100\n"
14
- "PO-Revision-Date: 2014-09-16 13:30+0000\n"
15
- "Last-Translator: Dominic Cleal <dcleal@redhat.com>\n"
12
+ "POT-Creation-Date: 2015-01-28 17:53+0100\n"
13
+ "PO-Revision-Date: 2015-01-30 11:12+0000\n"
14
+ "Last-Translator: Lukáš Zapletal\n"
16
15
  "Language-Team: Russian (http://www.transifex.com/projects/p/foreman/language/ru/)\n"
17
16
  "MIME-Version: 1.0\n"
18
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -35,15 +34,32 @@ msgstr "Выбрать расположение"
35
34
  msgid "Assign Organization"
36
35
  msgstr "Назначить организацию"
37
36
 
37
+ msgid "Auto Provision"
38
+ msgstr ""
39
+
40
+ msgid "Auto Provision All"
41
+ msgstr ""
42
+
43
+ msgid ""
44
+ "Automatically provision newly discovered hosts, according to the "
45
+ "provisioning rules"
46
+ msgstr ""
47
+
48
+ msgid "CPUs"
49
+ msgstr "CPU"
50
+
38
51
  msgid "Cancel"
39
52
  msgstr "Отмена"
40
53
 
41
- msgid "Could not get facts from proxy: %s"
42
- msgstr "Не удалось получить статистику с прокси: %s"
54
+ msgid "Could not get facts from proxy %{url}: %{error}"
55
+ msgstr ""
43
56
 
44
57
  msgid "Create a discovered host"
45
58
  msgstr ""
46
59
 
60
+ msgid "Create a discovery rule"
61
+ msgstr ""
62
+
47
63
  msgid "Delete"
48
64
  msgstr "Удалить"
49
65
 
@@ -53,12 +69,21 @@ msgstr "Удалить %s?"
53
69
  msgid "Delete a discovered host"
54
70
  msgstr ""
55
71
 
72
+ msgid "Delete a rule"
73
+ msgstr ""
74
+
56
75
  msgid "Delete hosts"
57
76
  msgstr "Удалить хосты"
58
77
 
59
78
  msgid "Destroyed selected hosts"
60
79
  msgstr "Выбранные хосты удалены"
61
80
 
81
+ msgid "Disable"
82
+ msgstr ""
83
+
84
+ msgid "Disable rule?"
85
+ msgstr ""
86
+
62
87
  msgid "Discovered Host Pool"
63
88
  msgstr ""
64
89
 
@@ -68,9 +93,60 @@ msgstr "Обнаружен хост: %s"
68
93
  msgid "Discovered hosts"
69
94
  msgstr "Обнаруженные хосты"
70
95
 
96
+ msgid "Discovered hosts are provisioning now"
97
+ msgstr ""
98
+
99
+ msgid "Discovery Rules"
100
+ msgstr ""
101
+
102
+ msgid "Discovery rules"
103
+ msgstr ""
104
+
71
105
  msgid "Discovery widget"
72
106
  msgstr ""
73
107
 
108
+ msgid "DiscoveryRule|Enabled"
109
+ msgstr ""
110
+
111
+ msgid "DiscoveryRule|Name"
112
+ msgstr ""
113
+
114
+ msgid "DiscoveryRule|Priority"
115
+ msgstr ""
116
+
117
+ msgid "DiscoveryRule|Query"
118
+ msgstr ""
119
+
120
+ msgid "Disk count"
121
+ msgstr ""
122
+
123
+ msgid "Disks size"
124
+ msgstr ""
125
+
126
+ msgid ""
127
+ "Domain will be appended automatically. A hostname based on MAC address will "
128
+ "be used when left blank. In addition to @host attribute function rand for "
129
+ "random integers is available. Examples:"
130
+ msgstr ""
131
+
132
+ msgid "Edit Discovery Rule"
133
+ msgstr ""
134
+
135
+ msgid "Enable"
136
+ msgstr ""
137
+
138
+ msgid "Enable rule?"
139
+ msgstr ""
140
+
141
+ msgid "Errors during auto provisioning: %s"
142
+ msgstr ""
143
+
144
+ msgid "Execute rules against a discovered host"
145
+ msgstr ""
146
+
147
+ msgid "Execute rules against all currently discovered hosts"
148
+ msgstr ""
149
+
74
150
  msgid "Fact"
75
151
  msgstr "Аргумент"
76
152
 
@@ -80,20 +156,50 @@ msgstr "Обнаружена статистика хоста"
80
156
  msgid "Facts refreshed for %s"
81
157
  msgstr "Статистика %s обновлена"
82
158
 
83
- msgid "Failed to import facts for Host::Discovered"
84
- msgstr "Не удалось импортировать статистику Host::Discovered"
159
+ msgid "Failed to auto provision host %s: %s"
160
+ msgstr ""
85
161
 
86
- msgid "Failed to import facts for Host::Discovered: %s"
87
- msgstr "Не удалось импортировать статистику Host::Discovered: %s"
162
+ msgid "Failed to import facts for discovered host"
163
+ msgstr ""
88
164
 
89
- msgid "Failed to reboot: %s"
90
- msgstr "Не удалось перезагрузить: %s"
165
+ msgid "Failed to import facts for discovered host: %s"
166
+ msgstr ""
167
+
168
+ msgid "Failed to reboot host %s"
169
+ msgstr ""
170
+
171
+ msgid "Failed to reboot host %{hostname} with error %{error_message}"
172
+ msgstr ""
91
173
 
92
174
  msgid "Failed to refresh facts for %s"
93
175
  msgstr "Не удалось обновить статистику для %s"
94
176
 
95
- msgid "Imported Host::Discovered"
96
- msgstr "Импорт Host::Discovered завершен"
177
+ msgid "Host"
178
+ msgstr "Узел"
179
+
180
+ msgid "Host %{host} was provisioned with rule %{rule}"
181
+ msgstr ""
182
+
183
+ msgid "Host group"
184
+ msgstr "Группа узлов"
185
+
186
+ msgid "Host of type %s can not be rebooted"
187
+ msgstr ""
188
+
189
+ msgid "Hostname for provisioned hosts"
190
+ msgstr ""
191
+
192
+ msgid "Hosts limit"
193
+ msgstr ""
194
+
195
+ msgid "Hosts/limit"
196
+ msgstr ""
197
+
198
+ msgid "IP Address"
199
+ msgstr "IP-адрес"
200
+
201
+ msgid "Imported discovered host"
202
+ msgstr ""
97
203
 
98
204
  msgid "Invalid facts, must be a Hash"
99
205
  msgstr "Недопустимый формат статистики. Ожидается: хэш-таблица"
@@ -110,24 +216,48 @@ msgstr "Отправка последней статистики"
110
216
  msgid "List all discovered hosts"
111
217
  msgstr ""
112
218
 
219
+ msgid "List all discovery rules"
220
+ msgstr ""
221
+
113
222
  msgid "Location"
114
223
  msgstr "Расположение"
115
224
 
225
+ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
226
+ msgstr ""
227
+
228
+ msgid "Memory"
229
+ msgstr "Память"
230
+
116
231
  msgid "Model"
117
232
  msgstr "Модель"
118
233
 
234
+ msgid "N/A"
235
+ msgstr "нет"
236
+
119
237
  msgid "Name"
120
238
  msgstr "Имя"
121
239
 
240
+ msgid "New Discovery Rule"
241
+ msgstr ""
242
+
243
+ msgid "New Rule"
244
+ msgstr ""
245
+
122
246
  msgid "No discovered hosts available"
123
247
  msgstr ""
124
248
 
249
+ msgid "No discovered hosts to provision"
250
+ msgstr ""
251
+
125
252
  msgid "No hosts selected"
126
253
  msgstr "Хост не выбран"
127
254
 
128
255
  msgid "No hosts were found with that id or name"
129
256
  msgstr "Нет хоста с таким идентификатором или именем"
130
257
 
258
+ msgid "No rule found for host %s"
259
+ msgstr ""
260
+
131
261
  msgid "Organization"
132
262
  msgstr "Организация"
133
263
 
@@ -140,12 +270,33 @@ msgstr "Подготовка"
140
270
  msgid "Provision a discovered host"
141
271
  msgstr ""
142
272
 
273
+ msgid "Reboot"
274
+ msgstr ""
275
+
143
276
  msgid "Rebooting %s"
144
277
  msgstr "Перезагрузка %s"
145
278
 
279
+ msgid "Rebooting a discovered host"
280
+ msgstr ""
281
+
282
+ msgid "Rebooting host %s"
283
+ msgstr ""
284
+
146
285
  msgid "Refresh facts"
147
286
  msgstr "Обновить статистику"
148
287
 
288
+ msgid "Refreshing the facts of a discovered host"
289
+ msgstr ""
290
+
291
+ msgid "Rule disabled"
292
+ msgstr ""
293
+
294
+ msgid "Rule enabled"
295
+ msgstr ""
296
+
297
+ msgid "Rule priority (lower integer means higher priority)"
298
+ msgstr ""
299
+
149
300
  msgid "Select Action"
150
301
  msgstr "Выберите действие"
151
302
 
@@ -161,15 +312,32 @@ msgstr "Выберите организацию"
161
312
  msgid "Show a discovered host"
162
313
  msgstr ""
163
314
 
315
+ msgid "Show a discovery rule"
316
+ msgstr ""
317
+
318
+ msgid "Show fact as an extra column in the discovered hosts list"
319
+ msgstr ""
320
+
164
321
  msgid "Something went wrong while selecting hosts - %s"
165
322
  msgstr "Непредвиденное поведение при выборе хостов: %s"
166
323
 
324
+ msgid ""
325
+ "Specify target hostname template pattern in the same syntax as in "
326
+ "Provisioning Templates (ERB)."
327
+ msgstr ""
328
+
167
329
  msgid "Submit"
168
330
  msgstr "Отправить"
169
331
 
170
332
  msgid "Subnet"
171
333
  msgstr "Подсеть"
172
334
 
335
+ msgid "Target host group for this rule with all properties set"
336
+ msgstr ""
337
+
338
+ msgid "Template"
339
+ msgstr "Шаблон"
340
+
173
341
  msgid "The default fact name to use for the MAC of the system"
174
342
  msgstr "Стандартный аргумент статистики для MAC"
175
343
 
@@ -179,6 +347,9 @@ msgstr "Место размещения обнаруженных хостов"
179
347
  msgid "The default organization to place discovered hosts in"
180
348
  msgstr "Организация, в которую по умолчанию будут добавляться обнаруженные хосты"
181
349
 
350
+ msgid "The default prefix to use for the host name, must start with a letter"
351
+ msgstr ""
352
+
182
353
  msgid "The following hosts were not deleted: %s"
183
354
  msgstr "Хосты не были удалены: %s"
184
355
 
@@ -197,6 +368,9 @@ msgid ""
197
368
  "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
198
369
  msgstr ""
199
370
 
371
+ msgid "Update a rule"
372
+ msgstr ""
373
+
200
374
  msgid "Upload facts for a host, creating the host if required"
201
375
  msgstr ""
202
376
 
@@ -206,6 +380,15 @@ msgstr "Значение"
206
380
  msgid "Warning"
207
381
  msgstr "Предупреждение"
208
382
 
383
+ msgid ""
384
+ "When creating hostname patterns, make sure the resulting host names are "
385
+ "unique. Hostnames must not start with numbers. A good approach is to use "
386
+ "unique information provided by facter (MAC address, BIOS or serial ID)."
387
+ msgstr ""
388
+
389
+ msgid "can't contain white spaces."
390
+ msgstr ""
391
+
209
392
  msgid "filter results"
210
393
  msgstr ""
211
394
 
@@ -215,6 +398,9 @@ msgstr ""
215
398
  msgid "items selected. Uncheck to Clear"
216
399
  msgstr "выбрано. Чтобы очистить, снимите флажок"
217
400
 
401
+ msgid "must start with a letter or ERB."
402
+ msgstr ""
403
+
218
404
  msgid "not required if it's a virtual machine"
219
405
  msgstr ""
220
406
 
@@ -227,5 +413,10 @@ msgstr ""
227
413
  msgid "paginate results"
228
414
  msgstr ""
229
415
 
416
+ msgid ""
417
+ "required if value is not inherited from host group or default password in "
418
+ "settings"
419
+ msgstr ""
420
+
230
421
  msgid "sort results"
231
422
  msgstr ""