foreman_remote_execution 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +3 -5
  3. data/.rubocop_todo.yml +90 -92
  4. data/app/assets/javascripts/job_templates.js +10 -0
  5. data/app/assets/stylesheets/modal_window.css.scss +4 -0
  6. data/app/controllers/api/v2/job_templates_controller.rb +22 -1
  7. data/app/controllers/job_templates_controller.rb +21 -1
  8. data/app/helpers/concerns/foreman_remote_execution/job_templates_extensions.rb +3 -2
  9. data/app/helpers/remote_execution_helper.rb +5 -3
  10. data/app/lib/actions/middleware/bind_job_invocation.rb +1 -1
  11. data/app/lib/actions/remote_execution/run_host_job.rb +15 -8
  12. data/app/lib/actions/remote_execution/run_hosts_job.rb +2 -1
  13. data/app/models/concerns/foreman_remote_execution/exportable.rb +71 -0
  14. data/app/models/foreign_input_set.rb +3 -0
  15. data/app/models/job_invocation.rb +6 -4
  16. data/app/models/job_invocation_composer.rb +1 -1
  17. data/app/models/job_template.rb +22 -6
  18. data/app/models/template_input.rb +4 -0
  19. data/app/models/template_invocation.rb +1 -1
  20. data/app/services/proxy_load_balancer.rb +3 -0
  21. data/app/views/job_invocations/_preview_hosts_modal.html.erb +3 -1
  22. data/app/views/job_templates/_import_job_template_modal.html.erb +20 -0
  23. data/app/views/job_templates/index.html.erb +5 -1
  24. data/config/routes.rb +4 -0
  25. data/lib/foreman_remote_execution/engine.rb +4 -4
  26. data/lib/foreman_remote_execution/version.rb +1 -1
  27. data/locale/Makefile +18 -19
  28. data/locale/action_names.rb +2 -2
  29. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  30. data/locale/de/foreman_remote_execution.po +823 -0
  31. data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  32. data/locale/en/foreman_remote_execution.po +332 -283
  33. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  34. data/locale/en_GB/foreman_remote_execution.po +824 -0
  35. data/locale/foreman_remote_execution.pot +277 -131
  36. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  37. data/locale/fr/foreman_remote_execution.po +823 -0
  38. data/test/functional/api/v2/job_templates_controller_test.rb +15 -0
  39. data/test/unit/actions/run_host_job_test.rb +50 -0
  40. data/test/unit/concerns/exportable_test.rb +88 -0
  41. data/test/unit/job_invocation_composer_test.rb +1 -1
  42. data/test/unit/job_invocation_test.rb +3 -6
  43. data/test/unit/job_template_test.rb +34 -2
  44. data/test/unit/proxy_load_balancer_test.rb +8 -6
  45. data/test/unit/template_input_test.rb +15 -0
  46. metadata +17 -2
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_remote_execution 1.0.0\n"
8
+ "Project-Id-Version: foreman_remote_execution 0.3.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2016-02-03 04:48-0500\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -17,759 +17,808 @@ msgstr ""
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
19
 
20
- msgid ""
21
- "Another interface is already set as execution. Are you sure you want to use th"
22
- "is one instead?"
20
+ msgid "%s ago"
23
21
  msgstr ""
24
22
 
25
- msgid "There was an error while updating the status, try refreshing the page."
23
+ msgid "%{description} on %{host}"
26
24
  msgstr ""
27
25
 
28
- msgid "List foreign input sets"
26
+ #, fuzzy
27
+ msgid "...and %{count} more"
28
+ msgid_plural "...and %{count} more"
29
+ msgstr[0] ""
30
+ msgstr[1] ""
31
+
32
+ msgid "A comma separated list of input names to be excluded from the foreign template."
29
33
  msgstr ""
30
34
 
31
- msgid "Show foreign input set details"
35
+ msgid "A comma separated list of input names to be included from the foreign template."
32
36
  msgstr ""
33
37
 
34
- msgid "Target template ID"
38
+ msgid "A list of options the user can select from. If not provided, the user will be given a free-form field"
35
39
  msgstr ""
36
40
 
37
- msgid "Include all inputs form the foreign template"
41
+ msgid "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality."
38
42
  msgstr ""
39
43
 
40
- msgid ""
41
- "A comma separated list of input names to be included from the foreign template"
42
- "."
44
+ msgid "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts."
43
45
  msgstr ""
44
46
 
45
- msgid "Input set description"
47
+ msgid "Action with sub plans"
46
48
  msgstr ""
47
49
 
48
- msgid "Create a foreign input set"
50
+ msgid "Actions"
49
51
  msgstr ""
50
52
 
51
- msgid "Delete a foreign input set"
53
+ msgid "Add Foreign Input Set"
52
54
  msgstr ""
53
55
 
54
- msgid "Update a foreign input set"
56
+ msgid "Add Input"
55
57
  msgstr ""
56
58
 
57
- msgid "List job invocations"
59
+ msgid "Another interface is already set as execution. Are you sure you want to use this one instead?"
58
60
  msgstr ""
59
61
 
60
- msgid "Show job invocation"
62
+ msgid "Back to Job"
61
63
  msgstr ""
62
64
 
63
- msgid "The job template to use"
65
+ msgid "Bookmark"
64
66
  msgstr ""
65
67
 
66
- msgid "Invocation type, one of %s"
68
+ msgid "Cancel Job"
67
69
  msgstr ""
68
70
 
69
- msgid "Inputs to use"
71
+ msgid "Cancelled"
70
72
  msgstr ""
71
73
 
72
- msgid "SSH provider specific options"
74
+ msgid "Cannot resolve hosts without a bookmark or search query"
73
75
  msgstr ""
74
76
 
75
- msgid ""
76
- "What user should be used to run the script (using sudo-like mechanisms). Defau"
77
- "lts to a template parameter or global setting."
77
+ msgid "Cannot resolve hosts without a user"
78
78
  msgstr ""
79
79
 
80
- msgid "Create a recurring job"
80
+ msgid "Cannot specify both bookmark_id and search_query"
81
81
  msgstr ""
82
82
 
83
- msgid "How often the job should occur, in the cron format"
83
+ msgid "Cannot specify both recurrence and scheduling"
84
84
  msgstr ""
85
85
 
86
- msgid "Repeat a maximum of N times"
86
+ msgid "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}"
87
87
  msgstr ""
88
88
 
89
- msgid "Perform no more executions after this time"
89
+ msgid "Clone a provision template"
90
90
  msgstr ""
91
91
 
92
- msgid "Schedule the job to start at a later time"
92
+ msgid "Close"
93
93
  msgstr ""
94
94
 
95
- msgid "Schedule the job for a future time"
95
+ msgid "Concurrency level"
96
96
  msgstr ""
97
97
 
98
- msgid ""
99
- "Indicates that the action should be cancelled if it cannot be started before t"
100
- "his time."
98
+ msgid "Control concurrency level and distribution over time"
101
99
  msgstr ""
102
100
 
103
- msgid "Override the description format from the template for this invocation only"
101
+ msgid "Could not use any proxy. Consider configuring %{global_proxy} or %{fallback_proxy} in settings"
102
+ msgstr ""
103
+
104
+ msgid "Could not use any template used in the job invocation"
105
+ msgstr ""
106
+
107
+ msgid "Create a foreign input set"
104
108
  msgstr ""
105
109
 
106
110
  msgid "Create a job invocation"
107
111
  msgstr ""
108
112
 
109
- msgid "Get output for a host"
113
+ msgid "Create a job template"
110
114
  msgstr ""
111
115
 
112
- msgid "Host with id '%{id}' was not found"
116
+ msgid "Create a recurring job"
113
117
  msgstr ""
114
118
 
115
- msgid "Template with id '%{id}' was not found"
119
+ msgid "Create a template input"
116
120
  msgstr ""
117
121
 
118
- msgid "List job templates"
122
+ msgid "Create architecture"
119
123
  msgstr ""
120
124
 
121
- msgid "List job templates per location"
125
+ msgid "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user."
122
126
  msgstr ""
123
127
 
124
- msgid "List job templates per organization"
128
+ msgid "Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user."
125
129
  msgstr ""
126
130
 
127
- msgid "Show job template details"
131
+ msgid "Delete a foreign input set"
128
132
  msgstr ""
129
133
 
130
- msgid "Template name"
134
+ msgid "Delete a job template"
131
135
  msgstr ""
132
136
 
133
- msgid "Job category"
137
+ msgid "Delete a template input"
134
138
  msgstr ""
135
139
 
136
- msgid ""
137
- "This template is used to generate the description. Input values can be used us"
138
- "ing the syntax %{package}. You may also include the job category and template "
139
- "name using %{job_category} and %{template_name}."
140
+ msgid "Delete architecture"
140
141
  msgstr ""
141
142
 
142
- msgid "Provider type"
143
+ msgid "Description"
143
144
  msgstr ""
144
145
 
145
- msgid "Whether or not the template is locked for editing"
146
+ msgid "Description template"
146
147
  msgstr ""
147
148
 
148
- msgid "Effective user options"
149
+ msgid "Detail of %s run"
149
150
  msgstr ""
150
151
 
151
- msgid "What user should be used to run the script (using sudo-like mechanisms)"
152
+ msgid "Display advanced fields"
152
153
  msgstr ""
153
154
 
154
- msgid ""
155
- "Whether it should be allowed to override the effective user from the invocatio"
156
- "n form."
155
+ msgid "Distribute execution over N seconds"
157
156
  msgstr ""
158
157
 
159
- msgid "Whether the current user login should be used as the effective user"
158
+ msgid "Distribute tasks over N seconds"
160
159
  msgstr ""
161
160
 
162
- msgid "Create a job template"
161
+ msgid "Documentation"
163
162
  msgstr ""
164
163
 
165
- msgid "Update a job template"
164
+ msgid "Duplicated inputs detected: %{duplicated_inputs}"
166
165
  msgstr ""
167
166
 
168
- msgid "Template version"
167
+ msgid "Dynamic Query"
169
168
  msgstr ""
170
169
 
171
- msgid "Delete a job template"
170
+ msgid "Edit Job Template"
172
171
  msgstr ""
173
172
 
174
- msgid "Clone a provision template"
173
+ msgid "Edit Remote Execution Feature"
175
174
  msgstr ""
176
175
 
177
- msgid "List template inputs"
176
+ msgid "Effective user"
178
177
  msgstr ""
179
178
 
180
- msgid "Show template input details"
179
+ msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}"
181
180
  msgstr ""
182
181
 
183
- msgid "Input name"
182
+ msgid "Effective user options"
184
183
  msgstr ""
185
184
 
186
- msgid "Input description"
185
+ msgid "Error loading data from proxy"
187
186
  msgstr ""
188
187
 
189
- msgid "Input is required"
188
+ msgid "Evaluated at:"
190
189
  msgstr ""
191
190
 
192
- msgid "Input is advanced"
191
+ msgid "Execution"
193
192
  msgstr ""
194
193
 
195
- msgid "Input type"
194
+ msgid "Exit status: %s"
195
+ msgstr ""
196
+
197
+ msgid "Explanation"
198
+ msgstr ""
199
+
200
+ msgid "Export"
201
+ msgstr ""
202
+
203
+ msgid "Export a job template to ERB"
196
204
  msgstr ""
197
205
 
198
206
  msgid "Fact name, used when input type is fact"
199
207
  msgstr ""
200
208
 
201
- msgid "Variable name, used when input type is variable"
209
+ msgid "Fact value"
202
210
  msgstr ""
203
211
 
204
- msgid "Puppet class name, used when input type is puppet_parameter"
212
+ msgid "Failed"
205
213
  msgstr ""
206
214
 
207
- msgid "Puppet parameter name, used when input type is puppet_parameter"
215
+ msgid "Failed rendering template: %s"
208
216
  msgstr ""
209
217
 
210
- msgid "Selectable values for user inputs"
218
+ msgid "Failed to initialize command"
211
219
  msgstr ""
212
220
 
213
- msgid "Create a template input"
221
+ msgid "Feature input %{input_name} not defined in template %{template_name}"
214
222
  msgstr ""
215
223
 
216
- msgid "Delete a template input"
224
+ msgid "Filter"
217
225
  msgstr ""
218
226
 
219
- msgid "Update a template input"
227
+ msgid "Foreign input set"
220
228
  msgstr ""
221
229
 
222
- msgid ""
223
- "Problem with previewing the template: %{error}. Note that you must save templa"
224
- "te input changes before you try to preview it."
230
+ msgid "Get output for a host"
225
231
  msgstr ""
226
232
 
227
- msgid "Run Job"
233
+ msgid "Hide advanced fields"
228
234
  msgstr ""
229
235
 
230
- msgid "Run"
236
+ msgid "Host"
231
237
  msgstr ""
232
238
 
233
- msgid "Success"
239
+ msgid "Host detail"
234
240
  msgstr ""
235
241
 
236
- msgid "Failed"
242
+ msgid "Host with id '%{id}' was not found"
237
243
  msgstr ""
238
244
 
239
- msgid "Pending"
245
+ msgid "Hosts"
240
246
  msgstr ""
241
247
 
242
- msgid "Cancelled"
248
+ msgid "How often the job should occur, in the cron format"
243
249
  msgstr ""
244
250
 
245
- msgid "queued"
251
+ msgid "Import"
246
252
  msgstr ""
247
253
 
248
- msgid "running %{percent}%"
254
+ msgid "Import Puppet classes"
249
255
  msgstr ""
250
256
 
251
- msgid "succeeded"
257
+ msgid "Import a job template from ERB"
252
258
  msgstr ""
253
259
 
254
- msgid "failed"
260
+ msgid "Import facts"
255
261
  msgstr ""
256
262
 
257
- msgid "unknown status"
263
+ msgid "Include all inputs form the foreign template"
258
264
  msgstr ""
259
265
 
260
- msgid "cancelled"
266
+ msgid "Indicates that the action should be cancelled if it cannot be started before this time."
261
267
  msgstr ""
262
268
 
263
- msgid "success"
269
+ msgid "Initialization error: %s"
264
270
  msgstr ""
265
271
 
266
- msgid "pending"
272
+ msgid "Input"
267
273
  msgstr ""
268
274
 
269
- msgid "Host detail"
275
+ msgid "Input description"
270
276
  msgstr ""
271
277
 
272
- msgid "Rerun on %s"
278
+ msgid "Input is advanced"
273
279
  msgstr ""
274
280
 
275
- msgid "N/A"
281
+ msgid "Input is required"
276
282
  msgstr ""
277
283
 
278
- msgid "Refresh this page"
284
+ msgid "Input name"
279
285
  msgstr ""
280
286
 
281
- msgid "Refresh"
287
+ msgid "Input set description"
282
288
  msgstr ""
283
289
 
284
- msgid "Rerun"
290
+ msgid "Input type"
285
291
  msgstr ""
286
292
 
287
- msgid "Rerun the job"
293
+ msgid "Inputs to use"
288
294
  msgstr ""
289
295
 
290
- msgid "Rerun failed"
296
+ msgid "Invocation type, one of %s"
291
297
  msgstr ""
292
298
 
293
- msgid "Rerun on failed hosts"
299
+ msgid "Job"
300
+ msgstr ""
301
+
302
+ msgid "Job Invocation"
294
303
  msgstr ""
295
304
 
296
305
  msgid "Job Task"
297
306
  msgstr ""
298
307
 
299
- msgid "See the last task details"
308
+ msgid "Job Templates"
300
309
  msgstr ""
301
310
 
302
- msgid "Cancel Job"
311
+ msgid "Job category"
303
312
  msgstr ""
304
313
 
305
- msgid "Try to cancel the job"
314
+ msgid "Job finished with error"
306
315
  msgstr ""
307
316
 
308
- msgid "Task Details"
317
+ msgid "Job invocation"
309
318
  msgstr ""
310
319
 
311
- msgid "See the task details"
320
+ msgid "Job invocations"
312
321
  msgstr ""
313
322
 
314
- msgid "Try to cancel the job on a host"
323
+ msgid "Job template"
315
324
  msgstr ""
316
325
 
317
- msgid "in %s"
326
+ msgid "Job template ID to be used for the feature"
318
327
  msgstr ""
319
328
 
320
- msgid "%s ago"
329
+ msgid "Job template imported successfully."
321
330
  msgstr ""
322
331
 
323
- msgid "Documentation"
332
+ msgid "Job templates"
324
333
  msgstr ""
325
334
 
326
- msgid "Template input"
335
+ msgid "JobTemplate|Locked"
327
336
  msgstr ""
328
337
 
329
- msgid "remove template input"
338
+ msgid "JobTemplate|Name"
330
339
  msgstr ""
331
340
 
332
- msgid "Use default description template"
341
+ msgid "JobTemplate|Snippet"
333
342
  msgstr ""
334
343
 
335
- msgid "Description template"
344
+ msgid "Jobs"
336
345
  msgstr ""
337
346
 
338
- msgid "Explanation"
347
+ msgid "Label"
339
348
  msgstr ""
340
349
 
341
- msgid ""
342
- "This template is used to generate the description Input values can be used usi"
343
- "ng the syntax %{package}. You may also include the job category and template n"
344
- "ame using %{job_category} and %{template_name}."
350
+ msgid "Last execution failed"
345
351
  msgstr ""
346
352
 
347
- msgid "Could not use any template used in the job invocation"
353
+ msgid "Last execution succeeded"
348
354
  msgstr ""
349
355
 
350
- msgid ""
351
- "Could not use any proxy. Consider configuring %{global_proxy} or %{fallback_pr"
352
- "oxy} in settings"
356
+ msgid "List foreign input sets"
353
357
  msgstr ""
354
358
 
355
- msgid "Failed rendering template: %s"
359
+ msgid "List job invocations"
356
360
  msgstr ""
357
361
 
358
- msgid "Failed to initialize command"
362
+ msgid "List job templates"
359
363
  msgstr ""
360
364
 
361
- msgid "%{description} on %{host}"
365
+ msgid "List job templates per location"
362
366
  msgstr ""
363
367
 
364
- msgid "Remote action:"
368
+ msgid "List job templates per organization"
365
369
  msgstr ""
366
370
 
367
- msgid "User can not execute job on host %s"
371
+ msgid "List remote execution features"
368
372
  msgstr ""
369
373
 
370
- msgid "User can not execute this job template"
374
+ msgid "List template inputs"
371
375
  msgstr ""
372
376
 
373
- msgid "User can not execute this job template on %s"
377
+ msgid "Manual selection"
374
378
  msgstr ""
375
379
 
376
- msgid "Script execution failed"
380
+ msgid "Must select a bookmark or enter a search query"
377
381
  msgstr ""
378
382
 
379
- msgid "Initialization error: %s"
383
+ msgid "N/A"
380
384
  msgstr ""
381
385
 
382
- msgid "Error loading data from proxy"
386
+ msgid "Name"
387
+ msgstr ""
388
+
389
+ msgid "New Job Template"
390
+ msgstr ""
391
+
392
+ msgid "No execution finished yet"
393
+ msgstr ""
394
+
395
+ msgid "No hosts found."
383
396
  msgstr ""
384
397
 
385
398
  msgid "No output"
386
399
  msgstr ""
387
400
 
388
- msgid "Exit status: %s"
401
+ msgid "No template mapped to feature %{feature_name}"
389
402
  msgstr ""
390
403
 
391
- msgid "Job finished with error"
404
+ msgid "Not all required inputs have values. Missing inputs: %s"
392
405
  msgstr ""
393
406
 
394
- msgid "Unable to fetch public key"
407
+ msgid "Override the description format from the template for this invocation only"
395
408
  msgstr ""
396
409
 
397
- msgid "host already has an execution interface"
410
+ msgid "Overview"
398
411
  msgstr ""
399
412
 
400
- msgid ""
401
- "Circular dependency detected in foreign input set '%{template}' -> '%{target_t"
402
- "emplate}'. Templates stack: %{templates_stack}"
413
+ msgid "Overwrite"
403
414
  msgstr ""
404
415
 
405
- msgid "Execution"
416
+ msgid "Overwrite template if it already exists"
406
417
  msgstr ""
407
418
 
408
- msgid "No execution finished yet"
419
+ msgid "Pending"
409
420
  msgstr ""
410
421
 
411
- msgid "Last execution succeeded"
422
+ msgid "Perform no more executions after this time"
412
423
  msgstr ""
413
424
 
414
- msgid "Last execution failed"
425
+ msgid "Preview"
415
426
  msgstr ""
416
427
 
417
- msgid "Unknown execution status"
428
+ msgid "Preview for target %s"
429
+ msgstr ""
430
+
431
+ msgid "Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it."
432
+ msgstr ""
433
+
434
+ msgid "Provider type"
435
+ msgstr ""
436
+
437
+ msgid "Providers and templates"
438
+ msgstr ""
439
+
440
+ msgid "Proxies"
441
+ msgstr ""
442
+
443
+ msgid "Puppet class name, used when input type is puppet_parameter"
444
+ msgstr ""
445
+
446
+ msgid "Puppet parameter"
447
+ msgstr ""
448
+
449
+ msgid "Puppet parameter name, used when input type is puppet_parameter"
450
+ msgstr ""
451
+
452
+ msgid "Recurring logic"
418
453
  msgstr ""
419
454
 
420
455
  msgid "Recursive rendering of templates detected"
421
456
  msgstr ""
422
457
 
423
- msgid "error during rendering: %s"
458
+ msgid "Refresh"
424
459
  msgstr ""
425
460
 
426
- msgid ""
427
- "input macro with name '%s' used, but no input with such name defined for this "
428
- "template"
461
+ msgid "Refresh this page"
429
462
  msgstr ""
430
463
 
431
- msgid "included template '%s' not found"
464
+ msgid "Remote Execution"
432
465
  msgstr ""
433
466
 
434
- msgid "template"
467
+ msgid "Remote Execution Features"
435
468
  msgstr ""
436
469
 
437
- msgid "Cannot specify both bookmark_id and search_query"
470
+ msgid "Remote action:"
438
471
  msgstr ""
439
472
 
440
- msgid "Cannot specify both recurrence and scheduling"
473
+ msgid "Remote execution"
441
474
  msgstr ""
442
475
 
443
- msgid "Unknown input %{input_name} for template %{template_name}"
476
+ msgid "Repeat a maximum of N times"
444
477
  msgstr ""
445
478
 
446
- msgid "Job Invocation"
479
+ msgid "Rerun"
447
480
  msgstr ""
448
481
 
449
- msgid "Duplicated inputs detected: %{duplicated_inputs}"
482
+ msgid "Rerun failed"
450
483
  msgstr ""
451
484
 
452
- msgid "This template is locked. Please clone it to a new template to customize."
485
+ msgid "Rerun on %s"
453
486
  msgstr ""
454
487
 
455
- msgid ""
456
- "Search the host for any proxy with Remote Execution, useful when the host has "
457
- "no subnet or the subnet does not have an execution proxy"
488
+ msgid "Rerun on failed hosts"
458
489
  msgstr ""
459
490
 
460
- msgid ""
461
- "Search for remote execution proxy outside of the proxies assigned to the host."
462
- " If locations or organizations are enabled, the search will be limited to the "
463
- "host's organization or location."
491
+ msgid "Rerun the job"
464
492
  msgstr ""
465
493
 
466
- msgid ""
467
- "Default user to use for SSH. You may override per host by setting a parameter"
468
- " called remote_execution_ssh_user."
494
+ msgid "Resolves to"
469
495
  msgstr ""
470
496
 
471
- msgid ""
472
- "Default user to use for executing the script. If the user differs from the SSH"
473
- " user, su or sudo is used to switch the user."
497
+ msgid "Run"
474
498
  msgstr ""
475
499
 
476
- msgid "What command should be used to switch to the effective user. One of %s"
500
+ msgid "Run Job"
501
+ msgstr ""
502
+
503
+ msgid "Run at most N tasks at a time"
477
504
  msgstr ""
478
505
 
479
506
  msgid "SSH"
480
507
  msgstr ""
481
508
 
482
- msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}"
509
+ msgid "SSH provider specific options"
483
510
  msgstr ""
484
511
 
485
- msgid "Static Query"
512
+ msgid "Schedule the job for a future time"
486
513
  msgstr ""
487
514
 
488
- msgid "Dynamic Query"
515
+ msgid "Schedule the job to start at a later time"
489
516
  msgstr ""
490
517
 
491
- msgid "Cannot resolve hosts without a user"
518
+ msgid "Script execution failed"
492
519
  msgstr ""
493
520
 
494
- msgid "Cannot resolve hosts without a bookmark or search query"
521
+ msgid "Scroll to bottom"
495
522
  msgstr ""
496
523
 
497
- msgid "Must select a bookmark or enter a search query"
524
+ msgid "Scroll to top"
498
525
  msgstr ""
499
526
 
500
- msgid "User input"
527
+ msgid "Search"
501
528
  msgstr ""
502
529
 
503
- msgid "Variable"
530
+ msgid "Search for remote execution proxy outside of the proxies assigned to the host. If locations or organizations are enabled, the search will be limited to the host's organization or location."
504
531
  msgstr ""
505
532
 
506
- msgid "Fact value"
533
+ msgid "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy"
507
534
  msgstr ""
508
535
 
509
- msgid "Puppet parameter"
536
+ msgid "See the last task details"
510
537
  msgstr ""
511
538
 
512
- msgid "Value for required input '%s' was not specified"
539
+ msgid "See the task details"
513
540
  msgstr ""
514
541
 
515
- msgid "Input"
542
+ msgid "Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment."
516
543
  msgstr ""
517
544
 
518
- msgid "Not all required inputs have values. Missing inputs: %s"
545
+ msgid "Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them."
519
546
  msgstr ""
520
547
 
521
- msgid "The execution interface is used for remote execution"
548
+ msgid "Selectable values for user inputs"
522
549
  msgstr ""
523
550
 
524
- msgid "Remote execution"
551
+ msgid "Show foreign input set details"
525
552
  msgstr ""
526
553
 
527
- msgid "Remote Execution"
554
+ msgid "Show job invocation"
528
555
  msgstr ""
529
556
 
530
- msgid "Proxies"
557
+ msgid "Show job template details"
531
558
  msgstr ""
532
559
 
533
- msgid ""
534
- "Select as many remote execution proxies as applicable for this subnet. When m"
535
- "ultiple proxies with the same provider are added, actions will be load balance"
536
- "d among them."
560
+ msgid "Show remote execution feature"
537
561
  msgstr ""
538
562
 
539
- msgid "Description"
563
+ msgid "Show template input details"
540
564
  msgstr ""
541
565
 
542
- msgid "Job template"
566
+ msgid "Snippet"
543
567
  msgstr ""
544
568
 
545
- msgid "Resolves to"
569
+ msgid "Start"
546
570
  msgstr ""
547
571
 
548
- msgid "hosts"
572
+ msgid "Static Query"
549
573
  msgstr ""
550
574
 
551
- msgid "Preview"
575
+ msgid "Status"
552
576
  msgstr ""
553
577
 
554
- msgid "Hide advanced fields"
578
+ msgid "Succeeded"
555
579
  msgstr ""
556
580
 
557
- msgid "Display advanced fields"
581
+ msgid "Success"
558
582
  msgstr ""
559
583
 
560
- msgid "Effective user"
584
+ msgid "Target hosts"
561
585
  msgstr ""
562
586
 
563
- msgid ""
564
- "A user to be used for executing the script. If it differs from the SSH user, s"
565
- "u or sudo is used to switch the accounts."
587
+ msgid "Target template ID"
566
588
  msgstr ""
567
589
 
568
- msgid "Type of query"
590
+ msgid "Target: "
569
591
  msgstr ""
570
592
 
571
- msgid ""
572
- "Type has impact on when is the query evaulated to hosts.<br><ul><li><b>Static<"
573
- "/b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evalu"
574
- "ates just before the execution is started, so if it's planed in future, target"
575
- "ed hosts set may change before it</li></ul>"
593
+ msgid "Task Details"
576
594
  msgstr ""
577
595
 
578
- msgid ""
579
- "The final host list may change because the selected query is dynamic. It will"
580
- " be rerun during execution."
596
+ msgid "Template ERB"
581
597
  msgstr ""
582
598
 
583
- #, fuzzy
584
- msgid "...and %{count} more"
585
- msgid_plural "...and %{count} more"
599
+ msgid "Template input"
600
+ msgstr ""
601
+
602
+ msgid "Template name"
603
+ msgstr ""
604
+
605
+ msgid "Template version"
606
+ msgstr ""
607
+
608
+ msgid "Template with id '%{id}' was not found"
609
+ msgstr ""
610
+
611
+ msgid "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}."
612
+ msgstr ""
613
+
614
+ msgid "The execution interface is used for remote execution"
615
+ msgstr ""
616
+
617
+ msgid "The final host list may change because the selected query is dynamic. It will be rerun during execution."
618
+ msgstr ""
619
+
620
+ msgid "The job template to use"
621
+ msgstr ""
622
+
623
+ msgid "The only applicable proxy %{proxy_names} is down"
624
+ msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
586
625
  msgstr[0] ""
587
626
  msgstr[1] ""
588
627
 
589
- msgid "No hosts found."
628
+ msgid "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user"
590
629
  msgstr ""
591
630
 
592
- msgid "Close"
631
+ msgid "There was an error while updating the status, try refreshing the page."
593
632
  msgstr ""
594
633
 
595
- msgid "Filter"
634
+ msgid "This template is locked for editing."
596
635
  msgstr ""
597
636
 
598
- msgid "Search"
637
+ msgid "This template is locked. Please clone it to a new template to customize."
599
638
  msgstr ""
600
639
 
601
- msgid "Host"
640
+ msgid "This template is used to generate the description Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}."
602
641
  msgstr ""
603
642
 
604
- msgid "Status"
643
+ msgid "This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}."
605
644
  msgstr ""
606
645
 
607
- msgid "Actions"
646
+ msgid "Time span"
608
647
  msgstr ""
609
648
 
610
- msgid ""
611
- "The dynamic query '%{query}' was not resolved yet. The list of hosts to which "
612
- "it would resolve now can be seen %{here}."
649
+ msgid "Toggle DEBUG"
613
650
  msgstr ""
614
651
 
615
- msgid "here"
652
+ msgid "Toggle STDERR"
616
653
  msgstr ""
617
654
 
618
- msgid "Target hosts"
655
+ msgid "Toggle STDOUT"
619
656
  msgstr ""
620
657
 
621
- msgid "Bookmark"
658
+ msgid "Toggle command"
622
659
  msgstr ""
623
660
 
624
- msgid "Manual selection"
661
+ msgid "Total hosts"
625
662
  msgstr ""
626
663
 
627
- msgid "Evaluated at:"
664
+ msgid "Try to cancel the job"
628
665
  msgstr ""
629
666
 
630
- msgid "Total hosts"
667
+ msgid "Try to cancel the job on a host"
631
668
  msgstr ""
632
669
 
633
- msgid "Providers and templates"
670
+ msgid "Type"
634
671
  msgstr ""
635
672
 
636
- msgid "Preview for target %s"
673
+ msgid "Type has impact on when is the query evaulated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it</li></ul>"
637
674
  msgstr ""
638
675
 
639
- msgid "following user inputs were provided"
676
+ msgid "Type of query"
640
677
  msgstr ""
641
678
 
642
- msgid "Job invocations"
679
+ msgid "Unable to fetch public key"
643
680
  msgstr ""
644
681
 
645
- msgid "Succeeded"
682
+ msgid "Unable to save template. Correct highlighted errors"
646
683
  msgstr ""
647
684
 
648
- msgid "Start"
685
+ msgid "Unknown execution status"
649
686
  msgstr ""
650
687
 
651
- msgid "Job invocation"
688
+ msgid "Unknown input %{input_name} for template %{template_name}"
652
689
  msgstr ""
653
690
 
654
- msgid "Overview"
691
+ msgid "Unknown remote execution feature %s"
655
692
  msgstr ""
656
693
 
657
- msgid "Hosts"
694
+ msgid "Unsupported or no operating system found for this host."
658
695
  msgstr ""
659
696
 
660
- msgid "Recurring logic"
697
+ msgid "Update a foreign input set"
661
698
  msgstr ""
662
699
 
663
- msgid "Job"
700
+ msgid "Update a job template"
664
701
  msgstr ""
665
702
 
666
- msgid "Type"
703
+ msgid "Update a template input"
667
704
  msgstr ""
668
705
 
669
- msgid "add a input for this template"
706
+ msgid "Update architecture"
670
707
  msgstr ""
671
708
 
672
- msgid "Add Input"
709
+ msgid "Use default description template"
673
710
  msgstr ""
674
711
 
675
- msgid "Add Foreign Input Set"
712
+ msgid "User can not execute job on host %s"
676
713
  msgstr ""
677
714
 
678
- msgid "add an input set for this template to reference a different template inputs"
715
+ msgid "User can not execute this job template"
679
716
  msgstr ""
680
717
 
681
- msgid "Snippet"
718
+ msgid "User can not execute this job template on %s"
682
719
  msgstr ""
683
720
 
684
- msgid "Edit Job Template"
721
+ msgid "User input"
685
722
  msgstr ""
686
723
 
687
- msgid "Job Templates"
724
+ msgid "Value for required input '%s' was not specified"
688
725
  msgstr ""
689
726
 
690
- msgid "New Job Template"
727
+ msgid "Variable"
691
728
  msgstr ""
692
729
 
693
- msgid "JobTemplate|Name"
730
+ msgid "Variable name, used when input type is variable"
694
731
  msgstr ""
695
732
 
696
- msgid "JobTemplate|Snippet"
733
+ msgid "What command should be used to switch to the effective user. One of %s"
697
734
  msgstr ""
698
735
 
699
- msgid "JobTemplate|Locked"
736
+ msgid "What user should be used to run the script (using sudo-like mechanisms)"
700
737
  msgstr ""
701
738
 
702
- msgid "This template is locked for editing."
739
+ msgid "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting."
703
740
  msgstr ""
704
741
 
705
- msgid "Foreign input set"
742
+ msgid "Whether it should be allowed to override the effective user from the invocation form."
706
743
  msgstr ""
707
744
 
708
- msgid "remove template input set"
745
+ msgid "Whether or not the template is locked for editing"
709
746
  msgstr ""
710
747
 
711
- msgid ""
712
- "A comma separated list of input names to be excluded from the foreign template"
713
- "."
748
+ msgid "Whether the current user login should be used as the effective user"
714
749
  msgstr ""
715
750
 
716
- msgid ""
717
- "A list of options the user can select from. If not provided, the user will be "
718
- "given a free-form field"
751
+ msgid "Whether to overwrite the template if it already exists"
719
752
  msgstr ""
720
753
 
721
- msgid "Detail of %s run"
754
+ msgid "Whether we should sync templates from disk when running db:seed."
722
755
  msgstr ""
723
756
 
724
- msgid "Back to Job"
757
+ msgid "You are not allowed to see the currently assigned template. Saving the form now would unassign the template."
725
758
  msgstr ""
726
759
 
727
- msgid "Toggle command"
760
+ msgid "add a input for this template"
728
761
  msgstr ""
729
762
 
730
- msgid "Toggle STDERR"
763
+ msgid "add an input set for this template to reference a different template inputs"
731
764
  msgstr ""
732
765
 
733
- msgid "Toggle STDOUT"
766
+ msgid "cancelled"
734
767
  msgstr ""
735
768
 
736
- msgid "Toggle DEBUG"
769
+ msgid "error during rendering: %s"
737
770
  msgstr ""
738
771
 
739
- msgid "Target: "
772
+ msgid "failed"
740
773
  msgstr ""
741
774
 
742
- msgid "Scroll to bottom"
775
+ msgid "following user inputs were provided"
743
776
  msgstr ""
744
777
 
745
- msgid "Scroll to top"
778
+ msgid "here"
746
779
  msgstr ""
747
780
 
748
- msgid "Job templates"
781
+ msgid "host already has an execution interface"
749
782
  msgstr ""
750
783
 
751
- msgid "Jobs"
784
+ msgid "hosts"
752
785
  msgstr ""
753
786
 
754
- msgid "Create architecture"
787
+ msgid "in %s"
755
788
  msgstr ""
756
789
 
757
- msgid "Delete architecture"
790
+ msgid "included template '%s' not found"
758
791
  msgstr ""
759
792
 
760
- msgid "Update architecture"
793
+ msgid "input macro with name '%s' used, but no input with such name defined for this template"
761
794
  msgstr ""
762
795
 
763
- msgid "Import facts"
796
+ msgid "planned"
764
797
  msgstr ""
765
798
 
766
- msgid "Import puppetclasses"
799
+ msgid "queued"
767
800
  msgstr ""
768
801
 
769
- msgid "Action with sub plans"
802
+ msgid "remove template input"
770
803
  msgstr ""
771
804
 
772
- msgid ""
773
- "A plugin bringing remote execution to the Foreman, completing the config manag"
774
- "ement functionality with remote management functionality."
805
+ msgid "remove template input set"
806
+ msgstr ""
807
+
808
+ msgid "running"
809
+ msgstr ""
810
+
811
+ msgid "running %{percent}%"
812
+ msgstr ""
813
+
814
+ msgid "succeeded"
815
+ msgstr ""
816
+
817
+ msgid "success"
818
+ msgstr ""
819
+
820
+ msgid "template"
821
+ msgstr ""
822
+
823
+ msgid "unknown status"
775
824
  msgstr ""