foreman_remote_execution 8.1.2 → 8.2.1
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/app/controllers/api/v2/job_invocations_controller.rb +1 -0
- data/app/controllers/ui_job_wizard_controller.rb +6 -1
- data/app/models/job_invocation.rb +3 -2
- data/app/models/template_invocation.rb +1 -0
- data/app/views/api/v2/job_invocations/base.json.rabl +1 -1
- data/app/views/job_invocations/show.html.erb +1 -1
- data/app/views/job_invocations/welcome.html.erb +1 -1
- data/db/migrate/20210816100932_rex_setting_category_to_dsl.rb +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/action_names.rb +2 -2
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +266 -154
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +132 -24
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +149 -41
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +320 -210
- data/locale/foreman_remote_execution.pot +394 -211
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +353 -241
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +368 -261
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +161 -53
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +335 -225
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +161 -53
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +465 -359
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +162 -54
- data/test/unit/job_invocation_test.rb +1 -0
- data/webpack/JobWizard/JobWizard.js +52 -10
- data/webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap +8 -0
- data/webpack/JobWizard/__tests__/fixtures.js +5 -0
- data/webpack/JobWizard/__tests__/integration.test.js +15 -0
- data/webpack/JobWizard/__tests__/validation.test.js +27 -0
- data/webpack/JobWizard/autofill.js +1 -0
- data/webpack/JobWizard/steps/AdvancedFields/__tests__/AdvancedFields.test.js +19 -0
- data/webpack/JobWizard/steps/AdvancedFields/__tests__/__snapshots__/AdvancedFields.test.js.snap +8 -0
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +3 -0
- data/webpack/JobWizard/steps/HostsAndInputs/__tests__/HostsAndInputs.test.js +31 -1
- data/webpack/JobWizard/steps/HostsAndInputs/buildHostQuery.js +16 -10
- data/webpack/JobWizard/steps/HostsAndInputs/index.js +51 -3
- data/webpack/JobWizard/steps/Schedule/__tests__/Schedule.test.js +21 -1
- data/webpack/JobWizard/submit.js +13 -2
- data/webpack/react_app/components/TargetingHosts/TargetingHostsLabelsRow.js +45 -0
- data/webpack/react_app/components/TargetingHosts/TargetingHostsLabelsRow.scss +26 -0
- data/webpack/react_app/components/TargetingHosts/TargetingHostsPage.js +13 -1
- data/webpack/react_app/components/TargetingHosts/TargetingHostsSelectors.js +5 -0
- data/webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHostsPage.test.js.snap +3 -0
- data/webpack/react_app/components/TargetingHosts/index.js +23 -3
- data/webpack/react_app/components/jobInvocations/AggregateStatus/index.js +25 -9
- data/webpack/react_app/components/jobInvocations/AggregateStatus/index.test.js +6 -2
- data/webpack/react_app/components/jobInvocations/index.js +19 -2
- data/webpack/react_app/redux/actions/jobInvocations/index.js +8 -0
- data/webpack/react_app/redux/reducers/jobInvocations/index.js +2 -0
- metadata +4 -2
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_remote_execution 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
12
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2023-02-15 19:45+0100\n"
|
12
|
+
"PO-Revision-Date: 2023-02-15 19:45+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -112,112 +112,120 @@ msgid "Set password for effective user (using sudo-like mechanisms)"
|
|
112
112
|
msgstr ""
|
113
113
|
|
114
114
|
#: ../app/controllers/api/v2/job_invocations_controller.rb:48
|
115
|
-
msgid "Set SSH
|
115
|
+
msgid "Set SSH user"
|
116
116
|
msgstr ""
|
117
117
|
|
118
118
|
#: ../app/controllers/api/v2/job_invocations_controller.rb:49
|
119
|
+
msgid "Set SSH password"
|
120
|
+
msgstr ""
|
121
|
+
|
122
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:50
|
119
123
|
msgid "Set SSH key passphrase"
|
120
124
|
msgstr ""
|
121
125
|
|
122
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
126
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:52
|
123
127
|
msgid "Create a recurring job"
|
124
128
|
msgstr ""
|
125
129
|
|
126
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
130
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:53
|
127
131
|
msgid "How often the job should occur, in the cron format"
|
128
132
|
msgstr ""
|
129
133
|
|
130
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
134
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:54
|
131
135
|
msgid "Repeat a maximum of N times"
|
132
136
|
msgstr ""
|
133
137
|
|
134
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
138
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:55
|
135
139
|
msgid "Perform no more executions after this time"
|
136
140
|
msgstr ""
|
137
141
|
|
138
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
142
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:56
|
139
143
|
msgid "Designation of a special purpose"
|
140
144
|
msgstr ""
|
141
145
|
|
142
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
146
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:59
|
143
147
|
msgid "Schedule the job to start at a later time"
|
144
148
|
msgstr ""
|
145
149
|
|
146
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
150
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:60
|
147
151
|
msgid "Schedule the job for a future time"
|
148
152
|
msgstr ""
|
149
153
|
|
150
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
151
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
154
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:61
|
155
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:82
|
152
156
|
msgid ""
|
153
157
|
"Indicates that the action should be cancelled if it cannot be started before t"
|
154
158
|
"his time."
|
155
159
|
msgstr ""
|
156
160
|
|
157
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
161
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:64
|
158
162
|
msgid "Control concurrency level and distribution over time"
|
159
163
|
msgstr ""
|
160
164
|
|
161
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
165
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:65
|
162
166
|
msgid "Distribute tasks over N seconds"
|
163
167
|
msgstr ""
|
164
168
|
|
165
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
169
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:66
|
166
170
|
msgid "Run at most N tasks at a time"
|
167
171
|
msgstr ""
|
168
172
|
|
169
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
173
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:71
|
170
174
|
msgid "Override the description format from the template for this invocation only"
|
171
175
|
msgstr ""
|
172
176
|
|
173
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
177
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:72
|
174
178
|
msgid "Override the timeout interval from the template for this invocation only"
|
175
179
|
msgstr ""
|
176
180
|
|
177
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
181
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:73
|
178
182
|
msgid ""
|
179
183
|
"Remote execution feature label that should be triggered, job template assigned"
|
180
184
|
" to this feature will be used"
|
181
185
|
msgstr ""
|
182
186
|
|
183
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
187
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:74
|
188
|
+
msgid "Override the global time to pickup interval for this invocation only"
|
189
|
+
msgstr ""
|
190
|
+
|
191
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:88
|
184
192
|
msgid "Create a job invocation"
|
185
193
|
msgstr ""
|
186
194
|
|
187
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
195
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:102
|
188
196
|
msgid "Get output for a host"
|
189
197
|
msgstr ""
|
190
198
|
|
191
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
199
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:115
|
192
200
|
msgid "Get raw output for a host"
|
193
201
|
msgstr ""
|
194
202
|
|
195
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
203
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:127
|
196
204
|
msgid "Cancel job invocation"
|
197
205
|
msgstr ""
|
198
206
|
|
199
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
207
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:135
|
200
208
|
msgid "The job could not be cancelled."
|
201
209
|
msgstr ""
|
202
210
|
|
203
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
211
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:140
|
204
212
|
msgid "Rerun job on failed hosts"
|
205
213
|
msgstr ""
|
206
214
|
|
207
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
215
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:150
|
208
216
|
#: ../app/views/job_invocations/_form.html.erb:4
|
209
217
|
msgid "Could not rerun job %{id} because its template could not be found"
|
210
218
|
msgstr ""
|
211
219
|
|
212
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
220
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:155
|
213
221
|
msgid "Get outputs of hosts in a job"
|
214
222
|
msgstr ""
|
215
223
|
|
216
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
224
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:204
|
217
225
|
msgid "Host with id '%{id}' was not found"
|
218
226
|
msgstr ""
|
219
227
|
|
220
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
228
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:213
|
221
229
|
msgid "Only one of feature or job_template_id can be specified"
|
222
230
|
msgstr ""
|
223
231
|
|
@@ -261,7 +269,7 @@ msgstr ""
|
|
261
269
|
#: ../app/controllers/api/v2/job_templates_controller.rb:52
|
262
270
|
#: ../app/views/job_invocations/_form.html.erb:11
|
263
271
|
#: ../app/views/job_templates/_custom_tabs.html.erb:5
|
264
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
272
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:58
|
265
273
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:75
|
266
274
|
msgid "Job category"
|
267
275
|
msgstr ""
|
@@ -343,24 +351,32 @@ msgstr ""
|
|
343
351
|
msgid "Identifier of the Host interface for Remote execution"
|
344
352
|
msgstr ""
|
345
353
|
|
354
|
+
#:
|
355
|
+
#: ../app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb:12
|
356
|
+
#: ../app/controllers/foreman_remote_execution/concerns/api/v2/registration_controller_extensions.rb:9
|
357
|
+
msgid ""
|
358
|
+
"Set 'host_registration_remote_execution_pull' parameter for the host. If it is"
|
359
|
+
" set to true, pull provider client will be deployed on the host"
|
360
|
+
msgstr ""
|
361
|
+
|
346
362
|
#:
|
347
363
|
#: ../app/controllers/foreman_remote_execution/concerns/api/v2/subnets_controller_extensions.rb:9
|
348
364
|
msgid "List of proxy IDs to be used for remote execution"
|
349
365
|
msgstr ""
|
350
366
|
|
351
|
-
#: ../app/controllers/job_invocations_controller.rb:
|
367
|
+
#: ../app/controllers/job_invocations_controller.rb:109
|
352
368
|
msgid "Trying to abort the job"
|
353
369
|
msgstr ""
|
354
370
|
|
355
|
-
#: ../app/controllers/job_invocations_controller.rb:
|
371
|
+
#: ../app/controllers/job_invocations_controller.rb:111
|
356
372
|
msgid "Trying to cancel the job"
|
357
373
|
msgstr ""
|
358
374
|
|
359
|
-
#: ../app/controllers/job_invocations_controller.rb:
|
375
|
+
#: ../app/controllers/job_invocations_controller.rb:115
|
360
376
|
msgid "The job cannot be aborted at the moment."
|
361
377
|
msgstr ""
|
362
378
|
|
363
|
-
#: ../app/controllers/job_invocations_controller.rb:
|
379
|
+
#: ../app/controllers/job_invocations_controller.rb:117
|
364
380
|
msgid "The job cannot be cancelled at the moment."
|
365
381
|
msgstr ""
|
366
382
|
|
@@ -391,8 +407,9 @@ msgstr ""
|
|
391
407
|
#: ../app/helpers/hosts_extensions_helper.rb:10
|
392
408
|
#: ../db/seeds.d/50-notification_blueprints.rb:3
|
393
409
|
#: ../db/seeds.d/50-notification_blueprints.rb:17
|
394
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
395
|
-
#: ../webpack/JobWizard/
|
410
|
+
#: ../lib/foreman_remote_execution/engine.rb:242
|
411
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:42
|
412
|
+
#: ../webpack/JobWizard/index.js:12
|
396
413
|
msgid "Jobs"
|
397
414
|
msgstr ""
|
398
415
|
|
@@ -407,7 +424,7 @@ msgid "%s"
|
|
407
424
|
msgstr ""
|
408
425
|
|
409
426
|
#: ../app/helpers/hosts_extensions_helper.rb:48
|
410
|
-
#: ../webpack/react_app/components/HostKebab/KebabItems.js:
|
427
|
+
#: ../webpack/react_app/components/HostKebab/KebabItems.js:23
|
411
428
|
msgid "Web Console"
|
412
429
|
msgstr ""
|
413
430
|
|
@@ -459,17 +476,11 @@ msgstr ""
|
|
459
476
|
msgid "unknown status"
|
460
477
|
msgstr ""
|
461
478
|
|
462
|
-
#: ../app/helpers/job_invocations_helper.rb:
|
463
|
-
#: ../app/helpers/remote_execution_helper.rb:59
|
464
|
-
#: ../app/views/job_invocations/welcome.html.erb:12
|
465
|
-
msgid "Run Job"
|
466
|
-
msgstr ""
|
467
|
-
|
468
|
-
#: ../app/helpers/job_invocations_helper.rb:53
|
479
|
+
#: ../app/helpers/job_invocations_helper.rb:46
|
469
480
|
msgid "Any Organization"
|
470
481
|
msgstr ""
|
471
482
|
|
472
|
-
#: ../app/helpers/job_invocations_helper.rb:
|
483
|
+
#: ../app/helpers/job_invocations_helper.rb:50
|
473
484
|
msgid "Any Location"
|
474
485
|
msgstr ""
|
475
486
|
|
@@ -491,10 +502,15 @@ msgstr ""
|
|
491
502
|
|
492
503
|
#: ../app/helpers/remote_execution_helper.rb:53
|
493
504
|
#: ../app/helpers/remote_execution_helper.rb:198
|
494
|
-
#: ../app/models/job_invocation.rb:
|
505
|
+
#: ../app/models/job_invocation.rb:202
|
495
506
|
msgid "N/A"
|
496
507
|
msgstr ""
|
497
508
|
|
509
|
+
#: ../app/helpers/remote_execution_helper.rb:59
|
510
|
+
#: ../app/views/job_invocations/welcome.html.erb:12
|
511
|
+
msgid "Run Job"
|
512
|
+
msgstr ""
|
513
|
+
|
498
514
|
#: ../app/helpers/remote_execution_helper.rb:68
|
499
515
|
msgid "Create Report"
|
500
516
|
msgstr ""
|
@@ -589,79 +605,81 @@ msgid ""
|
|
589
605
|
"emplate<br/>name using %{job_category} and %{template_name}."
|
590
606
|
msgstr ""
|
591
607
|
|
592
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
608
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:29
|
593
609
|
msgid "Could not use any template used in the job invocation"
|
594
610
|
msgstr ""
|
595
611
|
|
596
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
612
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:56
|
597
613
|
msgid "Failed rendering template: %s"
|
598
614
|
msgstr ""
|
599
615
|
|
600
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
616
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:108
|
601
617
|
msgid "Task cancelled"
|
602
618
|
msgstr ""
|
603
619
|
|
604
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
620
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:109
|
605
621
|
msgid "Job execution failed"
|
606
622
|
msgstr ""
|
607
623
|
|
608
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
624
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:118
|
609
625
|
msgid "%{description} on %{host}"
|
610
626
|
msgstr ""
|
611
627
|
|
612
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
628
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:123 action_names.rb:5
|
613
629
|
msgid "Remote action:"
|
614
630
|
msgstr ""
|
615
631
|
|
616
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
632
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:151
|
617
633
|
msgid "Job cancelled by user"
|
618
634
|
msgstr ""
|
619
635
|
|
620
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
636
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:156
|
637
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:174
|
621
638
|
msgid "Exit status: %s"
|
622
639
|
msgstr ""
|
623
640
|
|
624
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
641
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:158
|
625
642
|
msgid "Job finished with error"
|
626
643
|
msgstr ""
|
627
644
|
|
628
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
645
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:161
|
646
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:179
|
629
647
|
msgid "Error loading data from proxy"
|
630
648
|
msgstr ""
|
631
649
|
|
632
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
650
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:230
|
633
651
|
msgid "User can not execute job on host %s"
|
634
652
|
msgstr ""
|
635
653
|
|
636
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
654
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:231
|
637
655
|
msgid "User can not execute this job template"
|
638
656
|
msgstr ""
|
639
657
|
|
640
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
658
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:234
|
641
659
|
msgid "User can not execute job on infrastructure host %s"
|
642
660
|
msgstr ""
|
643
661
|
|
644
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
662
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:240
|
645
663
|
msgid "User can not execute this job template on %s"
|
646
664
|
msgstr ""
|
647
665
|
|
648
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
666
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:250
|
649
667
|
msgid "The only applicable proxy %{proxy_names} is down"
|
650
668
|
msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
|
651
669
|
msgstr[0] ""
|
652
670
|
msgstr[1] ""
|
653
671
|
|
654
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
672
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:260
|
655
673
|
msgid ""
|
656
674
|
"Could not use any proxy for the %{provider} job. Consider configuring %{global"
|
657
675
|
"_proxy}, %{fallback_proxy} in settings"
|
658
676
|
msgstr ""
|
659
677
|
|
660
|
-
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:
|
678
|
+
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:87
|
661
679
|
msgid "REX job has succeeded - %s"
|
662
680
|
msgstr ""
|
663
681
|
|
664
|
-
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:
|
682
|
+
#: ../app/lib/actions/remote_execution/run_hosts_job.rb:95
|
665
683
|
msgid "REX job has failed - %s"
|
666
684
|
msgstr ""
|
667
685
|
|
@@ -748,27 +766,27 @@ msgstr ""
|
|
748
766
|
msgid "template"
|
749
767
|
msgstr ""
|
750
768
|
|
751
|
-
#: ../app/models/job_invocation_composer.rb:
|
769
|
+
#: ../app/models/job_invocation_composer.rb:142
|
752
770
|
msgid "Cannot specify both bookmark_id and search_query"
|
753
771
|
msgstr ""
|
754
772
|
|
755
|
-
#: ../app/models/job_invocation_composer.rb:
|
773
|
+
#: ../app/models/job_invocation_composer.rb:188
|
756
774
|
msgid "Unknown input %{input_name} for template %{template_name}"
|
757
775
|
msgstr ""
|
758
776
|
|
759
|
-
#: ../app/models/job_invocation_composer.rb:
|
777
|
+
#: ../app/models/job_invocation_composer.rb:216
|
760
778
|
msgid "Template with id '%{id}' was not found"
|
761
779
|
msgstr ""
|
762
780
|
|
763
|
-
#: ../app/models/job_invocation_composer.rb:
|
781
|
+
#: ../app/models/job_invocation_composer.rb:351
|
764
782
|
msgid "Feature input %{input_name} not defined in template %{template_name}"
|
765
783
|
msgstr ""
|
766
784
|
|
767
|
-
#: ../app/models/job_invocation_composer.rb:
|
785
|
+
#: ../app/models/job_invocation_composer.rb:360
|
768
786
|
msgid "No template mapped to feature %{feature_name}"
|
769
787
|
msgstr ""
|
770
788
|
|
771
|
-
#: ../app/models/job_invocation_composer.rb:
|
789
|
+
#: ../app/models/job_invocation_composer.rb:366
|
772
790
|
msgid ""
|
773
791
|
"The template %{template_name} mapped to feature %{feature_name} is not accessi"
|
774
792
|
"ble by the user"
|
@@ -778,7 +796,7 @@ msgstr ""
|
|
778
796
|
msgid "Job Invocation"
|
779
797
|
msgstr ""
|
780
798
|
|
781
|
-
#: ../app/models/job_template.rb:
|
799
|
+
#: ../app/models/job_template.rb:101
|
782
800
|
msgid "Duplicated inputs detected: %{duplicated_inputs}"
|
783
801
|
msgstr ""
|
784
802
|
|
@@ -786,11 +804,11 @@ msgstr ""
|
|
786
804
|
msgid "Unknown remote execution feature %s"
|
787
805
|
msgstr ""
|
788
806
|
|
789
|
-
#: ../app/models/remote_execution_provider.rb:
|
807
|
+
#: ../app/models/remote_execution_provider.rb:68
|
790
808
|
msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}"
|
791
809
|
msgstr ""
|
792
810
|
|
793
|
-
#: ../app/models/remote_execution_provider.rb:
|
811
|
+
#: ../app/models/remote_execution_provider.rb:94
|
794
812
|
msgid "Could not find any suitable interface for execution"
|
795
813
|
msgstr ""
|
796
814
|
|
@@ -819,13 +837,13 @@ msgid "Dynamic Query"
|
|
819
837
|
msgstr ""
|
820
838
|
|
821
839
|
#: ../app/models/targeting.rb:10
|
822
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
840
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:220
|
823
841
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:137
|
824
842
|
msgid "Alphabetical"
|
825
843
|
msgstr ""
|
826
844
|
|
827
845
|
#: ../app/models/targeting.rb:10
|
828
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
846
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:228
|
829
847
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:136
|
830
848
|
msgid "Randomized"
|
831
849
|
msgstr ""
|
@@ -846,7 +864,7 @@ msgstr ""
|
|
846
864
|
msgid "Input"
|
847
865
|
msgstr ""
|
848
866
|
|
849
|
-
#: ../app/models/template_invocation.rb:
|
867
|
+
#: ../app/models/template_invocation.rb:99
|
850
868
|
msgid "Not all required inputs have values. Missing inputs: %s"
|
851
869
|
msgstr ""
|
852
870
|
|
@@ -863,7 +881,7 @@ msgid "Can't find Job Invocation for an id %s"
|
|
863
881
|
msgstr ""
|
864
882
|
|
865
883
|
#: ../app/views/dashboard/_latest-jobs.html.erb:2
|
866
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
884
|
+
#: ../lib/foreman_remote_execution/engine.rb:249
|
867
885
|
msgid "Latest Jobs"
|
868
886
|
msgstr ""
|
869
887
|
|
@@ -889,7 +907,7 @@ msgid "Results"
|
|
889
907
|
msgstr ""
|
890
908
|
|
891
909
|
#: ../app/views/job_invocations/_card_schedule.html.erb:7
|
892
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
910
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:29
|
893
911
|
msgid "Schedule"
|
894
912
|
msgstr ""
|
895
913
|
|
@@ -951,7 +969,12 @@ msgstr ""
|
|
951
969
|
msgid "Location"
|
952
970
|
msgstr ""
|
953
971
|
|
954
|
-
#: ../app/views/job_invocations/_card_target_hosts.html.erb:
|
972
|
+
#: ../app/views/job_invocations/_card_target_hosts.html.erb:37
|
973
|
+
#: ../lib/foreman_remote_execution/engine.rb:77
|
974
|
+
msgid "SSH User"
|
975
|
+
msgstr ""
|
976
|
+
|
977
|
+
#: ../app/views/job_invocations/_card_target_hosts.html.erb:46
|
955
978
|
msgid "Evaluated at:"
|
956
979
|
msgstr ""
|
957
980
|
|
@@ -962,12 +985,12 @@ msgstr ""
|
|
962
985
|
#: ../app/views/job_invocations/_description_fields.html.erb:1
|
963
986
|
#: ../app/views/job_invocations/index.html.erb:9
|
964
987
|
#: ../app/views/remote_execution_features/index.html.erb:8
|
965
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:
|
988
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:53
|
966
989
|
msgid "Description"
|
967
990
|
msgstr ""
|
968
991
|
|
969
992
|
#: ../app/views/job_invocations/_form.html.erb:23
|
970
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
993
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:68
|
971
994
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:76
|
972
995
|
msgid "Job template"
|
973
996
|
msgstr ""
|
@@ -977,7 +1000,7 @@ msgid "Resolves to"
|
|
977
1000
|
msgstr ""
|
978
1001
|
|
979
1002
|
#: ../app/views/job_invocations/_form.html.erb:42
|
980
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
1003
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:183
|
981
1004
|
msgid "hosts"
|
982
1005
|
msgstr ""
|
983
1006
|
|
@@ -997,66 +1020,91 @@ msgstr ""
|
|
997
1020
|
msgid "Hide advanced fields"
|
998
1021
|
msgstr ""
|
999
1022
|
|
1000
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1023
|
+
#: ../app/views/job_invocations/_form.html.erb:85
|
1024
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:239
|
1025
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:126
|
1026
|
+
msgid "SSH user"
|
1027
|
+
msgstr ""
|
1028
|
+
|
1029
|
+
#: ../app/views/job_invocations/_form.html.erb:85
|
1030
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:240
|
1031
|
+
msgid "A user to be used for SSH."
|
1032
|
+
msgstr ""
|
1033
|
+
|
1034
|
+
#: ../app/views/job_invocations/_form.html.erb:88
|
1001
1035
|
#: ../app/views/job_templates/_custom_tabs.html.erb:26
|
1002
1036
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:11
|
1003
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1037
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:127
|
1004
1038
|
msgid "Effective user"
|
1005
1039
|
msgstr ""
|
1006
1040
|
|
1007
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1041
|
+
#: ../app/views/job_invocations/_form.html.erb:88
|
1008
1042
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:13
|
1009
1043
|
msgid ""
|
1010
1044
|
"A user to be used for executing the script. If it differs from the SSH user, s"
|
1011
1045
|
"u or sudo is used to switch the accounts."
|
1012
1046
|
msgstr ""
|
1013
1047
|
|
1014
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1048
|
+
#: ../app/views/job_invocations/_form.html.erb:94
|
1015
1049
|
#: ../app/views/job_templates/_custom_tabs.html.erb:13
|
1016
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1017
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1050
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:35
|
1051
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:129
|
1018
1052
|
msgid "Timeout to kill"
|
1019
1053
|
msgstr ""
|
1020
1054
|
|
1021
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1022
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1055
|
+
#: ../app/views/job_invocations/_form.html.erb:94
|
1056
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:37
|
1023
1057
|
msgid ""
|
1024
1058
|
"Time in seconds from the start on the remote host after which the job should b"
|
1025
1059
|
"e killed."
|
1026
1060
|
msgstr ""
|
1027
1061
|
|
1028
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1029
|
-
#: ../
|
1062
|
+
#: ../app/views/job_invocations/_form.html.erb:106
|
1063
|
+
#: ../lib/foreman_remote_execution/engine.rb:162
|
1064
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:59
|
1065
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:130
|
1066
|
+
msgid "Time to pickup"
|
1067
|
+
msgstr ""
|
1068
|
+
|
1069
|
+
#: ../app/views/job_invocations/_form.html.erb:106
|
1070
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:61
|
1071
|
+
msgid ""
|
1072
|
+
"Interval in seconds, if the job is not picked up by a client within this inter"
|
1073
|
+
"val it will be cancelled."
|
1074
|
+
msgstr ""
|
1075
|
+
|
1076
|
+
#: ../app/views/job_invocations/_form.html.erb:110
|
1077
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:79
|
1030
1078
|
msgid "Password"
|
1031
1079
|
msgstr ""
|
1032
1080
|
|
1033
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1034
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1081
|
+
#: ../app/views/job_invocations/_form.html.erb:110
|
1082
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:81
|
1035
1083
|
msgid ""
|
1036
1084
|
"Password is stored encrypted in DB until the job finishes. For future or recur"
|
1037
1085
|
"ring executions, it is removed after the last execution."
|
1038
1086
|
msgstr ""
|
1039
1087
|
|
1040
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1041
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1088
|
+
#: ../app/views/job_invocations/_form.html.erb:111
|
1089
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:102
|
1042
1090
|
msgid "Private key passphrase"
|
1043
1091
|
msgstr ""
|
1044
1092
|
|
1045
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1093
|
+
#: ../app/views/job_invocations/_form.html.erb:111
|
1046
1094
|
msgid ""
|
1047
1095
|
"Key passhprase is only applicable for SSH provider. Other providers ignore thi"
|
1048
1096
|
"s field. <br> Passphrase is stored encrypted in DB until the job finishes. For"
|
1049
1097
|
" future or recurring executions, it is removed after the last execution."
|
1050
1098
|
msgstr ""
|
1051
1099
|
|
1052
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1100
|
+
#: ../app/views/job_invocations/_form.html.erb:112
|
1053
1101
|
#: ../lib/foreman_remote_execution/engine.rb:91
|
1054
1102
|
#: ../lib/foreman_remote_execution/engine.rb:93
|
1055
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1103
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:125
|
1056
1104
|
msgid "Effective user password"
|
1057
1105
|
msgstr ""
|
1058
1106
|
|
1059
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1107
|
+
#: ../app/views/job_invocations/_form.html.erb:112
|
1060
1108
|
msgid ""
|
1061
1109
|
"Effective user password is only applicable for SSH provider. Other providers i"
|
1062
1110
|
"gnore this field. <br> Password is stored encrypted in DB until the job finish"
|
@@ -1064,40 +1112,40 @@ msgid ""
|
|
1064
1112
|
"."
|
1065
1113
|
msgstr ""
|
1066
1114
|
|
1067
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1068
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1115
|
+
#: ../app/views/job_invocations/_form.html.erb:116
|
1116
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:149
|
1069
1117
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:131
|
1070
1118
|
msgid "Concurrency level"
|
1071
1119
|
msgstr ""
|
1072
1120
|
|
1073
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1074
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1121
|
+
#: ../app/views/job_invocations/_form.html.erb:116
|
1122
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:151
|
1075
1123
|
msgid ""
|
1076
1124
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is en"
|
1077
1125
|
"abled, then tasks are triggered on the smart proxy in batches of size 1."
|
1078
1126
|
msgstr ""
|
1079
1127
|
|
1080
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1081
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1128
|
+
#: ../app/views/job_invocations/_form.html.erb:117
|
1129
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:175
|
1082
1130
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:132
|
1083
1131
|
msgid "Time span"
|
1084
1132
|
msgstr ""
|
1085
1133
|
|
1086
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1087
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1134
|
+
#: ../app/views/job_invocations/_form.html.erb:117
|
1135
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:177
|
1088
1136
|
msgid ""
|
1089
1137
|
"Distribute execution over N seconds. If this is set and proxy batch triggering"
|
1090
1138
|
" is enabled, then tasks are triggered on the smart proxy in batches of size 1."
|
1091
1139
|
msgstr ""
|
1092
1140
|
|
1093
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1094
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1141
|
+
#: ../app/views/job_invocations/_form.html.erb:121
|
1142
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:200
|
1095
1143
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:134
|
1096
1144
|
msgid "Execution ordering"
|
1097
1145
|
msgstr ""
|
1098
1146
|
|
1099
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1100
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1147
|
+
#: ../app/views/job_invocations/_form.html.erb:121
|
1148
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:205
|
1101
1149
|
msgid ""
|
1102
1150
|
"Execution ordering determines whether the jobs should be executed on hosts in "
|
1103
1151
|
"alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - execute"
|
@@ -1105,12 +1153,12 @@ msgid ""
|
|
1105
1153
|
"es the order in which jobs are executed on hosts</li></ul>"
|
1106
1154
|
msgstr ""
|
1107
1155
|
|
1108
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1109
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1156
|
+
#: ../app/views/job_invocations/_form.html.erb:130
|
1157
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:118
|
1110
1158
|
msgid "Type of query"
|
1111
1159
|
msgstr ""
|
1112
1160
|
|
1113
|
-
#: ../app/views/job_invocations/_form.html.erb:
|
1161
|
+
#: ../app/views/job_invocations/_form.html.erb:130
|
1114
1162
|
msgid ""
|
1115
1163
|
"Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static<"
|
1116
1164
|
"/b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evalu"
|
@@ -1212,6 +1260,11 @@ msgstr ""
|
|
1212
1260
|
msgid "Job invocation"
|
1213
1261
|
msgstr ""
|
1214
1262
|
|
1263
|
+
#: ../app/views/job_invocations/new.html.erb:5
|
1264
|
+
#: ../app/views/job_invocations/new.html.erb:7
|
1265
|
+
msgid "Use new job wizard"
|
1266
|
+
msgstr ""
|
1267
|
+
|
1215
1268
|
#: ../app/views/job_invocations/show.html.erb:17
|
1216
1269
|
msgid "Overview"
|
1217
1270
|
msgstr ""
|
@@ -1348,7 +1401,7 @@ msgid ""
|
|
1348
1401
|
msgstr ""
|
1349
1402
|
|
1350
1403
|
#: ../app/views/remote_execution_features/index.html.erb:1
|
1351
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1404
|
+
#: ../lib/foreman_remote_execution/engine.rb:236
|
1352
1405
|
msgid "Remote Execution Features"
|
1353
1406
|
msgstr ""
|
1354
1407
|
|
@@ -1494,10 +1547,6 @@ msgid ""
|
|
1494
1547
|
" called remote_execution_ssh_user."
|
1495
1548
|
msgstr ""
|
1496
1549
|
|
1497
|
-
#: ../lib/foreman_remote_execution/engine.rb:77
|
1498
|
-
msgid "SSH User"
|
1499
|
-
msgstr ""
|
1500
|
-
|
1501
1550
|
#: ../lib/foreman_remote_execution/engine.rb:80
|
1502
1551
|
msgid ""
|
1503
1552
|
"Default user to use for executing the script. If the user differs from the SSH"
|
@@ -1505,7 +1554,7 @@ msgid ""
|
|
1505
1554
|
msgstr ""
|
1506
1555
|
|
1507
1556
|
#: ../lib/foreman_remote_execution/engine.rb:82
|
1508
|
-
msgid "
|
1557
|
+
msgid "Effective User"
|
1509
1558
|
msgstr ""
|
1510
1559
|
|
1511
1560
|
#: ../lib/foreman_remote_execution/engine.rb:85
|
@@ -1629,19 +1678,21 @@ msgstr ""
|
|
1629
1678
|
msgid "Job Invocation Report Template"
|
1630
1679
|
msgstr ""
|
1631
1680
|
|
1632
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1633
|
-
msgid "
|
1681
|
+
#: ../lib/foreman_remote_execution/engine.rb:160
|
1682
|
+
msgid ""
|
1683
|
+
"Time in seconds within which the host has to pick up a job. If the job is not "
|
1684
|
+
"picked up within this limit, the job will be cancelled. Defaults to 1 day."
|
1634
1685
|
msgstr ""
|
1635
1686
|
|
1636
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1637
|
-
msgid "Job
|
1687
|
+
#: ../lib/foreman_remote_execution/engine.rb:231
|
1688
|
+
msgid "Job templates"
|
1638
1689
|
msgstr ""
|
1639
1690
|
|
1640
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1691
|
+
#: ../lib/foreman_remote_execution/engine.rb:366
|
1641
1692
|
msgid "Run Puppet Once"
|
1642
1693
|
msgstr ""
|
1643
1694
|
|
1644
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1695
|
+
#: ../lib/foreman_remote_execution/engine.rb:367
|
1645
1696
|
msgid "Perform a single Puppet run"
|
1646
1697
|
msgstr ""
|
1647
1698
|
|
@@ -1670,92 +1721,132 @@ msgid "Hourly"
|
|
1670
1721
|
msgstr ""
|
1671
1722
|
|
1672
1723
|
#: ../webpack/JobWizard/JobWizardConstants.js:20
|
1673
|
-
|
1724
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:40
|
1725
|
+
msgid "Immediate execution"
|
1674
1726
|
msgstr ""
|
1675
1727
|
|
1676
1728
|
#: ../webpack/JobWizard/JobWizardConstants.js:21
|
1677
|
-
|
1729
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:58
|
1730
|
+
msgid "Future execution"
|
1678
1731
|
msgstr ""
|
1679
1732
|
|
1680
1733
|
#: ../webpack/JobWizard/JobWizardConstants.js:22
|
1734
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:76
|
1735
|
+
msgid "Recurring execution"
|
1736
|
+
msgstr ""
|
1737
|
+
|
1738
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:26
|
1739
|
+
msgid "Category and Template"
|
1740
|
+
msgstr ""
|
1741
|
+
|
1742
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:27
|
1743
|
+
msgid "Target hosts and inputs"
|
1744
|
+
msgstr ""
|
1745
|
+
|
1746
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:28
|
1681
1747
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:83
|
1682
1748
|
msgid "Advanced fields"
|
1683
1749
|
msgstr ""
|
1684
1750
|
|
1685
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
1751
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:30
|
1686
1752
|
msgid "Review details"
|
1687
1753
|
msgstr ""
|
1688
1754
|
|
1689
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
1755
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:31
|
1756
|
+
msgid "Type of execution"
|
1757
|
+
msgstr ""
|
1758
|
+
|
1759
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:52
|
1690
1760
|
msgid "Hosts"
|
1691
1761
|
msgstr ""
|
1692
1762
|
|
1693
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
1763
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:53
|
1694
1764
|
msgid "Host collections"
|
1695
1765
|
msgstr ""
|
1696
1766
|
|
1697
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
1767
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:54
|
1698
1768
|
msgid "Host groups"
|
1699
1769
|
msgstr ""
|
1700
1770
|
|
1701
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
1771
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:55
|
1702
1772
|
msgid "Search query"
|
1703
1773
|
msgstr ""
|
1704
1774
|
|
1705
|
-
#: ../webpack/JobWizard/
|
1775
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:39
|
1776
|
+
#: ../webpack/JobWizard/index.js:9
|
1706
1777
|
msgid "Run job"
|
1707
1778
|
msgstr ""
|
1708
1779
|
|
1709
|
-
#: ../webpack/JobWizard/
|
1780
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:72
|
1781
|
+
msgid "Use old form"
|
1782
|
+
msgstr ""
|
1783
|
+
|
1784
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:92
|
1785
|
+
msgid ""
|
1786
|
+
"Current organization %s is different from job's organization %s. This job may "
|
1787
|
+
"run on different hosts than before."
|
1788
|
+
msgstr ""
|
1789
|
+
|
1790
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:105
|
1791
|
+
msgid ""
|
1792
|
+
"Current location %s is different from job's location %s. This job may run on d"
|
1793
|
+
"ifferent hosts than before."
|
1794
|
+
msgstr ""
|
1795
|
+
|
1796
|
+
#: ../webpack/JobWizard/index.js:35
|
1797
|
+
msgid "Use legacy form"
|
1798
|
+
msgstr ""
|
1799
|
+
|
1800
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:61
|
1710
1801
|
msgid "Edit job description template"
|
1711
1802
|
msgstr ""
|
1712
1803
|
|
1713
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:
|
1804
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:62
|
1714
1805
|
msgid "Preview job description"
|
1715
1806
|
msgstr ""
|
1716
1807
|
|
1717
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1718
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1719
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1808
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:49
|
1809
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:165
|
1810
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:191
|
1720
1811
|
msgid "For example: 1, 2, 3, 4, 5..."
|
1721
1812
|
msgstr ""
|
1722
1813
|
|
1723
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1814
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:104
|
1724
1815
|
msgid ""
|
1725
1816
|
"Key passphrase is only applicable for SSH provider. Other providers ignore thi"
|
1726
1817
|
"s field. Passphrase is stored encrypted in DB until the job finishes. For futu"
|
1727
1818
|
"re or recurring executions, it is removed after the last execution."
|
1728
1819
|
msgstr ""
|
1729
1820
|
|
1730
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1821
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:127
|
1731
1822
|
msgid ""
|
1732
1823
|
"Effective user password is only applicable for SSH provider. Other providers i"
|
1733
1824
|
"gnore this field. Password is stored encrypted in DB until the job finishes. F"
|
1734
1825
|
"or future or recurring executions, it is removed after the last execution."
|
1735
1826
|
msgstr ""
|
1736
1827
|
|
1737
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1828
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:55
|
1738
1829
|
msgid "All fields are required."
|
1739
1830
|
msgstr ""
|
1740
1831
|
|
1741
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1742
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1832
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:63
|
1833
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:76
|
1743
1834
|
msgid "Error"
|
1744
1835
|
msgstr ""
|
1745
1836
|
|
1746
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1837
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:79
|
1747
1838
|
msgid "Errors:"
|
1748
1839
|
msgstr ""
|
1749
1840
|
|
1750
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1841
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:82
|
1751
1842
|
msgid "Categories list failed with:"
|
1752
1843
|
msgstr ""
|
1753
1844
|
|
1754
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1845
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:87
|
1755
1846
|
msgid "Templates list failed with:"
|
1756
1847
|
msgstr ""
|
1757
1848
|
|
1758
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1849
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:92
|
1759
1850
|
msgid "Template failed with:"
|
1760
1851
|
msgstr ""
|
1761
1852
|
|
@@ -1775,19 +1866,19 @@ msgstr ""
|
|
1775
1866
|
msgid "There are no available input fields for the selected template."
|
1776
1867
|
msgstr ""
|
1777
1868
|
|
1778
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
1869
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:141
|
1779
1870
|
msgid "Filter by hosts"
|
1780
1871
|
msgstr ""
|
1781
1872
|
|
1782
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
1873
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:151
|
1783
1874
|
msgid "Filter by host collections"
|
1784
1875
|
msgstr ""
|
1785
1876
|
|
1786
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
1877
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:160
|
1787
1878
|
msgid "Filter by host groups"
|
1788
1879
|
msgstr ""
|
1789
1880
|
|
1790
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
1881
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:176
|
1791
1882
|
msgid "Apply to"
|
1792
1883
|
msgstr ""
|
1793
1884
|
|
@@ -1808,35 +1899,24 @@ msgid "Show all advanced fields"
|
|
1808
1899
|
msgstr ""
|
1809
1900
|
|
1810
1901
|
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:110
|
1811
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:7
|
1812
1902
|
msgid "Schedule type"
|
1813
1903
|
msgstr ""
|
1814
1904
|
|
1815
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1816
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:20
|
1817
|
-
msgid "Schedule for future execution"
|
1818
|
-
msgstr ""
|
1819
|
-
|
1820
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:113
|
1821
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:13
|
1822
|
-
msgid "Execute now"
|
1823
|
-
msgstr ""
|
1824
|
-
|
1825
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:116
|
1905
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:114
|
1826
1906
|
msgid "Recurrence"
|
1827
1907
|
msgstr ""
|
1828
1908
|
|
1829
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1830
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
1909
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:120
|
1910
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:22
|
1831
1911
|
msgid "Static query"
|
1832
1912
|
msgstr ""
|
1833
1913
|
|
1834
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1835
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
1914
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:121
|
1915
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:32
|
1836
1916
|
msgid "Dynamic query"
|
1837
1917
|
msgstr ""
|
1838
1918
|
|
1839
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1919
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:128
|
1840
1920
|
msgid "Description Template"
|
1841
1921
|
msgstr ""
|
1842
1922
|
|
@@ -1850,7 +1930,7 @@ msgid ""
|
|
1850
1930
|
" with a given purpose at a time."
|
1851
1931
|
msgstr ""
|
1852
1932
|
|
1853
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
1933
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:10
|
1854
1934
|
msgid "Query type"
|
1855
1935
|
msgstr ""
|
1856
1936
|
|
@@ -1858,19 +1938,11 @@ msgstr ""
|
|
1858
1938
|
msgid "Type has impact on when is the query evaluated to hosts."
|
1859
1939
|
msgstr ""
|
1860
1940
|
|
1861
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
1862
|
-
msgid "Static"
|
1863
|
-
msgstr ""
|
1864
|
-
|
1865
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:18
|
1941
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:23
|
1866
1942
|
msgid "evaluates just after you submit this form"
|
1867
1943
|
msgstr ""
|
1868
1944
|
|
1869
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
1870
|
-
msgid "Dynamic"
|
1871
|
-
msgstr ""
|
1872
|
-
|
1873
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:22
|
1945
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:33
|
1874
1946
|
msgid ""
|
1875
1947
|
"evaluates just before the execution is started, so if it's planed in future, t"
|
1876
1948
|
"argeted hosts set may change before it"
|
@@ -1905,79 +1977,153 @@ msgid "is day of week (range: 0-6)"
|
|
1905
1977
|
msgstr ""
|
1906
1978
|
|
1907
1979
|
#: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:17
|
1980
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:121
|
1908
1981
|
msgid "At"
|
1909
1982
|
msgstr ""
|
1910
1983
|
|
1911
1984
|
#: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:27
|
1912
|
-
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:
|
1985
|
+
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:121
|
1913
1986
|
msgid "Invalid time format"
|
1914
1987
|
msgstr ""
|
1915
1988
|
|
1916
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:
|
1989
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:32
|
1917
1990
|
msgid "At minute"
|
1918
1991
|
msgstr ""
|
1919
1992
|
|
1920
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
1921
|
-
msgid "
|
1993
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:33
|
1994
|
+
msgid "range: 0-59"
|
1922
1995
|
msgstr ""
|
1923
1996
|
|
1924
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
1925
|
-
msgid "
|
1997
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:67
|
1998
|
+
msgid "Create"
|
1926
1999
|
msgstr ""
|
1927
2000
|
|
1928
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
1929
|
-
msgid "
|
2001
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:81
|
2002
|
+
msgid "Minute can only be a number between 0-59"
|
2003
|
+
msgstr ""
|
2004
|
+
|
2005
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatMonth.js:20
|
2006
|
+
msgid "Days"
|
1930
2007
|
msgstr ""
|
1931
2008
|
|
1932
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:
|
1933
|
-
msgid "
|
2009
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:64
|
2010
|
+
msgid "Repeats"
|
1934
2011
|
msgstr ""
|
1935
2012
|
|
1936
2013
|
#: ../webpack/JobWizard/steps/Schedule/RepeatWeek.js:42
|
1937
2014
|
msgid "Days of week"
|
1938
2015
|
msgstr ""
|
1939
2016
|
|
1940
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
2017
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:27
|
2018
|
+
msgid ""
|
2019
|
+
"For Future execution a 'Starts at' date or 'Starts before' date must be select"
|
2020
|
+
"ed. Immediate execution can be selected in the previous step."
|
2021
|
+
msgstr ""
|
2022
|
+
|
2023
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:38
|
2024
|
+
msgid "'Starts before' date must be after 'Starts at' date"
|
2025
|
+
msgstr ""
|
2026
|
+
|
2027
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:41
|
2028
|
+
msgid "'Starts before' date must in the future"
|
2029
|
+
msgstr ""
|
2030
|
+
|
2031
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:52
|
1941
2032
|
msgid "Starts at"
|
1942
2033
|
msgstr ""
|
1943
2034
|
|
1944
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
2035
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:74
|
2036
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:111
|
2037
|
+
msgid "Clear input"
|
2038
|
+
msgstr ""
|
2039
|
+
|
2040
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:79
|
1945
2041
|
msgid "Starts before"
|
1946
2042
|
msgstr ""
|
1947
2043
|
|
1948
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
2044
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:88
|
2045
|
+
msgid "Starts"
|
2046
|
+
msgstr ""
|
2047
|
+
|
2048
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:103
|
2049
|
+
msgid "Now"
|
2050
|
+
msgstr ""
|
2051
|
+
|
2052
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:160
|
1949
2053
|
msgid "Ends"
|
1950
2054
|
msgstr ""
|
1951
2055
|
|
1952
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
2056
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:175
|
2057
|
+
msgid "Never"
|
2058
|
+
msgstr ""
|
2059
|
+
|
2060
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:183
|
1953
2061
|
msgid "End time needs to be after start time"
|
1954
2062
|
msgstr ""
|
1955
2063
|
|
1956
|
-
#: ../webpack/JobWizard/steps/Schedule/
|
1957
|
-
msgid "
|
2064
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:201
|
2065
|
+
msgid "On"
|
2066
|
+
msgstr ""
|
2067
|
+
|
2068
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:233
|
2069
|
+
msgid "After"
|
2070
|
+
msgstr ""
|
2071
|
+
|
2072
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:235
|
2073
|
+
msgid "Repeat amount can only be a positive number"
|
2074
|
+
msgstr ""
|
2075
|
+
|
2076
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:250
|
2077
|
+
msgid "occurences"
|
1958
2078
|
msgstr ""
|
1959
2079
|
|
1960
|
-
#: ../webpack/JobWizard/steps/
|
2080
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:24
|
2081
|
+
msgid "Select the type of execution"
|
2082
|
+
msgstr ""
|
2083
|
+
|
2084
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:41
|
2085
|
+
msgid "Execute the job now."
|
2086
|
+
msgstr ""
|
2087
|
+
|
2088
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:59
|
2089
|
+
msgid "Execute the job later, at a scheduled time."
|
2090
|
+
msgstr ""
|
2091
|
+
|
2092
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:77
|
2093
|
+
msgid "Execute the job on a repeating schedule."
|
2094
|
+
msgstr ""
|
2095
|
+
|
2096
|
+
#: ../webpack/JobWizard/steps/form/DateTimePicker.js:105
|
1961
2097
|
msgid "Invalid date"
|
1962
2098
|
msgstr ""
|
1963
2099
|
|
1964
|
-
#: ../webpack/JobWizard/steps/form/FormHelpers.js:
|
2100
|
+
#: ../webpack/JobWizard/steps/form/FormHelpers.js:13
|
1965
2101
|
msgid "open-help-tooltip-button"
|
1966
2102
|
msgstr ""
|
1967
2103
|
|
2104
|
+
#: ../webpack/JobWizard/steps/form/FormHelpers.js:36
|
2105
|
+
msgid "Reset to default"
|
2106
|
+
msgstr ""
|
2107
|
+
|
1968
2108
|
#: ../webpack/JobWizard/steps/form/NumberInput.js:13
|
1969
2109
|
msgid "Has to be a positive number"
|
1970
2110
|
msgstr ""
|
1971
2111
|
|
2112
|
+
#: ../webpack/JobWizard/steps/form/ResourceSelect.js:50
|
1972
2113
|
#: ../webpack/JobWizard/steps/form/SearchSelect.js:37
|
1973
2114
|
msgid "Please refine your search."
|
1974
2115
|
msgstr ""
|
1975
2116
|
|
2117
|
+
#: ../webpack/JobWizard/steps/form/ResourceSelect.js:53
|
1976
2118
|
#: ../webpack/JobWizard/steps/form/SearchSelect.js:40
|
1977
2119
|
msgid "You have %s results to display. Showing first %s results"
|
1978
2120
|
msgstr ""
|
1979
2121
|
|
1980
|
-
#: ../webpack/react_app/components/FeaturesDropdown/actions.js:
|
2122
|
+
#: ../webpack/react_app/components/FeaturesDropdown/actions.js:13
|
2123
|
+
msgid "Opening job invocation form"
|
2124
|
+
msgstr ""
|
2125
|
+
|
2126
|
+
#: ../webpack/react_app/components/FeaturesDropdown/actions.js:15
|
1981
2127
|
msgid "%s job has been invoked"
|
1982
2128
|
msgstr ""
|
1983
2129
|
|
@@ -1989,35 +2135,35 @@ msgstr ""
|
|
1989
2135
|
msgid "Recent jobs"
|
1990
2136
|
msgstr ""
|
1991
2137
|
|
1992
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
2138
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:32
|
1993
2139
|
msgid "View all jobs"
|
1994
2140
|
msgstr ""
|
1995
2141
|
|
1996
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
2142
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:41
|
1997
2143
|
msgid "View finished jobs"
|
1998
2144
|
msgstr ""
|
1999
2145
|
|
2000
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
2146
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:48
|
2001
2147
|
msgid "View running jobs"
|
2002
2148
|
msgstr ""
|
2003
2149
|
|
2004
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
2150
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:55
|
2005
2151
|
msgid "View scheduled jobs"
|
2006
2152
|
msgstr ""
|
2007
2153
|
|
2008
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
2154
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:68
|
2009
2155
|
msgid "Finished"
|
2010
2156
|
msgstr ""
|
2011
2157
|
|
2012
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
2158
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:74
|
2013
2159
|
msgid "Running"
|
2014
2160
|
msgstr ""
|
2015
2161
|
|
2016
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
2162
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:80
|
2017
2163
|
msgid "Scheduled"
|
2018
2164
|
msgstr ""
|
2019
2165
|
|
2020
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsTable.js:
|
2166
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsTable.js:38
|
2021
2167
|
msgid "No results found"
|
2022
2168
|
msgstr ""
|
2023
2169
|
|
@@ -2025,10 +2171,51 @@ msgstr ""
|
|
2025
2171
|
msgid "Remote Execution Interface"
|
2026
2172
|
msgstr ""
|
2027
2173
|
|
2174
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:14
|
2175
|
+
msgid "yes"
|
2176
|
+
msgstr ""
|
2177
|
+
|
2178
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:14
|
2179
|
+
msgid "no"
|
2180
|
+
msgstr ""
|
2181
|
+
|
2182
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:15
|
2183
|
+
msgid "Inherit from host parameter"
|
2184
|
+
msgstr ""
|
2185
|
+
|
2186
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:20
|
2187
|
+
msgid "Yes (override)"
|
2188
|
+
msgstr ""
|
2189
|
+
|
2190
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:21
|
2191
|
+
msgid "No (override)"
|
2192
|
+
msgstr ""
|
2193
|
+
|
2194
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:28
|
2195
|
+
msgid "REX pull mode"
|
2196
|
+
msgstr ""
|
2197
|
+
|
2198
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexPull.js:32
|
2199
|
+
msgid ""
|
2200
|
+
"Setup remote execution pull mode. If set to `Yes`, pull provider client will b"
|
2201
|
+
"e deployed on the registered host. The inherited value is based on the `host_r"
|
2202
|
+
"egistration_remote_execution_pull` parameter. It can be inherited e.g. from ho"
|
2203
|
+
"st group, operating system, organization. When overridden, the selected value "
|
2204
|
+
"will be stored on host parameter level."
|
2205
|
+
msgstr ""
|
2206
|
+
|
2028
2207
|
#: ../webpack/react_app/components/TargetingHosts/TargetingHosts.js:41
|
2029
2208
|
msgid "Host"
|
2030
2209
|
msgstr ""
|
2031
2210
|
|
2211
|
+
#: ../webpack/react_app/components/TargetingHosts/TargetingHostsLabelsRow.js:20
|
2212
|
+
msgid "Active Filters:"
|
2213
|
+
msgstr ""
|
2214
|
+
|
2215
|
+
#: action_names.rb:2
|
2216
|
+
msgid "Action with sub plans"
|
2217
|
+
msgstr ""
|
2218
|
+
|
2032
2219
|
#: action_names.rb:3
|
2033
2220
|
msgid "Import Puppet classes"
|
2034
2221
|
msgstr ""
|
@@ -2037,10 +2224,6 @@ msgstr ""
|
|
2037
2224
|
msgid "Import facts"
|
2038
2225
|
msgstr ""
|
2039
2226
|
|
2040
|
-
#: action_names.rb:5
|
2041
|
-
msgid "Action with sub plans"
|
2042
|
-
msgstr ""
|
2043
|
-
|
2044
2227
|
#: gemspec.rb:2
|
2045
2228
|
msgid ""
|
2046
2229
|
"A plugin bringing remote execution to the Foreman, completing the config manag"
|