foreman-tasks 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +2 -1
- data/app/helpers/foreman_tasks/foreman_tasks_helper.rb +1 -1
- data/app/lib/actions/bulk_action.rb +0 -1
- data/app/lib/actions/middleware/keep_current_user.rb +1 -1
- data/app/models/foreman_tasks/concerns/action_triggering.rb +7 -7
- data/app/models/foreman_tasks/task.rb +7 -5
- data/app/models/foreman_tasks/task/dynflow_task.rb +40 -12
- data/app/views/foreman_tasks/tasks/_errors.html.erb +5 -1
- data/bin/dynflow-executor +53 -28
- data/deploy/foreman-tasks.sysconfig +12 -0
- data/foreman-tasks.gemspec +2 -1
- data/lib/foreman_tasks/dynflow.rb +10 -2
- data/lib/foreman_tasks/dynflow/daemon.rb +90 -19
- data/lib/foreman_tasks/version.rb +1 -1
- data/locale/en/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/en/foreman_tasks.po +6 -9
- data/locale/foreman_tasks.pot +102 -107
- data/test/unit/actions/action_with_sub_plans_test.rb +1 -3
- data/test/unit/config/environment.rb +1 -0
- data/test/unit/daemon_test.rb +86 -0
- data/test/unit/task_test.rb +19 -1
- metadata +24 -5
Binary file
|
data/locale/en/foreman_tasks.po
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_tasks 1.
|
8
|
+
"Project-Id-Version: foreman_tasks 0.1.2\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2016-02-03 09:55-0500\n"
|
11
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
@@ -47,9 +47,6 @@ msgstr ""
|
|
47
47
|
msgid "Active"
|
48
48
|
msgstr ""
|
49
49
|
|
50
|
-
msgid "Added import task to queue, it will be run shortly"
|
51
|
-
msgstr ""
|
52
|
-
|
53
50
|
msgid "All proxies with the required feature are unavailable at the moment"
|
54
51
|
msgstr ""
|
55
52
|
|
@@ -144,18 +141,15 @@ msgstr ""
|
|
144
141
|
msgid "Execute now"
|
145
142
|
msgstr ""
|
146
143
|
|
147
|
-
msgid "Execution
|
144
|
+
msgid "Execution plan data not available "
|
148
145
|
msgstr ""
|
149
146
|
|
150
|
-
msgid "
|
147
|
+
msgid "Execution type"
|
151
148
|
msgstr ""
|
152
149
|
|
153
150
|
msgid "External Id"
|
154
151
|
msgstr ""
|
155
152
|
|
156
|
-
msgid "Failed to add task to queue: %s"
|
157
|
-
msgstr ""
|
158
|
-
|
159
153
|
msgid "Failed to initialize"
|
160
154
|
msgstr ""
|
161
155
|
|
@@ -295,6 +289,9 @@ msgstr ""
|
|
295
289
|
msgid "Recurring logics"
|
296
290
|
msgstr ""
|
297
291
|
|
292
|
+
msgid "Remote action:"
|
293
|
+
msgstr ""
|
294
|
+
|
298
295
|
msgid "Repeat N times"
|
299
296
|
msgstr ""
|
300
297
|
|
data/locale/foreman_tasks.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_tasks 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
12
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2017-05-30 18:27+0200\n"
|
12
|
+
"PO-Revision-Date: 2017-05-30 18:27+0200\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -26,94 +26,86 @@ msgstr ""
|
|
26
26
|
msgid "Show recurring logic details"
|
27
27
|
msgstr ""
|
28
28
|
|
29
|
-
#: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:
|
29
|
+
#: ../app/controllers/foreman_tasks/api/recurring_logics_controller.rb:23
|
30
30
|
msgid "Cancel recurring logic"
|
31
31
|
msgstr ""
|
32
32
|
|
33
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
33
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:73
|
34
34
|
msgid "Resume all paused error tasks"
|
35
35
|
msgstr ""
|
36
36
|
|
37
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
37
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:74
|
38
38
|
msgid "Resume tasks matching search string"
|
39
39
|
msgstr ""
|
40
40
|
|
41
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
41
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:75
|
42
42
|
msgid "Resume specific tasks by ID"
|
43
43
|
msgstr ""
|
44
44
|
|
45
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
45
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:110
|
46
46
|
msgid "List tasks"
|
47
47
|
msgstr ""
|
48
48
|
|
49
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
49
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:111
|
50
50
|
msgid "Search string"
|
51
51
|
msgstr ""
|
52
52
|
|
53
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
53
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:112
|
54
54
|
msgid "Page number, starting at 1"
|
55
55
|
msgstr ""
|
56
56
|
|
57
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
57
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:113
|
58
58
|
msgid "Number of results per page to return"
|
59
59
|
msgstr ""
|
60
60
|
|
61
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
61
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:114
|
62
62
|
msgid "Sort field and order, e.g. 'name DESC'"
|
63
63
|
msgstr ""
|
64
64
|
|
65
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
65
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:115
|
66
66
|
msgid "Hash version of 'order' param"
|
67
67
|
msgstr ""
|
68
68
|
|
69
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
69
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:116
|
70
70
|
msgid "Field to sort the results on"
|
71
71
|
msgstr ""
|
72
72
|
|
73
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
73
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:117
|
74
74
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
75
75
|
msgstr ""
|
76
76
|
|
77
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
77
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:149
|
78
78
|
msgid "Send data to the task from external executor (such as smart_proxy_dynflow)"
|
79
79
|
msgstr ""
|
80
80
|
|
81
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
81
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:151
|
82
82
|
msgid "UUID of the task"
|
83
83
|
msgstr ""
|
84
84
|
|
85
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
85
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:152
|
86
86
|
msgid "The ID of the step inside the execution plan to send the event to"
|
87
87
|
msgstr ""
|
88
88
|
|
89
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
89
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:154
|
90
90
|
msgid "Data to be sent to the action"
|
91
91
|
msgstr ""
|
92
92
|
|
93
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
93
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:181
|
94
94
|
msgid "User search_params requires user_id to be specified"
|
95
95
|
msgstr ""
|
96
96
|
|
97
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
97
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:190
|
98
98
|
msgid "Resource search_params requires resource_type and resource_id to be specified"
|
99
99
|
msgstr ""
|
100
100
|
|
101
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
101
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:197
|
102
102
|
msgid "Task search_params requires task_id to be specified"
|
103
103
|
msgstr ""
|
104
104
|
|
105
|
-
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:
|
105
|
+
#: ../app/controllers/foreman_tasks/api/tasks_controller.rb:201
|
106
106
|
msgid "Type %s for search_params is not supported"
|
107
107
|
msgstr ""
|
108
108
|
|
109
|
-
#: ../app/controllers/foreman_tasks/concerns/environments_extension.rb:14
|
110
|
-
msgid "Added import task to queue, it will be run shortly"
|
111
|
-
msgstr ""
|
112
|
-
|
113
|
-
#: ../app/controllers/foreman_tasks/concerns/environments_extension.rb:16
|
114
|
-
msgid "Failed to add task to queue: %s"
|
115
|
-
msgstr ""
|
116
|
-
|
117
109
|
#: ../app/controllers/foreman_tasks/tasks_controller.rb:24
|
118
110
|
msgid "Trying to cancel step %s"
|
119
111
|
msgstr ""
|
@@ -146,26 +138,26 @@ msgstr ""
|
|
146
138
|
msgid "The task resources were unlocked with force."
|
147
139
|
msgstr ""
|
148
140
|
|
149
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
150
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
151
|
-
#: ../app/models/foreman_tasks/recurring_logic.rb:
|
152
|
-
#: ../app/models/foreman_tasks/task/dynflow_task.rb:
|
141
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:37
|
142
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:46
|
143
|
+
#: ../app/models/foreman_tasks/recurring_logic.rb:101
|
144
|
+
#: ../app/models/foreman_tasks/task/dynflow_task.rb:105
|
153
145
|
msgid "N/A"
|
154
146
|
msgstr ""
|
155
147
|
|
156
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
148
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:39
|
157
149
|
msgid "%s ago"
|
158
150
|
msgstr ""
|
159
151
|
|
160
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
152
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:39
|
161
153
|
msgid "in %s"
|
162
154
|
msgstr ""
|
163
155
|
|
164
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
156
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:49
|
165
157
|
msgid " seconds"
|
166
158
|
msgstr ""
|
167
159
|
|
168
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
160
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:56
|
169
161
|
#: ../app/views/foreman_tasks/tasks/_details.html.erb:12
|
170
162
|
#: ../app/views/foreman_tasks/tasks/_details.html.erb:56
|
171
163
|
#: ../app/views/foreman_tasks/tasks/_details.html.erb:81
|
@@ -173,25 +165,20 @@ msgstr ""
|
|
173
165
|
msgid "Cancel"
|
174
166
|
msgstr ""
|
175
167
|
|
176
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
168
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:117
|
177
169
|
#: ../app/views/foreman_tasks/tasks/_details.html.erb:123
|
178
170
|
msgid "Start at"
|
179
171
|
msgstr ""
|
180
172
|
|
181
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
182
|
-
msgid ""
|
183
|
-
"Indicates that the action should be cancelled if it cannot be started before t"
|
184
|
-
"his time."
|
185
|
-
msgstr ""
|
186
|
-
|
187
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:119
|
173
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:118
|
188
174
|
#: ../app/views/foreman_tasks/tasks/_details.html.erb:135
|
189
175
|
msgid "Start before"
|
190
176
|
msgstr ""
|
191
177
|
|
192
178
|
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:119
|
193
|
-
|
194
|
-
|
179
|
+
msgid ""
|
180
|
+
"Indicates that the action should be cancelled if it cannot be started before t"
|
181
|
+
"his time."
|
195
182
|
msgstr ""
|
196
183
|
|
197
184
|
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:127
|
@@ -223,75 +210,75 @@ msgstr ""
|
|
223
210
|
msgid "is day of week (range: 0-6)"
|
224
211
|
msgstr ""
|
225
212
|
|
226
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
213
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:154
|
227
214
|
msgid "Cron line format 'a b c d e', where: %s"
|
228
215
|
msgstr ""
|
229
216
|
|
230
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
217
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:156
|
231
218
|
#: ../app/views/foreman_tasks/recurring_logics/index.html.erb:6
|
232
219
|
#: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:8
|
233
220
|
msgid "Cron line"
|
234
221
|
msgstr ""
|
235
222
|
|
236
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
223
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:162
|
237
224
|
msgid "Days"
|
238
225
|
msgstr ""
|
239
226
|
|
240
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
227
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:171
|
241
228
|
msgid "Days of week"
|
242
229
|
msgstr ""
|
243
230
|
|
244
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
231
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:172
|
245
232
|
msgid "Mon"
|
246
233
|
msgstr ""
|
247
234
|
|
248
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
235
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:173
|
249
236
|
msgid "Tue"
|
250
237
|
msgstr ""
|
251
238
|
|
252
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
239
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:174
|
253
240
|
msgid "Wed"
|
254
241
|
msgstr ""
|
255
242
|
|
256
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
243
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:175
|
257
244
|
msgid "Thu"
|
258
245
|
msgstr ""
|
259
246
|
|
260
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
247
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:176
|
261
248
|
msgid "Fri"
|
262
249
|
msgstr ""
|
263
250
|
|
264
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
251
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:177
|
265
252
|
msgid "Sat"
|
266
253
|
msgstr ""
|
267
254
|
|
268
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
255
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:178
|
269
256
|
msgid "Sun"
|
270
257
|
msgstr ""
|
271
258
|
|
272
259
|
#. TRANSLATORS: Time widget for when a task should start
|
273
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
260
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:187
|
274
261
|
msgid "At"
|
275
262
|
msgstr ""
|
276
263
|
|
277
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
264
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:189
|
278
265
|
msgid "Repeat N times"
|
279
266
|
msgstr ""
|
280
267
|
|
281
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
268
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:190
|
282
269
|
msgid "Ends"
|
283
270
|
msgstr ""
|
284
271
|
|
285
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
272
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:191
|
286
273
|
msgid "Never"
|
287
274
|
msgstr ""
|
288
275
|
|
289
276
|
#. TRANSLATORS: Button text for saying when a task should end
|
290
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
277
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:193
|
291
278
|
msgid "On"
|
292
279
|
msgstr ""
|
293
280
|
|
294
|
-
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:
|
281
|
+
#: ../app/helpers/foreman_tasks/foreman_tasks_helper.rb:196
|
295
282
|
msgid "Ends at"
|
296
283
|
msgstr ""
|
297
284
|
|
@@ -299,11 +286,11 @@ msgstr ""
|
|
299
286
|
msgid "Unlimited"
|
300
287
|
msgstr ""
|
301
288
|
|
302
|
-
#: ../app/lib/actions/action_with_sub_plans.rb:
|
289
|
+
#: ../app/lib/actions/action_with_sub_plans.rb:13
|
303
290
|
msgid "%{total} task(s), %{success} success, %{failed} fail"
|
304
291
|
msgstr ""
|
305
292
|
|
306
|
-
#: ../app/lib/actions/bulk_action.rb:
|
293
|
+
#: ../app/lib/actions/bulk_action.rb:28
|
307
294
|
msgid "Bulk action"
|
308
295
|
msgstr ""
|
309
296
|
|
@@ -311,47 +298,47 @@ msgstr ""
|
|
311
298
|
msgid "Empty bulk action"
|
312
299
|
msgstr ""
|
313
300
|
|
314
|
-
#: ../app/lib/actions/bulk_action.rb:
|
301
|
+
#: ../app/lib/actions/bulk_action.rb:59
|
315
302
|
msgid "The targets are of different types"
|
316
303
|
msgstr ""
|
317
304
|
|
318
|
-
#: ../app/lib/actions/foreman/host/import_facts.rb:
|
305
|
+
#: ../app/lib/actions/foreman/host/import_facts.rb:38 action_names.rb:3
|
319
306
|
msgid "Import facts"
|
320
307
|
msgstr ""
|
321
308
|
|
322
|
-
#: ../app/lib/actions/foreman/puppetclass/import.rb:18 action_names.rb:
|
309
|
+
#: ../app/lib/actions/foreman/puppetclass/import.rb:18 action_names.rb:4
|
323
310
|
msgid "Import Puppet classes"
|
324
311
|
msgstr ""
|
325
312
|
|
326
|
-
#: ../app/lib/actions/helpers/humanizer.rb:
|
313
|
+
#: ../app/lib/actions/helpers/humanizer.rb:95
|
327
314
|
msgid "activation key"
|
328
315
|
msgstr ""
|
329
316
|
|
330
|
-
#: ../app/lib/actions/helpers/humanizer.rb:
|
317
|
+
#: ../app/lib/actions/helpers/humanizer.rb:111
|
331
318
|
msgid "user"
|
332
319
|
msgstr ""
|
333
320
|
|
334
|
-
#: ../app/lib/actions/helpers/humanizer.rb:
|
321
|
+
#: ../app/lib/actions/helpers/humanizer.rb:122
|
335
322
|
msgid "repository"
|
336
323
|
msgstr ""
|
337
324
|
|
338
|
-
#: ../app/lib/actions/helpers/humanizer.rb:
|
325
|
+
#: ../app/lib/actions/helpers/humanizer.rb:140
|
339
326
|
msgid "content view version"
|
340
327
|
msgstr ""
|
341
328
|
|
342
|
-
#: ../app/lib/actions/helpers/humanizer.rb:
|
329
|
+
#: ../app/lib/actions/helpers/humanizer.rb:150
|
343
330
|
msgid "content view"
|
344
331
|
msgstr ""
|
345
332
|
|
346
|
-
#: ../app/lib/actions/helpers/humanizer.rb:
|
333
|
+
#: ../app/lib/actions/helpers/humanizer.rb:166
|
347
334
|
msgid "product"
|
348
335
|
msgstr ""
|
349
336
|
|
350
|
-
#: ../app/lib/actions/helpers/humanizer.rb:
|
337
|
+
#: ../app/lib/actions/helpers/humanizer.rb:182
|
351
338
|
msgid "system"
|
352
339
|
msgstr ""
|
353
340
|
|
354
|
-
#: ../app/lib/actions/helpers/humanizer.rb:
|
341
|
+
#: ../app/lib/actions/helpers/humanizer.rb:198
|
355
342
|
msgid "organization"
|
356
343
|
msgstr ""
|
357
344
|
|
@@ -379,43 +366,43 @@ msgstr ""
|
|
379
366
|
msgid "Initialization error: %s"
|
380
367
|
msgstr ""
|
381
368
|
|
382
|
-
#: ../app/models/foreman_tasks/lock.rb:
|
369
|
+
#: ../app/models/foreman_tasks/lock.rb:15
|
383
370
|
msgid "Required lock is already taken by other running tasks."
|
384
371
|
msgstr ""
|
385
372
|
|
386
|
-
#: ../app/models/foreman_tasks/lock.rb:
|
373
|
+
#: ../app/models/foreman_tasks/lock.rb:17
|
387
374
|
msgid "Please inspect their state, fix their errors and resume them."
|
388
375
|
msgstr ""
|
389
376
|
|
390
|
-
#: ../app/models/foreman_tasks/lock.rb:
|
377
|
+
#: ../app/models/foreman_tasks/lock.rb:19
|
391
378
|
msgid "Required lock: %s"
|
392
379
|
msgstr ""
|
393
380
|
|
394
|
-
#: ../app/models/foreman_tasks/lock.rb:
|
381
|
+
#: ../app/models/foreman_tasks/lock.rb:21
|
395
382
|
msgid "Conflicts with tasks:"
|
396
383
|
msgstr ""
|
397
384
|
|
398
|
-
#: ../app/models/foreman_tasks/recurring_logic.rb:
|
385
|
+
#: ../app/models/foreman_tasks/recurring_logic.rb:95
|
399
386
|
msgid "Active"
|
400
387
|
msgstr ""
|
401
388
|
|
402
|
-
#: ../app/models/foreman_tasks/recurring_logic.rb:
|
389
|
+
#: ../app/models/foreman_tasks/recurring_logic.rb:97
|
403
390
|
msgid "Cancelled"
|
404
391
|
msgstr ""
|
405
392
|
|
406
|
-
#: ../app/models/foreman_tasks/recurring_logic.rb:
|
393
|
+
#: ../app/models/foreman_tasks/recurring_logic.rb:99
|
407
394
|
msgid "Finished"
|
408
395
|
msgstr ""
|
409
396
|
|
410
|
-
#: ../app/models/foreman_tasks/task.rb:
|
411
|
-
msgid "
|
397
|
+
#: ../app/models/foreman_tasks/task.rb:77
|
398
|
+
msgid "Delayed"
|
412
399
|
msgstr ""
|
413
400
|
|
414
|
-
#: ../app/models/foreman_tasks/task.rb:
|
415
|
-
msgid "
|
401
|
+
#: ../app/models/foreman_tasks/task.rb:77
|
402
|
+
msgid "Immediate"
|
416
403
|
msgstr ""
|
417
404
|
|
418
|
-
#: ../app/models/foreman_tasks/task_groups/recurring_logic_task_group.rb:
|
405
|
+
#: ../app/models/foreman_tasks/task_groups/recurring_logic_task_group.rb:9
|
419
406
|
#: ../app/views/foreman_tasks/recurring_logics/show.html.erb:1
|
420
407
|
msgid "Recurring logic"
|
421
408
|
msgstr ""
|
@@ -449,29 +436,29 @@ msgstr ""
|
|
449
436
|
msgid "The task could not be started"
|
450
437
|
msgstr ""
|
451
438
|
|
452
|
-
#: ../app/models/setting/foreman_tasks.rb:
|
439
|
+
#: ../app/models/setting/foreman_tasks.rb:8
|
453
440
|
msgid "Allow unlocking actions which can have dangerous consequences."
|
454
441
|
msgstr ""
|
455
442
|
|
456
|
-
#: ../app/models/setting/foreman_tasks.rb:
|
443
|
+
#: ../app/models/setting/foreman_tasks.rb:9
|
457
444
|
msgid "Enable the dynflow console (/foreman_tasks/dynflow) for debugging"
|
458
445
|
msgstr ""
|
459
446
|
|
460
|
-
#: ../app/models/setting/foreman_tasks.rb:
|
447
|
+
#: ../app/models/setting/foreman_tasks.rb:10
|
461
448
|
msgid ""
|
462
449
|
"Require user to be authenticated as user with admin rights when accessing dynf"
|
463
450
|
"low console"
|
464
451
|
msgstr ""
|
465
452
|
|
466
|
-
#: ../app/models/setting/foreman_tasks.rb:
|
453
|
+
#: ../app/models/setting/foreman_tasks.rb:11
|
467
454
|
msgid "Number of attempts to start a task on the smart proxy before failing"
|
468
455
|
msgstr ""
|
469
456
|
|
470
|
-
#: ../app/models/setting/foreman_tasks.rb:
|
457
|
+
#: ../app/models/setting/foreman_tasks.rb:12
|
471
458
|
msgid "Time in seconds between retries"
|
472
459
|
msgstr ""
|
473
460
|
|
474
|
-
#: ../app/models/setting/foreman_tasks.rb:
|
461
|
+
#: ../app/models/setting/foreman_tasks.rb:13
|
475
462
|
msgid "Time in second during which a task has to be started on the proxy"
|
476
463
|
msgstr ""
|
477
464
|
|
@@ -502,7 +489,7 @@ msgstr ""
|
|
502
489
|
|
503
490
|
#: ../app/views/foreman_tasks/recurring_logics/index.html.erb:8
|
504
491
|
#: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:12
|
505
|
-
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:
|
492
|
+
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:16
|
506
493
|
#: ../app/views/foreman_tasks/tasks/_running_steps.html.erb:19
|
507
494
|
#: ../app/views/foreman_tasks/tasks/index.html.erb:20
|
508
495
|
msgid "Action"
|
@@ -642,7 +629,7 @@ msgid "Ended at"
|
|
642
629
|
msgstr ""
|
643
630
|
|
644
631
|
#: ../app/views/foreman_tasks/tasks/_details.html.erb:179
|
645
|
-
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:
|
632
|
+
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:24
|
646
633
|
#: ../app/views/foreman_tasks/tasks/_running_steps.html.erb:31
|
647
634
|
msgid "Output"
|
648
635
|
msgstr ""
|
@@ -653,19 +640,23 @@ msgid "Errors"
|
|
653
640
|
msgstr ""
|
654
641
|
|
655
642
|
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:6
|
643
|
+
msgid "Execution plan data not available "
|
644
|
+
msgstr ""
|
645
|
+
|
646
|
+
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:10
|
656
647
|
msgid "No errors"
|
657
648
|
msgstr ""
|
658
649
|
|
659
|
-
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:
|
650
|
+
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:20
|
660
651
|
#: ../app/views/foreman_tasks/tasks/_running_steps.html.erb:27
|
661
652
|
msgid "Input"
|
662
653
|
msgstr ""
|
663
654
|
|
664
|
-
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:
|
655
|
+
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:29
|
665
656
|
msgid "Exception"
|
666
657
|
msgstr ""
|
667
658
|
|
668
|
-
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:
|
659
|
+
#: ../app/views/foreman_tasks/tasks/_errors.html.erb:33
|
669
660
|
msgid "Backtrace"
|
670
661
|
msgstr ""
|
671
662
|
|
@@ -708,12 +699,12 @@ msgstr ""
|
|
708
699
|
|
709
700
|
#:
|
710
701
|
#: ../app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb:1
|
711
|
-
#: ../lib/foreman_tasks/engine.rb:
|
702
|
+
#: ../lib/foreman_tasks/engine.rb:82
|
712
703
|
msgid "Latest Warning/Error Tasks"
|
713
704
|
msgstr ""
|
714
705
|
|
715
706
|
#: ../app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb:1
|
716
|
-
#: ../lib/foreman_tasks/engine.rb:
|
707
|
+
#: ../lib/foreman_tasks/engine.rb:81
|
717
708
|
msgid "Task Status"
|
718
709
|
msgstr ""
|
719
710
|
|
@@ -722,7 +713,7 @@ msgid "No. of Tasks"
|
|
722
713
|
msgstr ""
|
723
714
|
|
724
715
|
#: ../app/views/foreman_tasks/tasks/index.html.erb:1
|
725
|
-
#: ../lib/foreman_tasks/engine.rb:
|
716
|
+
#: ../lib/foreman_tasks/engine.rb:48
|
726
717
|
msgid "Tasks"
|
727
718
|
msgstr ""
|
728
719
|
|
@@ -754,14 +745,18 @@ msgstr ""
|
|
754
745
|
msgid "Raw"
|
755
746
|
msgstr ""
|
756
747
|
|
757
|
-
#: ../lib/foreman_tasks/dynflow.rb:
|
748
|
+
#: ../lib/foreman_tasks/dynflow.rb:102
|
758
749
|
msgid "Back to tasks"
|
759
750
|
msgstr ""
|
760
751
|
|
761
|
-
#: ../lib/foreman_tasks/engine.rb:
|
752
|
+
#: ../lib/foreman_tasks/engine.rb:54
|
762
753
|
msgid "Recurring Logics"
|
763
754
|
msgstr ""
|
764
755
|
|
765
|
-
#: action_names.rb:
|
756
|
+
#: action_names.rb:2
|
766
757
|
msgid "Action with sub plans"
|
767
758
|
msgstr ""
|
759
|
+
|
760
|
+
#: action_names.rb:5
|
761
|
+
msgid "Remote action:"
|
762
|
+
msgstr ""
|