foreman_remote_execution 13.1.0 → 13.2.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_remote_execution/locale/de/foreman_remote_execution.js +1000 -973
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +553 -526
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +584 -557
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1043 -1016
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1015 -988
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +886 -859
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +901 -874
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +886 -859
- data/app/controllers/api/v2/job_invocations_controller.rb +1 -0
- data/app/models/job_invocation.rb +23 -0
- data/app/models/job_invocation_composer.rb +2 -0
- data/app/views/api/v2/job_invocations/base.json.rabl +3 -2
- data/app/views/templates/script/package_action.erb +5 -2
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/foreman_remote_execution.po +27 -0
- data/locale/en/foreman_remote_execution.po +27 -0
- data/locale/en_GB/foreman_remote_execution.po +27 -0
- data/locale/es/foreman_remote_execution.po +27 -0
- data/locale/foreman_remote_execution.pot +177 -141
- data/locale/fr/foreman_remote_execution.po +27 -0
- data/locale/ja/foreman_remote_execution.po +27 -0
- data/locale/ka/foreman_remote_execution.po +27 -0
- data/locale/ko/foreman_remote_execution.po +27 -0
- data/locale/pt_BR/foreman_remote_execution.po +27 -0
- data/locale/ru/foreman_remote_execution.po +27 -0
- data/locale/zh_CN/foreman_remote_execution.po +27 -0
- data/locale/zh_TW/foreman_remote_execution.po +27 -0
- data/package.json +2 -1
- data/webpack/JobInvocationDetail/JobInvocationActions.js +134 -3
- data/webpack/JobInvocationDetail/JobInvocationConstants.js +14 -0
- data/webpack/JobInvocationDetail/JobInvocationDetail.scss +5 -2
- data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
- data/webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js +13 -9
- data/webpack/JobInvocationDetail/JobInvocationToolbarButtons.js +268 -0
- data/webpack/JobInvocationDetail/__tests__/MainInformation.test.js +259 -0
- data/webpack/JobInvocationDetail/__tests__/fixtures.js +117 -0
- data/webpack/JobInvocationDetail/index.js +58 -38
- data/webpack/JobWizard/JobWizardPageRerun.js +16 -11
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +8 -6
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext/index.js +2 -0
- data/webpack/__mocks__/foremanReact/components/BreadcrumbBar/index.js +4 -0
- data/webpack/__mocks__/foremanReact/components/Head/index.js +10 -0
- data/webpack/__mocks__/foremanReact/components/HostDetails/DetailsCard/DefaultLoaderEmptyState.js +8 -0
- data/webpack/__mocks__/foremanReact/components/ToastsList/index.js +3 -0
- data/webpack/__mocks__/foremanReact/redux/API/APIActions.js +21 -0
- data/webpack/__mocks__/foremanReact/redux/API/APIConstants.js +7 -0
- data/webpack/__mocks__/foremanReact/redux/API/index.js +14 -0
- data/webpack/__mocks__/foremanReact/redux/middlewares/IntervalMiddleware/index.js +9 -0
- metadata +12 -2
data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js
CHANGED
@@ -17,1579 +17,1606 @@
|
|
17
17
|
"domain": "foreman_remote_execution",
|
18
18
|
"plural_forms": "nplurals=2; plural=(n != 1);"
|
19
19
|
},
|
20
|
-
"
|
20
|
+
"${d.title} ${d.count} hosts": [
|
21
21
|
""
|
22
22
|
],
|
23
|
-
"
|
23
|
+
"%s": [
|
24
24
|
""
|
25
25
|
],
|
26
|
-
"
|
26
|
+
"%s ago": [
|
27
|
+
"%s ago"
|
28
|
+
],
|
29
|
+
"%s job has been invoked": [
|
27
30
|
""
|
28
31
|
],
|
29
|
-
"
|
32
|
+
"%s more": [
|
30
33
|
""
|
31
34
|
],
|
32
|
-
"
|
35
|
+
"%{description} on %{host}": [
|
33
36
|
""
|
34
37
|
],
|
35
|
-
"
|
38
|
+
"'Starts before' date must be after 'Starts at' date": [
|
36
39
|
""
|
37
40
|
],
|
38
|
-
"
|
41
|
+
"'Starts before' date must in the future": [
|
39
42
|
""
|
40
43
|
],
|
41
|
-
"
|
44
|
+
"...and %s more": [
|
42
45
|
""
|
43
46
|
],
|
44
|
-
"
|
47
|
+
"...and %{count} more": [
|
48
|
+
"",
|
45
49
|
""
|
46
50
|
],
|
47
|
-
"
|
51
|
+
"A comma separated list of input names to be excluded from the foreign template.": [
|
48
52
|
""
|
49
53
|
],
|
50
|
-
"
|
54
|
+
"A comma separated list of input names to be included from the foreign template.": [
|
51
55
|
""
|
52
56
|
],
|
53
|
-
"
|
57
|
+
"A job '%{job_name}' has %{status} at %{time}": [
|
54
58
|
""
|
55
59
|
],
|
56
|
-
"
|
60
|
+
"A job '%{subject}' has failed": [
|
57
61
|
""
|
58
62
|
],
|
59
|
-
"
|
63
|
+
"A job '%{subject}' has finished successfully": [
|
60
64
|
""
|
61
65
|
],
|
62
|
-
"
|
66
|
+
"A notification when a job finishes": [
|
63
67
|
""
|
64
68
|
],
|
65
|
-
"
|
69
|
+
"A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
|
66
70
|
""
|
67
71
|
],
|
68
|
-
"
|
72
|
+
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
69
73
|
""
|
70
74
|
],
|
71
|
-
"
|
75
|
+
"A user to be used for SSH.": [
|
72
76
|
""
|
73
77
|
],
|
74
|
-
"SSH
|
78
|
+
"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.": [
|
75
79
|
""
|
76
80
|
],
|
77
|
-
"
|
81
|
+
"Abort Job": [
|
78
82
|
""
|
79
83
|
],
|
80
|
-
"
|
84
|
+
"Access denied": [
|
81
85
|
""
|
82
86
|
],
|
83
|
-
"
|
87
|
+
"Actions": [
|
88
|
+
"Actions"
|
89
|
+
],
|
90
|
+
"Active Filters:": [
|
84
91
|
""
|
85
92
|
],
|
86
|
-
"
|
93
|
+
"Add Foreign Input Set": [
|
87
94
|
""
|
88
95
|
],
|
89
|
-
"
|
96
|
+
"Advanced fields": [
|
90
97
|
""
|
91
98
|
],
|
92
|
-
"
|
99
|
+
"After": [
|
93
100
|
""
|
94
101
|
],
|
95
|
-
"
|
102
|
+
"After %s occurences": [
|
96
103
|
""
|
97
104
|
],
|
98
|
-
"
|
105
|
+
"All fields are required.": [
|
99
106
|
""
|
100
107
|
],
|
101
|
-
"
|
108
|
+
"Alphabetical": [
|
102
109
|
""
|
103
110
|
],
|
104
|
-
"
|
111
|
+
"Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
|
105
112
|
""
|
106
113
|
],
|
107
|
-
"
|
114
|
+
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
108
115
|
""
|
109
116
|
],
|
110
|
-
"
|
117
|
+
"Any Location": [
|
111
118
|
""
|
112
119
|
],
|
113
|
-
"
|
120
|
+
"Any Organization": [
|
121
|
+
"Any Organisation"
|
122
|
+
],
|
123
|
+
"Apply to": [
|
114
124
|
""
|
115
125
|
],
|
116
|
-
"
|
126
|
+
"At": [
|
117
127
|
""
|
118
128
|
],
|
119
|
-
"
|
129
|
+
"At minute": [
|
120
130
|
""
|
121
131
|
],
|
122
|
-
"
|
132
|
+
"Awaiting start": [
|
123
133
|
""
|
124
134
|
],
|
125
|
-
"
|
135
|
+
"Back": [
|
126
136
|
""
|
127
137
|
],
|
128
|
-
"
|
138
|
+
"Back to Job": [
|
129
139
|
""
|
130
140
|
],
|
131
|
-
"
|
141
|
+
"Bookmark": [
|
132
142
|
""
|
133
143
|
],
|
134
|
-
"
|
144
|
+
"Can't find Job Invocation for an id %s": [
|
135
145
|
""
|
136
146
|
],
|
137
|
-
"
|
147
|
+
"Cancel": [
|
138
148
|
""
|
139
149
|
],
|
140
|
-
"
|
150
|
+
"Cancel Job": [
|
141
151
|
""
|
142
152
|
],
|
143
153
|
"Cancel job invocation": [
|
144
154
|
""
|
145
155
|
],
|
146
|
-
"
|
156
|
+
"Canceled:": [
|
147
157
|
""
|
148
158
|
],
|
149
|
-
"
|
159
|
+
"Cancelled": [
|
150
160
|
""
|
151
161
|
],
|
152
|
-
"
|
162
|
+
"Cannot resolve hosts without a bookmark or search query": [
|
153
163
|
""
|
154
164
|
],
|
155
|
-
"
|
165
|
+
"Cannot resolve hosts without a user": [
|
156
166
|
""
|
157
167
|
],
|
158
|
-
"
|
168
|
+
"Cannot specify both bookmark_id and search_query": [
|
159
169
|
""
|
160
170
|
],
|
161
|
-
"
|
171
|
+
"Categories list failed with:": [
|
162
172
|
""
|
163
173
|
],
|
164
|
-
"
|
174
|
+
"Category and template": [
|
165
175
|
""
|
166
176
|
],
|
167
|
-
"
|
177
|
+
"Choose a job template that is pre-selected in job invocation form": [
|
168
178
|
""
|
169
179
|
],
|
170
|
-
"
|
171
|
-
"List job templates per organisation"
|
172
|
-
],
|
173
|
-
"Import a job template from ERB": [
|
180
|
+
"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
|
174
181
|
""
|
175
182
|
],
|
176
|
-
"
|
183
|
+
"Cleanup working directories": [
|
177
184
|
""
|
178
185
|
],
|
179
|
-
"
|
186
|
+
"Clear all filters": [
|
180
187
|
""
|
181
188
|
],
|
182
|
-
"
|
189
|
+
"Clear input": [
|
183
190
|
""
|
184
191
|
],
|
185
|
-
"
|
192
|
+
"Clone a provision template": [
|
186
193
|
""
|
187
194
|
],
|
188
|
-
"
|
195
|
+
"Close": [
|
189
196
|
""
|
190
197
|
],
|
191
|
-
"
|
198
|
+
"Cockpit URL": [
|
192
199
|
""
|
193
200
|
],
|
194
|
-
"
|
201
|
+
"Concurrency level": [
|
195
202
|
""
|
196
203
|
],
|
197
|
-
"
|
204
|
+
"Concurrency level limited to": [
|
198
205
|
""
|
199
206
|
],
|
200
|
-
"
|
207
|
+
"Connect by IP": [
|
201
208
|
""
|
202
209
|
],
|
203
|
-
"
|
210
|
+
"Control concurrency level and distribution over time": [
|
204
211
|
""
|
205
212
|
],
|
206
|
-
"
|
213
|
+
"Could not display data for job invocation.": [
|
207
214
|
""
|
208
215
|
],
|
209
|
-
"
|
216
|
+
"Could not find any suitable interface for execution": [
|
210
217
|
""
|
211
218
|
],
|
212
|
-
"
|
219
|
+
"Could not render the preview because no host matches the search query.": [
|
213
220
|
""
|
214
221
|
],
|
215
|
-
"
|
222
|
+
"Could not rerun job %{id} because its template could not be found": [
|
216
223
|
""
|
217
224
|
],
|
218
|
-
"
|
225
|
+
"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
|
219
226
|
""
|
220
227
|
],
|
221
|
-
"
|
228
|
+
"Could not use any template used in the job invocation": [
|
222
229
|
""
|
223
230
|
],
|
224
|
-
"
|
231
|
+
"Create": [
|
225
232
|
""
|
226
233
|
],
|
227
|
-
"
|
234
|
+
"Create Report": [
|
228
235
|
""
|
229
236
|
],
|
230
|
-
"
|
237
|
+
"Create a foreign input set": [
|
231
238
|
""
|
232
239
|
],
|
233
|
-
"
|
240
|
+
"Create a job invocation": [
|
234
241
|
""
|
235
242
|
],
|
236
|
-
"
|
243
|
+
"Create a job template": [
|
237
244
|
""
|
238
245
|
],
|
239
|
-
"
|
246
|
+
"Create a recurring job": [
|
240
247
|
""
|
241
248
|
],
|
242
|
-
"
|
249
|
+
"Create report for this job": [
|
243
250
|
""
|
244
251
|
],
|
245
|
-
"
|
246
|
-
""
|
252
|
+
"Cron line": [
|
253
|
+
"Cron line"
|
247
254
|
],
|
248
|
-
"
|
255
|
+
"Cron line (extended)": [
|
249
256
|
""
|
250
257
|
],
|
251
|
-
"
|
258
|
+
"Cron line format '1 2 3 4 5', where:": [
|
252
259
|
""
|
253
260
|
],
|
254
|
-
"
|
261
|
+
"Cronline": [
|
255
262
|
""
|
256
263
|
],
|
257
|
-
"
|
264
|
+
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
258
265
|
""
|
259
266
|
],
|
260
|
-
"
|
267
|
+
"Current location %{loc_c} is different from job's location %{loc_j}.": [
|
261
268
|
""
|
262
269
|
],
|
263
|
-
"
|
270
|
+
"Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
|
264
271
|
""
|
265
272
|
],
|
266
|
-
"
|
273
|
+
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
267
274
|
""
|
268
275
|
],
|
269
|
-
"
|
276
|
+
"Daily": [
|
270
277
|
""
|
271
278
|
],
|
272
|
-
"
|
279
|
+
"Days": [
|
273
280
|
""
|
274
281
|
],
|
275
|
-
"
|
282
|
+
"Days of week": [
|
276
283
|
""
|
277
284
|
],
|
278
|
-
"
|
285
|
+
"Default SSH key passphrase": [
|
279
286
|
""
|
280
287
|
],
|
281
|
-
"
|
288
|
+
"Default SSH password": [
|
282
289
|
""
|
283
290
|
],
|
284
|
-
"
|
291
|
+
"Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
|
285
292
|
""
|
286
293
|
],
|
287
|
-
"
|
294
|
+
"Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
|
288
295
|
""
|
289
296
|
],
|
290
|
-
"
|
297
|
+
"Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
|
291
298
|
""
|
292
299
|
],
|
293
|
-
"
|
294
|
-
"
|
300
|
+
"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.": [
|
301
|
+
""
|
295
302
|
],
|
296
|
-
"
|
303
|
+
"Delete a foreign input set": [
|
297
304
|
""
|
298
305
|
],
|
299
|
-
"
|
306
|
+
"Delete a job template": [
|
300
307
|
""
|
301
308
|
],
|
302
|
-
"
|
309
|
+
"Description": [
|
310
|
+
"Description"
|
311
|
+
],
|
312
|
+
"Description Template": [
|
303
313
|
""
|
304
314
|
],
|
305
|
-
"
|
315
|
+
"Description template": [
|
306
316
|
""
|
307
317
|
],
|
308
|
-
"
|
318
|
+
"Designation of a special purpose": [
|
309
319
|
""
|
310
320
|
],
|
311
|
-
"
|
321
|
+
"Display advanced fields": [
|
312
322
|
""
|
313
323
|
],
|
314
|
-
"
|
324
|
+
"Does not repeat": [
|
315
325
|
""
|
316
326
|
],
|
317
|
-
"
|
327
|
+
"Duplicated inputs detected: %{duplicated_inputs}": [
|
318
328
|
""
|
319
329
|
],
|
320
|
-
"
|
330
|
+
"Dynamic Query": [
|
321
331
|
""
|
322
332
|
],
|
323
|
-
"
|
333
|
+
"Dynamic query": [
|
324
334
|
""
|
325
335
|
],
|
326
|
-
"
|
327
|
-
"
|
336
|
+
"Edit %s": [
|
337
|
+
"Edit %s"
|
328
338
|
],
|
329
|
-
"
|
339
|
+
"Edit Job Template": [
|
330
340
|
""
|
331
341
|
],
|
332
|
-
"
|
342
|
+
"Edit Remote Execution Feature": [
|
333
343
|
""
|
334
344
|
],
|
335
|
-
"
|
345
|
+
"Edit job description template": [
|
336
346
|
""
|
337
347
|
],
|
338
|
-
"
|
348
|
+
"Effective User": [
|
339
349
|
""
|
340
350
|
],
|
341
|
-
"
|
351
|
+
"Effective User Method": [
|
342
352
|
""
|
343
353
|
],
|
344
|
-
"
|
354
|
+
"Effective user": [
|
345
355
|
""
|
346
356
|
],
|
347
|
-
"
|
348
|
-
"
|
357
|
+
"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
|
358
|
+
""
|
349
359
|
],
|
350
|
-
"
|
360
|
+
"Effective user options": [
|
351
361
|
""
|
352
362
|
],
|
353
|
-
"
|
363
|
+
"Effective user password": [
|
354
364
|
""
|
355
365
|
],
|
356
|
-
"
|
366
|
+
"Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
357
367
|
""
|
358
368
|
],
|
359
|
-
"
|
369
|
+
"Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
360
370
|
""
|
361
371
|
],
|
362
|
-
"
|
372
|
+
"Effective user:": [
|
363
373
|
""
|
364
374
|
],
|
365
|
-
"
|
375
|
+
"Enable Global Proxy": [
|
366
376
|
""
|
367
377
|
],
|
368
|
-
"
|
378
|
+
"End time needs to be after start time": [
|
369
379
|
""
|
370
380
|
],
|
371
|
-
"
|
381
|
+
"Ends": [
|
372
382
|
""
|
373
383
|
],
|
374
|
-
"
|
384
|
+
"Error loading data from proxy": [
|
375
385
|
""
|
376
386
|
],
|
377
|
-
"
|
387
|
+
"Errors:": [
|
378
388
|
""
|
379
389
|
],
|
380
|
-
"
|
390
|
+
"Evaluated at:": [
|
381
391
|
""
|
382
392
|
],
|
383
|
-
"
|
393
|
+
"Every day at %s": [
|
384
394
|
""
|
385
395
|
],
|
386
|
-
"
|
396
|
+
"Every hour at minute %s": [
|
387
397
|
""
|
388
398
|
],
|
389
|
-
"
|
399
|
+
"Every month on %s at %s": [
|
390
400
|
""
|
391
401
|
],
|
392
|
-
"
|
402
|
+
"Every week on %s at %s": [
|
393
403
|
""
|
394
404
|
],
|
395
|
-
"
|
405
|
+
"Execute the job later, at a scheduled time.": [
|
396
406
|
""
|
397
407
|
],
|
398
|
-
"
|
408
|
+
"Execute the job now.": [
|
399
409
|
""
|
400
410
|
],
|
401
|
-
"
|
411
|
+
"Execute the job on a repeating schedule.": [
|
402
412
|
""
|
403
413
|
],
|
404
|
-
"
|
414
|
+
"Execute the jobs on hosts in randomized order": [
|
405
415
|
""
|
406
416
|
],
|
407
|
-
"
|
417
|
+
"Execution": [
|
408
418
|
""
|
409
419
|
],
|
410
|
-
"
|
420
|
+
"Execution order": [
|
411
421
|
""
|
412
422
|
],
|
413
|
-
"
|
414
|
-
"%s ago"
|
415
|
-
],
|
416
|
-
"Use default description template": [
|
423
|
+
"Execution ordering": [
|
417
424
|
""
|
418
425
|
],
|
419
|
-
"
|
426
|
+
"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>": [
|
420
427
|
""
|
421
428
|
],
|
422
|
-
"
|
429
|
+
"Exit status: %s": [
|
423
430
|
""
|
424
431
|
],
|
425
|
-
"
|
432
|
+
"Export a job template to ERB": [
|
426
433
|
""
|
427
434
|
],
|
428
|
-
"Failed
|
435
|
+
"Failed": [
|
429
436
|
""
|
430
437
|
],
|
431
|
-
"
|
438
|
+
"Failed hosts": [
|
432
439
|
""
|
433
440
|
],
|
434
|
-
"
|
441
|
+
"Failed rendering template: %s": [
|
435
442
|
""
|
436
443
|
],
|
437
|
-
"
|
444
|
+
"Failed:": [
|
438
445
|
""
|
439
446
|
],
|
440
|
-
"
|
441
|
-
"Remote action:"
|
442
|
-
],
|
443
|
-
"Job cancelled by user": [
|
447
|
+
"Fallback to Any Proxy": [
|
444
448
|
""
|
445
449
|
],
|
446
|
-
"
|
450
|
+
"Feature input %{input_name} not defined in template %{template_name}": [
|
447
451
|
""
|
448
452
|
],
|
449
|
-
"
|
453
|
+
"Fill all required fields in all the steps": [
|
450
454
|
""
|
451
455
|
],
|
452
|
-
"
|
456
|
+
"Fill all required fields in all the steps to start the job": [
|
453
457
|
""
|
454
458
|
],
|
455
|
-
"
|
459
|
+
"Filter by host collections": [
|
456
460
|
""
|
457
461
|
],
|
458
|
-
"
|
462
|
+
"Filter by host groups": [
|
459
463
|
""
|
460
464
|
],
|
461
|
-
"
|
465
|
+
"Filter by hosts": [
|
462
466
|
""
|
463
467
|
],
|
464
|
-
"
|
468
|
+
"Finished": [
|
465
469
|
""
|
466
470
|
],
|
467
|
-
"
|
468
|
-
"",
|
471
|
+
"For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
|
469
472
|
""
|
470
473
|
],
|
471
|
-
"
|
474
|
+
"For example: 1, 2, 3, 4, 5...": [
|
472
475
|
""
|
473
476
|
],
|
474
|
-
"
|
477
|
+
"Foreign input set": [
|
475
478
|
""
|
476
479
|
],
|
477
|
-
"
|
480
|
+
"Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.": [
|
478
481
|
""
|
479
482
|
],
|
480
|
-
"
|
483
|
+
"Form Job Template": [
|
481
484
|
""
|
482
485
|
],
|
483
|
-
"
|
486
|
+
"Future execution": [
|
484
487
|
""
|
485
488
|
],
|
486
|
-
"
|
489
|
+
"Get output for a host": [
|
487
490
|
""
|
488
491
|
],
|
489
|
-
"
|
492
|
+
"Get outputs of hosts in a job": [
|
490
493
|
""
|
491
494
|
],
|
492
|
-
"
|
495
|
+
"Get raw output for a host": [
|
493
496
|
""
|
494
497
|
],
|
495
|
-
"
|
498
|
+
"Has to be a positive number": [
|
496
499
|
""
|
497
500
|
],
|
498
|
-
"
|
501
|
+
"Hide advanced fields": [
|
499
502
|
""
|
500
503
|
],
|
501
|
-
"
|
504
|
+
"Hide all advanced fields": [
|
502
505
|
""
|
503
506
|
],
|
504
|
-
"
|
505
|
-
"
|
507
|
+
"Host": [
|
508
|
+
"Host"
|
506
509
|
],
|
507
|
-
"
|
510
|
+
"Host collections": [
|
508
511
|
""
|
509
512
|
],
|
510
|
-
"
|
513
|
+
"Host detail": [
|
511
514
|
""
|
512
515
|
],
|
513
|
-
"
|
516
|
+
"Host groups": [
|
514
517
|
""
|
515
518
|
],
|
516
|
-
"
|
519
|
+
"Host task": [
|
517
520
|
""
|
518
521
|
],
|
519
|
-
"
|
522
|
+
"Host with id '%{id}' was not found": [
|
520
523
|
""
|
521
524
|
],
|
522
|
-
"
|
525
|
+
"Hosts": [
|
526
|
+
"Hosts"
|
527
|
+
],
|
528
|
+
"Hosts gone missing": [
|
523
529
|
""
|
524
530
|
],
|
525
|
-
"
|
531
|
+
"Hourly": [
|
526
532
|
""
|
527
533
|
],
|
528
|
-
"
|
534
|
+
"How often the job should occur, in the cron format": [
|
529
535
|
""
|
530
536
|
],
|
531
|
-
"
|
537
|
+
"Identifier of the Host interface for Remote execution": [
|
532
538
|
""
|
533
539
|
],
|
534
|
-
"
|
540
|
+
"Immediate execution": [
|
535
541
|
""
|
536
542
|
],
|
537
|
-
"
|
543
|
+
"Import": [
|
538
544
|
""
|
539
545
|
],
|
540
|
-
"
|
546
|
+
"Import a job template from ERB": [
|
541
547
|
""
|
542
548
|
],
|
543
|
-
"
|
549
|
+
"In Progress:": [
|
544
550
|
""
|
545
551
|
],
|
546
|
-
"
|
552
|
+
"Include all inputs from the foreign template": [
|
547
553
|
""
|
548
554
|
],
|
549
|
-
"
|
555
|
+
"Indicates that the action should be cancelled if it cannot be started before this time.": [
|
550
556
|
""
|
551
557
|
],
|
552
|
-
"
|
558
|
+
"Inherit from host parameter": [
|
553
559
|
""
|
554
560
|
],
|
555
|
-
"
|
561
|
+
"Input": [
|
556
562
|
""
|
557
563
|
],
|
558
|
-
"
|
564
|
+
"Input set description": [
|
559
565
|
""
|
560
566
|
],
|
561
|
-
"
|
567
|
+
"Inputs to use": [
|
562
568
|
""
|
563
569
|
],
|
564
|
-
"
|
570
|
+
"Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration.": [
|
565
571
|
""
|
566
572
|
],
|
567
|
-
"
|
573
|
+
"Internal proxy selector can only be used if Katello is enabled": [
|
568
574
|
""
|
569
575
|
],
|
570
|
-
"
|
576
|
+
"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
|
571
577
|
""
|
572
578
|
],
|
573
|
-
"
|
579
|
+
"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs": [
|
574
580
|
""
|
575
581
|
],
|
576
|
-
"
|
582
|
+
"Invalid date": [
|
577
583
|
""
|
578
584
|
],
|
579
|
-
"
|
585
|
+
"Invalid time format": [
|
580
586
|
""
|
581
587
|
],
|
582
|
-
"
|
588
|
+
"Invocation type, one of %s": [
|
583
589
|
""
|
584
590
|
],
|
585
|
-
"
|
591
|
+
"Job": [
|
586
592
|
""
|
587
593
|
],
|
588
|
-
"
|
594
|
+
"Job Details": [
|
589
595
|
""
|
590
596
|
],
|
591
|
-
"
|
597
|
+
"Job Invocation": [
|
592
598
|
""
|
593
599
|
],
|
594
|
-
"
|
600
|
+
"Job Invocation Report Template": [
|
595
601
|
""
|
596
602
|
],
|
597
|
-
"
|
603
|
+
"Job Invocations": [
|
598
604
|
""
|
599
605
|
],
|
600
|
-
"
|
606
|
+
"Job Task": [
|
601
607
|
""
|
602
608
|
],
|
603
|
-
"
|
609
|
+
"Job Templates": [
|
604
610
|
""
|
605
611
|
],
|
606
|
-
"
|
612
|
+
"Job cancelled by user": [
|
607
613
|
""
|
608
614
|
],
|
609
|
-
"
|
615
|
+
"Job category": [
|
610
616
|
""
|
611
617
|
],
|
612
|
-
"
|
618
|
+
"Job execution failed": [
|
613
619
|
""
|
614
620
|
],
|
615
|
-
"
|
621
|
+
"Job finished with error": [
|
616
622
|
""
|
617
623
|
],
|
618
|
-
"
|
619
|
-
"
|
624
|
+
"Job invocation": [
|
625
|
+
""
|
620
626
|
],
|
621
|
-
"
|
622
|
-
"
|
627
|
+
"Job invocations": [
|
628
|
+
""
|
623
629
|
],
|
624
|
-
"
|
630
|
+
"Job invocations detail": [
|
625
631
|
""
|
626
632
|
],
|
627
|
-
"
|
633
|
+
"Job result": [
|
628
634
|
""
|
629
635
|
],
|
630
|
-
"
|
636
|
+
"Job template": [
|
631
637
|
""
|
632
638
|
],
|
633
|
-
"
|
639
|
+
"Job template ID to be used for the feature": [
|
634
640
|
""
|
635
641
|
],
|
636
|
-
"
|
642
|
+
"Job template imported successfully.": [
|
637
643
|
""
|
638
644
|
],
|
639
|
-
"
|
645
|
+
"Job templates": [
|
640
646
|
""
|
641
647
|
],
|
642
|
-
"
|
648
|
+
"JobTemplate|Locked": [
|
643
649
|
""
|
644
650
|
],
|
645
|
-
"
|
651
|
+
"JobTemplate|Name": [
|
646
652
|
""
|
647
653
|
],
|
648
|
-
"
|
654
|
+
"JobTemplate|Snippet": [
|
649
655
|
""
|
650
656
|
],
|
651
|
-
"
|
657
|
+
"Jobs": [
|
652
658
|
""
|
653
659
|
],
|
654
|
-
"
|
660
|
+
"Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
655
661
|
""
|
656
662
|
],
|
657
|
-
"
|
663
|
+
"Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
658
664
|
""
|
659
665
|
],
|
660
|
-
"
|
666
|
+
"Label": [
|
661
667
|
""
|
662
668
|
],
|
663
|
-
"
|
669
|
+
"Last execution cancelled": [
|
664
670
|
""
|
665
671
|
],
|
666
|
-
"
|
672
|
+
"Last execution failed": [
|
667
673
|
""
|
668
674
|
],
|
669
|
-
"
|
675
|
+
"Last execution succeeded": [
|
670
676
|
""
|
671
677
|
],
|
672
|
-
"
|
673
|
-
"
|
678
|
+
"Latest Jobs": [
|
679
|
+
""
|
674
680
|
],
|
675
|
-
"
|
676
|
-
"
|
681
|
+
"Learn more about this in the documentation.": [
|
682
|
+
"Learn more about this in the documentation."
|
677
683
|
],
|
678
|
-
"
|
684
|
+
"List available remote execution features for a host": [
|
679
685
|
""
|
680
686
|
],
|
681
|
-
"
|
687
|
+
"List foreign input sets": [
|
682
688
|
""
|
683
689
|
],
|
684
|
-
"
|
690
|
+
"List job invocations": [
|
685
691
|
""
|
686
692
|
],
|
687
|
-
"
|
688
|
-
"Description"
|
689
|
-
],
|
690
|
-
"Job template": [
|
693
|
+
"List job templates": [
|
691
694
|
""
|
692
695
|
],
|
693
|
-
"
|
696
|
+
"List job templates per location": [
|
694
697
|
""
|
695
698
|
],
|
696
|
-
"
|
697
|
-
""
|
699
|
+
"List job templates per organization": [
|
700
|
+
"List job templates per organisation"
|
698
701
|
],
|
699
|
-
"
|
702
|
+
"List of proxy IDs to be used for remote execution": [
|
700
703
|
""
|
701
704
|
],
|
702
|
-
"
|
705
|
+
"List remote execution features": [
|
703
706
|
""
|
704
707
|
],
|
705
|
-
"
|
708
|
+
"List template invocations belonging to job invocation": [
|
706
709
|
""
|
707
710
|
],
|
708
|
-
"
|
711
|
+
"Location": [
|
712
|
+
"Location"
|
713
|
+
],
|
714
|
+
"Manual selection": [
|
709
715
|
""
|
710
716
|
],
|
711
|
-
"
|
717
|
+
"Minute can only be a number between 0-59": [
|
712
718
|
""
|
713
719
|
],
|
714
|
-
"
|
720
|
+
"Missing the required permissions: ${missingPermissions.join( ', ' )}": [
|
715
721
|
""
|
716
722
|
],
|
717
|
-
"
|
723
|
+
"Monthly": [
|
718
724
|
""
|
719
725
|
],
|
720
|
-
"
|
726
|
+
"Must select a bookmark or enter a search query": [
|
721
727
|
""
|
722
728
|
],
|
723
|
-
"
|
729
|
+
"N/A": [
|
730
|
+
"N/A"
|
731
|
+
],
|
732
|
+
"Name": [
|
733
|
+
"Name"
|
734
|
+
],
|
735
|
+
"Never": [
|
724
736
|
""
|
725
737
|
],
|
726
|
-
"
|
738
|
+
"New Job Template": [
|
727
739
|
""
|
728
740
|
],
|
729
|
-
"
|
741
|
+
"New UI": [
|
730
742
|
""
|
731
743
|
],
|
732
|
-
"
|
744
|
+
"Next": [
|
733
745
|
""
|
734
746
|
],
|
735
|
-
"
|
747
|
+
"No (override)": [
|
736
748
|
""
|
737
749
|
],
|
738
|
-
"
|
750
|
+
"No Target Hosts": [
|
739
751
|
""
|
740
752
|
],
|
741
|
-
"
|
753
|
+
"No hosts found.": [
|
742
754
|
""
|
743
755
|
],
|
744
|
-
"
|
756
|
+
"No jobs available": [
|
745
757
|
""
|
746
758
|
],
|
747
|
-
"
|
759
|
+
"No results found": [
|
748
760
|
""
|
749
761
|
],
|
750
|
-
"
|
762
|
+
"No template mapped to feature %{feature_name}": [
|
751
763
|
""
|
752
764
|
],
|
753
|
-
"
|
765
|
+
"Not all required inputs have values. Missing inputs: %s": [
|
754
766
|
""
|
755
767
|
],
|
756
|
-
"
|
768
|
+
"Not available": [
|
757
769
|
""
|
758
770
|
],
|
759
|
-
"
|
771
|
+
"Not yet": [
|
760
772
|
""
|
761
773
|
],
|
762
|
-
"
|
774
|
+
"Now": [
|
763
775
|
""
|
764
776
|
],
|
765
|
-
"
|
777
|
+
"On": [
|
766
778
|
""
|
767
779
|
],
|
768
|
-
"
|
780
|
+
"Only one of feature or job_template_id can be specified": [
|
769
781
|
""
|
770
782
|
],
|
771
|
-
"
|
772
|
-
"",
|
783
|
+
"Opening job invocation form": [
|
773
784
|
""
|
774
785
|
],
|
775
|
-
"
|
786
|
+
"Organization": [
|
787
|
+
"Organisation"
|
788
|
+
],
|
789
|
+
"Override the description format from the template for this invocation only": [
|
776
790
|
""
|
777
791
|
],
|
778
|
-
"
|
792
|
+
"Override the global time to pickup interval for this invocation only": [
|
779
793
|
""
|
780
794
|
],
|
781
|
-
"
|
795
|
+
"Override the timeout interval from the template for this invocation only": [
|
782
796
|
""
|
783
797
|
],
|
784
|
-
"
|
798
|
+
"Overview": [
|
785
799
|
""
|
786
800
|
],
|
787
|
-
"
|
801
|
+
"Overwrite": [
|
788
802
|
""
|
789
803
|
],
|
790
|
-
"
|
804
|
+
"Overwrite template if it already exists": [
|
791
805
|
""
|
792
806
|
],
|
793
|
-
"
|
807
|
+
"Password": [
|
794
808
|
""
|
795
809
|
],
|
796
|
-
"
|
810
|
+
"Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
797
811
|
""
|
798
812
|
],
|
799
|
-
"
|
813
|
+
"Pending": [
|
800
814
|
""
|
801
815
|
],
|
802
|
-
"
|
816
|
+
"Perform a single Puppet run": [
|
803
817
|
""
|
804
818
|
],
|
805
|
-
"
|
819
|
+
"Perform no more executions after this time": [
|
806
820
|
""
|
807
821
|
],
|
808
|
-
"
|
822
|
+
"Permission Denied": [
|
809
823
|
""
|
810
824
|
],
|
811
|
-
"
|
812
|
-
"
|
825
|
+
"Please enter a search query": [
|
826
|
+
""
|
813
827
|
],
|
814
|
-
"
|
828
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
815
829
|
""
|
816
830
|
],
|
817
|
-
"
|
831
|
+
"Please refine your search.": [
|
818
832
|
""
|
819
833
|
],
|
820
|
-
"
|
834
|
+
"Please request the required permissions listed below from a Foreman administrator:": [
|
821
835
|
""
|
822
836
|
],
|
823
|
-
"
|
837
|
+
"Please select at least one host": [
|
824
838
|
""
|
825
839
|
],
|
826
|
-
"
|
840
|
+
"Please select at least one host collection": [
|
827
841
|
""
|
828
842
|
],
|
829
|
-
"
|
843
|
+
"Please select at least one host group": [
|
830
844
|
""
|
831
845
|
],
|
832
|
-
"
|
846
|
+
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
833
847
|
""
|
834
848
|
],
|
835
|
-
"
|
849
|
+
"Prefer IPv6 over IPv4": [
|
836
850
|
""
|
837
851
|
],
|
838
|
-
"
|
852
|
+
"Preview": [
|
839
853
|
""
|
840
854
|
],
|
841
|
-
"
|
855
|
+
"Preview Hosts": [
|
842
856
|
""
|
843
857
|
],
|
844
|
-
"
|
858
|
+
"Preview job description": [
|
845
859
|
""
|
846
860
|
],
|
847
|
-
"
|
848
|
-
"
|
861
|
+
"Preview templates": [
|
862
|
+
""
|
849
863
|
],
|
850
|
-
"
|
864
|
+
"Private key passphrase": [
|
851
865
|
""
|
852
866
|
],
|
853
|
-
"
|
854
|
-
"
|
867
|
+
"Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
|
868
|
+
""
|
855
869
|
],
|
856
|
-
"
|
870
|
+
"Proceed Anyway": [
|
857
871
|
""
|
858
872
|
],
|
859
|
-
"
|
873
|
+
"Provider type": [
|
860
874
|
""
|
861
875
|
],
|
862
|
-
"
|
876
|
+
"Providers and templates": [
|
863
877
|
""
|
864
878
|
],
|
865
|
-
"
|
879
|
+
"Proxies": [
|
866
880
|
""
|
867
881
|
],
|
868
|
-
"
|
882
|
+
"Purpose": [
|
869
883
|
""
|
870
884
|
],
|
871
|
-
"
|
885
|
+
"Query type": [
|
872
886
|
""
|
873
887
|
],
|
874
|
-
"
|
888
|
+
"REX job has failed - %s": [
|
875
889
|
""
|
876
890
|
],
|
877
|
-
"
|
878
|
-
"Edit %s"
|
879
|
-
],
|
880
|
-
"Edit Job Template": [
|
891
|
+
"REX job has finished - %s": [
|
881
892
|
""
|
882
893
|
],
|
883
|
-
"
|
894
|
+
"REX job has succeeded - %s": [
|
884
895
|
""
|
885
896
|
],
|
886
|
-
"
|
897
|
+
"REX pull mode": [
|
887
898
|
""
|
888
899
|
],
|
889
|
-
"
|
900
|
+
"Randomized": [
|
890
901
|
""
|
891
902
|
],
|
892
|
-
"
|
903
|
+
"Recent jobs": [
|
893
904
|
""
|
894
905
|
],
|
895
|
-
"
|
906
|
+
"Recurrence": [
|
896
907
|
""
|
897
908
|
],
|
898
|
-
"
|
899
|
-
"
|
909
|
+
"Recurring execution": [
|
910
|
+
""
|
900
911
|
],
|
901
|
-
"
|
912
|
+
"Recurring logic": [
|
902
913
|
""
|
903
914
|
],
|
904
|
-
"
|
915
|
+
"Recursive rendering of templates detected": [
|
905
916
|
""
|
906
917
|
],
|
907
|
-
"
|
918
|
+
"Refresh": [
|
908
919
|
""
|
909
920
|
],
|
910
921
|
"Remote Execution": [
|
911
922
|
""
|
912
923
|
],
|
913
|
-
"
|
924
|
+
"Remote Execution Features": [
|
914
925
|
""
|
915
926
|
],
|
916
|
-
"
|
927
|
+
"Remote Execution Interface": [
|
917
928
|
""
|
918
929
|
],
|
919
|
-
"
|
920
|
-
""
|
930
|
+
"Remote action:": [
|
931
|
+
"Remote action:"
|
921
932
|
],
|
922
|
-
"Remote
|
933
|
+
"Remote execution": [
|
923
934
|
""
|
924
935
|
],
|
925
|
-
"
|
936
|
+
"Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
|
926
937
|
""
|
927
938
|
],
|
928
|
-
"
|
939
|
+
"Remote execution job": [
|
929
940
|
""
|
930
941
|
],
|
931
|
-
"
|
942
|
+
"Repeat a maximum of N times": [
|
932
943
|
""
|
933
944
|
],
|
934
|
-
"
|
945
|
+
"Repeat amount can only be a positive number": [
|
935
946
|
""
|
936
947
|
],
|
937
|
-
"
|
948
|
+
"Repeats": [
|
938
949
|
""
|
939
950
|
],
|
940
|
-
"
|
951
|
+
"Rerun": [
|
941
952
|
""
|
942
953
|
],
|
943
|
-
"
|
954
|
+
"Rerun failed": [
|
944
955
|
""
|
945
956
|
],
|
946
|
-
"
|
957
|
+
"Rerun job on failed hosts": [
|
947
958
|
""
|
948
959
|
],
|
949
|
-
"
|
960
|
+
"Rerun on %s": [
|
950
961
|
""
|
951
962
|
],
|
952
|
-
"
|
963
|
+
"Rerun on failed hosts": [
|
953
964
|
""
|
954
965
|
],
|
955
|
-
"
|
966
|
+
"Rerun the job": [
|
956
967
|
""
|
957
968
|
],
|
958
|
-
"
|
969
|
+
"Reset to default": [
|
959
970
|
""
|
960
971
|
],
|
961
|
-
"
|
972
|
+
"Resolves to": [
|
962
973
|
""
|
963
974
|
],
|
964
|
-
"
|
975
|
+
"Results": [
|
965
976
|
""
|
966
977
|
],
|
967
|
-
"
|
978
|
+
"Review details": [
|
968
979
|
""
|
969
980
|
],
|
970
|
-
"
|
981
|
+
"Run": [
|
971
982
|
""
|
972
983
|
],
|
973
|
-
"
|
984
|
+
"Run Job": [
|
974
985
|
""
|
975
986
|
],
|
976
|
-
"
|
987
|
+
"Run Puppet Once": [
|
977
988
|
""
|
978
989
|
],
|
979
|
-
"
|
990
|
+
"Run Script": [
|
980
991
|
""
|
981
992
|
],
|
982
|
-
"
|
993
|
+
"Run a script": [
|
983
994
|
""
|
984
995
|
],
|
985
|
-
"
|
996
|
+
"Run at most N tasks at a time": [
|
986
997
|
""
|
987
998
|
],
|
988
|
-
"
|
999
|
+
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
989
1000
|
""
|
990
1001
|
],
|
991
|
-
"
|
1002
|
+
"Run job": [
|
992
1003
|
""
|
993
1004
|
],
|
994
|
-
"
|
1005
|
+
"Run on selected hosts": [
|
995
1006
|
""
|
996
1007
|
],
|
997
|
-
"
|
998
|
-
""
|
1008
|
+
"Running": [
|
1009
|
+
"Running"
|
999
1010
|
],
|
1000
|
-
"
|
1011
|
+
"SSH Port": [
|
1001
1012
|
""
|
1002
1013
|
],
|
1003
|
-
"
|
1014
|
+
"SSH User": [
|
1004
1015
|
""
|
1005
1016
|
],
|
1006
|
-
"
|
1017
|
+
"SSH provider specific options": [
|
1007
1018
|
""
|
1008
1019
|
],
|
1009
|
-
"
|
1020
|
+
"SSH user": [
|
1010
1021
|
""
|
1011
1022
|
],
|
1012
|
-
"
|
1023
|
+
"SSH user:": [
|
1013
1024
|
""
|
1014
1025
|
],
|
1015
|
-
"
|
1026
|
+
"Schedule": [
|
1016
1027
|
""
|
1017
1028
|
],
|
1018
|
-
"
|
1029
|
+
"Schedule Remote Job": [
|
1019
1030
|
""
|
1020
1031
|
],
|
1021
|
-
"
|
1032
|
+
"Schedule a job": [
|
1022
1033
|
""
|
1023
1034
|
],
|
1024
|
-
"
|
1035
|
+
"Schedule the job for a future time": [
|
1025
1036
|
""
|
1026
1037
|
],
|
1027
|
-
"
|
1038
|
+
"Schedule the job to start at a later time": [
|
1028
1039
|
""
|
1029
1040
|
],
|
1030
|
-
"
|
1041
|
+
"Schedule type": [
|
1031
1042
|
""
|
1032
1043
|
],
|
1033
|
-
"
|
1044
|
+
"Scheduled": [
|
1034
1045
|
""
|
1035
1046
|
],
|
1036
|
-
"
|
1047
|
+
"Scheduled at:": [
|
1037
1048
|
""
|
1038
1049
|
],
|
1039
|
-
"
|
1050
|
+
"Scheduled to start at": [
|
1040
1051
|
""
|
1041
1052
|
],
|
1042
|
-
"
|
1053
|
+
"Scheduled to start before": [
|
1043
1054
|
""
|
1044
1055
|
],
|
1045
|
-
"
|
1056
|
+
"Scheduled: ${totalHosts} hosts": [
|
1046
1057
|
""
|
1047
1058
|
],
|
1048
|
-
"
|
1059
|
+
"Script": [
|
1049
1060
|
""
|
1050
1061
|
],
|
1051
|
-
"
|
1062
|
+
"Scroll to bottom": [
|
1052
1063
|
""
|
1053
1064
|
],
|
1054
|
-
"
|
1065
|
+
"Scroll to top": [
|
1055
1066
|
""
|
1056
1067
|
],
|
1057
|
-
"
|
1068
|
+
"Search Query": [
|
1058
1069
|
""
|
1059
1070
|
],
|
1060
|
-
"
|
1071
|
+
"Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.": [
|
1061
1072
|
""
|
1062
1073
|
],
|
1063
|
-
"
|
1074
|
+
"Search query": [
|
1064
1075
|
""
|
1065
1076
|
],
|
1066
|
-
"
|
1077
|
+
"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": [
|
1067
1078
|
""
|
1068
1079
|
],
|
1069
|
-
"
|
1080
|
+
"See more details at %s": [
|
1070
1081
|
""
|
1071
1082
|
],
|
1072
|
-
"
|
1083
|
+
"See the last task details": [
|
1073
1084
|
""
|
1074
1085
|
],
|
1075
|
-
"
|
1086
|
+
"See the task details": [
|
1076
1087
|
""
|
1077
1088
|
],
|
1078
|
-
"
|
1089
|
+
"Select a report template used for generating a report for a particular remote execution job": [
|
1079
1090
|
""
|
1080
1091
|
],
|
1081
|
-
"
|
1092
|
+
"Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
|
1082
1093
|
""
|
1083
1094
|
],
|
1084
|
-
"
|
1095
|
+
"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.": [
|
1085
1096
|
""
|
1086
1097
|
],
|
1087
|
-
"
|
1098
|
+
"Select the type of execution": [
|
1088
1099
|
""
|
1089
1100
|
],
|
1090
|
-
"
|
1101
|
+
"Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host": [
|
1091
1102
|
""
|
1092
1103
|
],
|
1093
|
-
"
|
1104
|
+
"Set SSH key passphrase": [
|
1094
1105
|
""
|
1095
1106
|
],
|
1096
|
-
"
|
1107
|
+
"Set SSH password": [
|
1097
1108
|
""
|
1098
1109
|
],
|
1099
|
-
"
|
1110
|
+
"Set SSH user": [
|
1100
1111
|
""
|
1101
1112
|
],
|
1102
|
-
"
|
1113
|
+
"Set password for effective user (using sudo-like mechanisms)": [
|
1103
1114
|
""
|
1104
1115
|
],
|
1105
|
-
"
|
1116
|
+
"Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.": [
|
1106
1117
|
""
|
1107
1118
|
],
|
1108
|
-
"
|
1119
|
+
"Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting": [
|
1109
1120
|
""
|
1110
1121
|
],
|
1111
|
-
"
|
1122
|
+
"Should this interface be used for remote execution?": [
|
1112
1123
|
""
|
1113
1124
|
],
|
1114
|
-
"
|
1125
|
+
"Show Job status for the hosts": [
|
1115
1126
|
""
|
1116
1127
|
],
|
1117
|
-
"
|
1128
|
+
"Show all advanced fields": [
|
1118
1129
|
""
|
1119
1130
|
],
|
1120
|
-
"
|
1131
|
+
"Show foreign input set details": [
|
1121
1132
|
""
|
1122
1133
|
],
|
1123
|
-
"
|
1134
|
+
"Show job invocation": [
|
1124
1135
|
""
|
1125
1136
|
],
|
1126
|
-
"
|
1137
|
+
"Show job template details": [
|
1127
1138
|
""
|
1128
1139
|
],
|
1129
|
-
"
|
1140
|
+
"Show remote execution feature": [
|
1130
1141
|
""
|
1131
1142
|
],
|
1132
|
-
"
|
1143
|
+
"Skip to review": [
|
1133
1144
|
""
|
1134
1145
|
],
|
1135
|
-
"
|
1146
|
+
"Skip to review step": [
|
1136
1147
|
""
|
1137
1148
|
],
|
1138
|
-
"
|
1149
|
+
"Snippet": [
|
1139
1150
|
""
|
1140
1151
|
],
|
1141
|
-
"
|
1152
|
+
"Start": [
|
1142
1153
|
""
|
1143
1154
|
],
|
1144
1155
|
"Start job": [
|
1145
1156
|
""
|
1146
1157
|
],
|
1147
|
-
"
|
1158
|
+
"Started": [
|
1148
1159
|
""
|
1149
1160
|
],
|
1150
|
-
"
|
1161
|
+
"Started at:": [
|
1151
1162
|
""
|
1152
1163
|
],
|
1153
|
-
"
|
1164
|
+
"Starts": [
|
1154
1165
|
""
|
1155
1166
|
],
|
1156
|
-
"
|
1167
|
+
"Starts Before": [
|
1157
1168
|
""
|
1158
1169
|
],
|
1159
|
-
"
|
1170
|
+
"Starts at": [
|
1160
1171
|
""
|
1161
1172
|
],
|
1162
|
-
"
|
1173
|
+
"Starts before": [
|
1163
1174
|
""
|
1164
1175
|
],
|
1165
|
-
"
|
1166
|
-
""
|
1176
|
+
"State": [
|
1177
|
+
"State"
|
1167
1178
|
],
|
1168
|
-
"
|
1179
|
+
"Static Query": [
|
1169
1180
|
""
|
1170
1181
|
],
|
1171
|
-
"
|
1182
|
+
"Static query": [
|
1172
1183
|
""
|
1173
1184
|
],
|
1174
|
-
"
|
1185
|
+
"Status": [
|
1175
1186
|
""
|
1176
1187
|
],
|
1177
|
-
"
|
1188
|
+
"Submit": [
|
1178
1189
|
""
|
1179
1190
|
],
|
1180
|
-
"
|
1191
|
+
"Subscribe to all my jobs": [
|
1181
1192
|
""
|
1182
1193
|
],
|
1183
|
-
"
|
1194
|
+
"Subscribe to my failed jobs": [
|
1184
1195
|
""
|
1185
1196
|
],
|
1186
|
-
"
|
1197
|
+
"Subscribe to my succeeded jobs": [
|
1187
1198
|
""
|
1188
1199
|
],
|
1189
|
-
"
|
1200
|
+
"Succeeded": [
|
1190
1201
|
""
|
1191
1202
|
],
|
1192
|
-
"
|
1203
|
+
"Succeeded:": [
|
1193
1204
|
""
|
1194
1205
|
],
|
1195
|
-
"
|
1196
|
-
""
|
1206
|
+
"Success": [
|
1207
|
+
"Success"
|
1197
1208
|
],
|
1198
|
-
"
|
1209
|
+
"Switch to the new job invocation detail UI": [
|
1199
1210
|
""
|
1200
1211
|
],
|
1201
|
-
"
|
1212
|
+
"Sync Job Templates": [
|
1202
1213
|
""
|
1203
1214
|
],
|
1204
|
-
"
|
1215
|
+
"System status": [
|
1205
1216
|
""
|
1206
1217
|
],
|
1207
|
-
"
|
1208
|
-
"
|
1218
|
+
"Systems": [
|
1219
|
+
""
|
1209
1220
|
],
|
1210
|
-
"
|
1221
|
+
"Target hosts": [
|
1211
1222
|
""
|
1212
1223
|
],
|
1213
|
-
"
|
1224
|
+
"Target hosts and inputs": [
|
1214
1225
|
""
|
1215
1226
|
],
|
1216
|
-
"
|
1227
|
+
"Target template ID": [
|
1217
1228
|
""
|
1218
1229
|
],
|
1219
|
-
"
|
1230
|
+
"Target: ": [
|
1220
1231
|
""
|
1221
1232
|
],
|
1222
|
-
"
|
1233
|
+
"Task Details": [
|
1223
1234
|
""
|
1224
1235
|
],
|
1225
|
-
"
|
1236
|
+
"Task cancelled": [
|
1226
1237
|
""
|
1227
1238
|
],
|
1228
|
-
"
|
1239
|
+
"Template ERB": [
|
1229
1240
|
""
|
1230
1241
|
],
|
1231
|
-
"
|
1242
|
+
"Template Invocation for %s": [
|
1232
1243
|
""
|
1233
1244
|
],
|
1234
|
-
"
|
1245
|
+
"Template failed with:": [
|
1235
1246
|
""
|
1236
1247
|
],
|
1237
|
-
"
|
1248
|
+
"Template name": [
|
1238
1249
|
""
|
1239
1250
|
],
|
1240
|
-
"
|
1251
|
+
"Template version": [
|
1241
1252
|
""
|
1242
1253
|
],
|
1243
|
-
"
|
1254
|
+
"Template with id '%{id}' was not found": [
|
1244
1255
|
""
|
1245
1256
|
],
|
1246
|
-
"
|
1257
|
+
"Template:": [
|
1247
1258
|
""
|
1248
1259
|
],
|
1249
|
-
"
|
1260
|
+
"Templates list failed with:": [
|
1250
1261
|
""
|
1251
1262
|
],
|
1252
|
-
"
|
1263
|
+
"The cron line supports extended cron line syntax. For details please refer to the ": [
|
1253
1264
|
""
|
1254
1265
|
],
|
1255
|
-
"
|
1266
|
+
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
1256
1267
|
""
|
1257
1268
|
],
|
1258
|
-
"
|
1269
|
+
"The execution interface is used for remote execution": [
|
1259
1270
|
""
|
1260
1271
|
],
|
1261
|
-
"
|
1272
|
+
"The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
|
1262
1273
|
""
|
1263
1274
|
],
|
1264
|
-
"
|
1275
|
+
"The job cannot be aborted at the moment.": [
|
1265
1276
|
""
|
1266
1277
|
],
|
1267
|
-
"
|
1278
|
+
"The job cannot be cancelled at the moment.": [
|
1268
1279
|
""
|
1269
1280
|
],
|
1270
|
-
"
|
1281
|
+
"The job could not be cancelled.": [
|
1271
1282
|
""
|
1272
1283
|
],
|
1273
|
-
"
|
1284
|
+
"The job template to use, parameter is required unless feature was specified": [
|
1274
1285
|
""
|
1275
1286
|
],
|
1276
|
-
"
|
1287
|
+
"The only applicable proxy %{proxy_names} is down": [
|
1288
|
+
"",
|
1277
1289
|
""
|
1278
1290
|
],
|
1279
|
-
"
|
1291
|
+
"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
|
1280
1292
|
""
|
1281
1293
|
],
|
1282
|
-
"
|
1294
|
+
"There are no available input fields for the selected template.": [
|
1283
1295
|
""
|
1284
1296
|
],
|
1285
|
-
"
|
1297
|
+
"There was an error while updating the status, try refreshing the page.": [
|
1286
1298
|
""
|
1287
1299
|
],
|
1288
|
-
"
|
1300
|
+
"This can happen if the host is removed or moved to another organization or location after the job was started": [
|
1289
1301
|
""
|
1290
1302
|
],
|
1291
|
-
"
|
1303
|
+
"This template is locked for editing.": [
|
1292
1304
|
""
|
1293
1305
|
],
|
1294
|
-
"
|
1306
|
+
"This template is locked. Please clone it to a new template to customize.": [
|
1307
|
+
"This template is locked. Please clone it to a new template to customise."
|
1308
|
+
],
|
1309
|
+
"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}.": [
|
1295
1310
|
""
|
1296
1311
|
],
|
1297
|
-
"
|
1312
|
+
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1298
1313
|
""
|
1299
1314
|
],
|
1300
|
-
"
|
1315
|
+
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1301
1316
|
""
|
1302
1317
|
],
|
1303
|
-
"
|
1318
|
+
"Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs.": [
|
1304
1319
|
""
|
1305
1320
|
],
|
1306
|
-
"
|
1321
|
+
"Time to pickup": [
|
1307
1322
|
""
|
1308
1323
|
],
|
1309
|
-
"
|
1324
|
+
"Timeout to kill": [
|
1310
1325
|
""
|
1311
1326
|
],
|
1312
|
-
"
|
1327
|
+
"Timeout to kill after": [
|
1313
1328
|
""
|
1314
1329
|
],
|
1315
|
-
"
|
1330
|
+
"Toggle DEBUG": [
|
1316
1331
|
""
|
1317
1332
|
],
|
1318
|
-
"
|
1333
|
+
"Toggle STDERR": [
|
1319
1334
|
""
|
1320
1335
|
],
|
1321
|
-
"
|
1336
|
+
"Toggle STDOUT": [
|
1322
1337
|
""
|
1323
1338
|
],
|
1324
|
-
"
|
1339
|
+
"Toggle command": [
|
1325
1340
|
""
|
1326
1341
|
],
|
1327
|
-
"
|
1342
|
+
"Total hosts": [
|
1328
1343
|
""
|
1329
1344
|
],
|
1330
|
-
"
|
1345
|
+
"Try to abort the job on a host without waiting for its result": [
|
1331
1346
|
""
|
1332
1347
|
],
|
1333
|
-
"
|
1348
|
+
"Try to abort the job without waiting for the results from the remote hosts": [
|
1334
1349
|
""
|
1335
1350
|
],
|
1336
|
-
"
|
1351
|
+
"Try to cancel the job": [
|
1337
1352
|
""
|
1338
1353
|
],
|
1339
|
-
"
|
1354
|
+
"Try to cancel the job on a host": [
|
1340
1355
|
""
|
1341
1356
|
],
|
1342
|
-
"
|
1357
|
+
"Trying to abort the job": [
|
1343
1358
|
""
|
1344
1359
|
],
|
1345
|
-
"
|
1360
|
+
"Trying to cancel the job": [
|
1346
1361
|
""
|
1347
1362
|
],
|
1348
|
-
"
|
1363
|
+
"Type": [
|
1364
|
+
"Type"
|
1365
|
+
],
|
1366
|
+
"Type has impact on when is the query evaluated to hosts.": [
|
1349
1367
|
""
|
1350
1368
|
],
|
1351
|
-
"
|
1352
|
-
"
|
1369
|
+
"Type has impact on when is the query evaluated 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 planned in future, targeted hosts set may change before it</li></ul>": [
|
1370
|
+
""
|
1353
1371
|
],
|
1354
|
-
"
|
1372
|
+
"Type of execution": [
|
1355
1373
|
""
|
1356
1374
|
],
|
1357
|
-
"
|
1375
|
+
"Type of query": [
|
1358
1376
|
""
|
1359
1377
|
],
|
1360
|
-
"
|
1378
|
+
"Unable to create mail notification: %s": [
|
1361
1379
|
""
|
1362
1380
|
],
|
1363
|
-
"
|
1381
|
+
"Unable to fetch public key": [
|
1364
1382
|
""
|
1365
1383
|
],
|
1366
|
-
"
|
1384
|
+
"Unable to remove host from known hosts": [
|
1367
1385
|
""
|
1368
1386
|
],
|
1369
|
-
"
|
1387
|
+
"Unable to save template. Correct highlighted errors": [
|
1370
1388
|
""
|
1371
1389
|
],
|
1372
|
-
"
|
1390
|
+
"Unknown execution status": [
|
1373
1391
|
""
|
1374
1392
|
],
|
1375
|
-
"
|
1393
|
+
"Unknown input %{input_name} for template %{template_name}": [
|
1376
1394
|
""
|
1377
1395
|
],
|
1378
|
-
"
|
1396
|
+
"Unknown remote execution feature %s": [
|
1379
1397
|
""
|
1380
1398
|
],
|
1381
|
-
"
|
1399
|
+
"Unsupported or no operating system found for this host.": [
|
1382
1400
|
""
|
1383
1401
|
],
|
1384
|
-
"
|
1402
|
+
"Update a foreign input set": [
|
1385
1403
|
""
|
1386
1404
|
],
|
1387
|
-
"
|
1405
|
+
"Update a job template": [
|
1388
1406
|
""
|
1389
1407
|
],
|
1390
|
-
"
|
1408
|
+
"Use default description template": [
|
1391
1409
|
""
|
1392
1410
|
],
|
1393
|
-
"
|
1411
|
+
"Use legacy form": [
|
1394
1412
|
""
|
1395
1413
|
],
|
1396
|
-
"
|
1414
|
+
"Use new job wizard": [
|
1397
1415
|
""
|
1398
1416
|
],
|
1399
|
-
"
|
1417
|
+
"Use old form": [
|
1400
1418
|
""
|
1401
1419
|
],
|
1402
|
-
"
|
1420
|
+
"User Inputs": [
|
1403
1421
|
""
|
1404
1422
|
],
|
1405
|
-
"
|
1423
|
+
"User can not execute job on host %s": [
|
1406
1424
|
""
|
1407
1425
|
],
|
1408
|
-
"
|
1426
|
+
"User can not execute job on infrastructure host %s": [
|
1409
1427
|
""
|
1410
1428
|
],
|
1411
|
-
"
|
1429
|
+
"User can not execute this job template": [
|
1412
1430
|
""
|
1413
1431
|
],
|
1414
|
-
"
|
1432
|
+
"User can not execute this job template on %s": [
|
1415
1433
|
""
|
1416
1434
|
],
|
1417
|
-
"
|
1435
|
+
"User input": [
|
1418
1436
|
""
|
1419
1437
|
],
|
1420
|
-
"
|
1438
|
+
"Value": [
|
1439
|
+
"Value"
|
1440
|
+
],
|
1441
|
+
"View all jobs": [
|
1421
1442
|
""
|
1422
1443
|
],
|
1423
|
-
"
|
1444
|
+
"View finished jobs": [
|
1424
1445
|
""
|
1425
1446
|
],
|
1426
|
-
"
|
1447
|
+
"View running jobs": [
|
1427
1448
|
""
|
1428
1449
|
],
|
1429
|
-
"
|
1450
|
+
"View scheduled jobs": [
|
1430
1451
|
""
|
1431
1452
|
],
|
1432
|
-
"
|
1453
|
+
"Web Console": [
|
1433
1454
|
""
|
1434
1455
|
],
|
1435
|
-
"
|
1456
|
+
"Weekly": [
|
1436
1457
|
""
|
1437
1458
|
],
|
1438
|
-
"
|
1459
|
+
"What command should be used to switch to the effective user. One of %s": [
|
1439
1460
|
""
|
1440
1461
|
],
|
1441
|
-
"
|
1462
|
+
"What user should be used to run the script (using sudo-like mechanisms)": [
|
1442
1463
|
""
|
1443
1464
|
],
|
1444
|
-
"
|
1465
|
+
"What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
|
1445
1466
|
""
|
1446
1467
|
],
|
1447
|
-
"
|
1468
|
+
"When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default": [
|
1448
1469
|
""
|
1449
1470
|
],
|
1450
|
-
"
|
1471
|
+
"When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs.": [
|
1451
1472
|
""
|
1452
1473
|
],
|
1453
|
-
"
|
1474
|
+
"Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
|
1454
1475
|
""
|
1455
1476
|
],
|
1456
|
-
"
|
1477
|
+
"Whether it should be allowed to override the effective user from the invocation form.": [
|
1457
1478
|
""
|
1458
1479
|
],
|
1459
|
-
"
|
1480
|
+
"Whether or not the template is locked for editing": [
|
1460
1481
|
""
|
1461
1482
|
],
|
1462
|
-
"
|
1483
|
+
"Whether the current user login should be used as the effective user": [
|
1463
1484
|
""
|
1464
1485
|
],
|
1465
|
-
"
|
1486
|
+
"Whether to overwrite the template if it already exists": [
|
1466
1487
|
""
|
1467
1488
|
],
|
1468
|
-
"
|
1489
|
+
"Whether we should sync templates from disk when running db:seed.": [
|
1469
1490
|
""
|
1470
1491
|
],
|
1471
|
-
"
|
1492
|
+
"Workers pool size": [
|
1472
1493
|
""
|
1473
1494
|
],
|
1474
|
-
"
|
1495
|
+
"Yes (override)": [
|
1475
1496
|
""
|
1476
1497
|
],
|
1477
|
-
"
|
1498
|
+
"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
|
1478
1499
|
""
|
1479
1500
|
],
|
1480
|
-
"
|
1501
|
+
"You are not authorized to perform this action.": [
|
1481
1502
|
""
|
1482
1503
|
],
|
1483
|
-
"
|
1504
|
+
"You have %s results to display. Showing first %s results": [
|
1484
1505
|
""
|
1485
1506
|
],
|
1486
|
-
"
|
1507
|
+
"add an input set for this template to reference a different template inputs": [
|
1487
1508
|
""
|
1488
1509
|
],
|
1489
|
-
"
|
1510
|
+
"cancelled": [
|
1490
1511
|
""
|
1491
1512
|
],
|
1492
|
-
"
|
1513
|
+
"default_capsule method missing from SmartProxy": [
|
1493
1514
|
""
|
1494
1515
|
],
|
1495
|
-
"
|
1516
|
+
"documentation": [
|
1496
1517
|
""
|
1497
1518
|
],
|
1498
|
-
"
|
1519
|
+
"effective user": [
|
1499
1520
|
""
|
1500
1521
|
],
|
1501
|
-
"
|
1522
|
+
"error": [
|
1502
1523
|
""
|
1503
1524
|
],
|
1504
|
-
"
|
1525
|
+
"error during rendering: %s": [
|
1505
1526
|
""
|
1506
1527
|
],
|
1507
|
-
"
|
1528
|
+
"evaluates just after you submit this form": [
|
1508
1529
|
""
|
1509
1530
|
],
|
1510
|
-
"
|
1531
|
+
"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
|
1511
1532
|
""
|
1512
1533
|
],
|
1513
|
-
"
|
1534
|
+
"failed": [
|
1514
1535
|
""
|
1515
1536
|
],
|
1516
|
-
"
|
1537
|
+
"here": [
|
1517
1538
|
""
|
1518
1539
|
],
|
1519
|
-
"
|
1540
|
+
"host already has an execution interface": [
|
1520
1541
|
""
|
1521
1542
|
],
|
1522
|
-
"
|
1543
|
+
"hosts": [
|
1523
1544
|
""
|
1524
1545
|
],
|
1525
|
-
"
|
1546
|
+
"in %s": [
|
1526
1547
|
""
|
1527
1548
|
],
|
1528
|
-
"%s
|
1549
|
+
"included template '%s' not found": [
|
1529
1550
|
""
|
1530
1551
|
],
|
1531
|
-
"
|
1552
|
+
"input macro with name '%s' used, but no input with such name defined for this template": [
|
1532
1553
|
""
|
1533
1554
|
],
|
1534
|
-
"
|
1555
|
+
"is day of month (range: 1-31)": [
|
1535
1556
|
""
|
1536
1557
|
],
|
1537
|
-
"
|
1558
|
+
"is day of week (range: 0-6)": [
|
1538
1559
|
""
|
1539
1560
|
],
|
1540
|
-
"
|
1561
|
+
"is hour (range: 0-23)": [
|
1541
1562
|
""
|
1542
1563
|
],
|
1543
|
-
"
|
1564
|
+
"is minute (range: 0-59)": [
|
1544
1565
|
""
|
1545
1566
|
],
|
1546
|
-
"
|
1567
|
+
"is month (range: 1-12)": [
|
1547
1568
|
""
|
1548
1569
|
],
|
1549
|
-
"
|
1570
|
+
"no": [
|
1571
|
+
"no"
|
1572
|
+
],
|
1573
|
+
"occurences": [
|
1550
1574
|
""
|
1551
1575
|
],
|
1552
|
-
"
|
1553
|
-
"
|
1576
|
+
"open-help-tooltip-button": [
|
1577
|
+
""
|
1554
1578
|
],
|
1555
|
-
"
|
1579
|
+
"queued": [
|
1556
1580
|
""
|
1557
1581
|
],
|
1558
|
-
"
|
1582
|
+
"queued to start executing in %{time}": [
|
1559
1583
|
""
|
1560
1584
|
],
|
1561
|
-
"
|
1585
|
+
"range: 0-59": [
|
1562
1586
|
""
|
1563
1587
|
],
|
1564
|
-
"
|
1565
|
-
"
|
1588
|
+
"remove template input set": [
|
1589
|
+
""
|
1566
1590
|
],
|
1567
|
-
"
|
1568
|
-
"
|
1591
|
+
"running %{percent}%%": [
|
1592
|
+
""
|
1569
1593
|
],
|
1570
|
-
"
|
1594
|
+
"seconds": [
|
1571
1595
|
""
|
1572
1596
|
],
|
1573
|
-
"
|
1597
|
+
"succeeded": [
|
1574
1598
|
""
|
1575
1599
|
],
|
1576
|
-
"
|
1600
|
+
"tasks at a time": [
|
1577
1601
|
""
|
1578
1602
|
],
|
1579
|
-
"
|
1603
|
+
"template": [
|
1580
1604
|
""
|
1581
1605
|
],
|
1582
|
-
"
|
1606
|
+
"unknown status": [
|
1583
1607
|
""
|
1584
1608
|
],
|
1585
|
-
"
|
1586
|
-
"
|
1609
|
+
"using ": [
|
1610
|
+
""
|
1587
1611
|
],
|
1588
|
-
"
|
1612
|
+
"using Smart Proxy": [
|
1589
1613
|
""
|
1590
1614
|
],
|
1591
|
-
"
|
1615
|
+
"view host names": [
|
1592
1616
|
""
|
1617
|
+
],
|
1618
|
+
"yes": [
|
1619
|
+
"yes"
|
1593
1620
|
]
|
1594
1621
|
}
|
1595
1622
|
}
|