foreman_remote_execution 4.3.1 → 4.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/job_invocations_controller.rb +16 -0
- data/app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb +19 -0
- data/app/helpers/remote_execution_helper.rb +27 -0
- data/app/lib/foreman_remote_execution/provider_input.rb +29 -0
- data/app/models/invocation_provider_input_value.rb +12 -0
- data/app/models/job_invocation.rb +4 -0
- data/app/models/job_invocation_composer.rb +13 -0
- data/app/models/remote_execution_provider.rb +17 -2
- data/app/models/setting/remote_execution.rb +10 -0
- data/app/models/template_invocation.rb +2 -0
- data/app/services/renderer_methods.rb +12 -0
- data/app/views/job_invocations/_form.html.erb +8 -0
- data/db/migrate/20210312074713_add_provider_inputs.rb +10 -0
- data/foreman_remote_execution.gemspec +1 -1
- data/lib/foreman_remote_execution/engine.rb +5 -6
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/action_names.rb +1 -0
- data/locale/de/foreman_remote_execution.po +77 -27
- data/locale/en/foreman_remote_execution.po +77 -27
- data/locale/en_GB/foreman_remote_execution.po +77 -27
- data/locale/es/foreman_remote_execution.po +77 -27
- data/locale/foreman_remote_execution.pot +241 -163
- data/locale/fr/foreman_remote_execution.po +77 -27
- data/locale/ja/foreman_remote_execution.po +77 -27
- data/locale/ko/foreman_remote_execution.po +77 -27
- data/locale/pt_BR/foreman_remote_execution.po +77 -27
- data/locale/ru/foreman_remote_execution.po +77 -27
- data/locale/zh_CN/foreman_remote_execution.po +77 -27
- data/locale/zh_TW/foreman_remote_execution.po +77 -27
- data/package.json +3 -2
- data/test/helpers/remote_execution_helper_test.rb +16 -0
- data/test/unit/job_invocation_composer_test.rb +41 -1
- data/test/unit/job_invocation_report_template_test.rb +57 -0
- data/webpack/JobWizard/JobWizard.js +30 -7
- data/webpack/JobWizard/JobWizard.scss +12 -0
- data/webpack/JobWizard/JobWizardConstants.js +5 -0
- data/webpack/JobWizard/JobWizardSelectors.js +21 -0
- data/webpack/JobWizard/__tests__/JobWizard.test.js +20 -0
- data/webpack/JobWizard/__tests__/__snapshots__/JobWizard.test.js.snap +83 -0
- data/webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js +77 -0
- data/webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.test.js +45 -0
- data/webpack/JobWizard/steps/CategoryAndTemplate/__snapshots__/CategoryAndTemplate.test.js.snap +64 -0
- data/webpack/JobWizard/steps/CategoryAndTemplate/index.js +86 -0
- data/webpack/JobWizard/steps/form/GroupedSelectField.js +88 -0
- data/webpack/JobWizard/steps/form/SelectField.js +39 -0
- data/webpack/JobWizard/steps/form/__tests__/GroupedSelectField.test.js +38 -0
- data/webpack/JobWizard/steps/form/__tests__/SelectField.test.js +23 -0
- data/webpack/JobWizard/steps/form/__tests__/__snapshots__/GroupedSelectField.test.js.snap +36 -0
- data/webpack/JobWizard/steps/form/__tests__/__snapshots__/SelectField.test.js.snap +22 -0
- data/webpack/__mocks__/foremanReact/common/helpers.js +1 -0
- data/webpack/__mocks__/foremanReact/redux/API/index.js +5 -0
- data/webpack/__mocks__/foremanReact/routes/common/PageLayout/PageLayout.js +10 -0
- data/webpack/fills_index.js +11 -0
- data/webpack/global_index.js +4 -0
- data/webpack/index.js +0 -4
- data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +87 -0
- data/webpack/react_app/components/RecentJobsCard/constants.js +1 -0
- data/webpack/react_app/components/RecentJobsCard/index.js +1 -0
- data/webpack/react_app/components/RecentJobsCard/styles.css +15 -0
- data/webpack/react_app/components/RegistrationExtension/RexInterface.js +50 -0
- data/webpack/react_app/components/RegistrationExtension/__tests__/RexInterface.test.js +9 -0
- data/webpack/react_app/components/RegistrationExtension/__tests__/__snapshots__/RexInterface.test.js.snap +35 -0
- data/webpack/react_app/extend/fills.js +10 -0
- data/webpack/react_app/extend/reducers.js +4 -0
- metadata +39 -5
- data/app/views/api/v2/registration/_form.html.erb +0 -12
@@ -26,6 +26,11 @@ msgstr ""
|
|
26
26
|
msgid "%{description} on %{host}"
|
27
27
|
msgstr ""
|
28
28
|
|
29
|
+
msgid "...and %{count} more"
|
30
|
+
msgid_plural "...and %{count} more"
|
31
|
+
msgstr[0] ""
|
32
|
+
msgstr[1] ""
|
33
|
+
|
29
34
|
msgid "A comma separated list of input names to be excluded from the foreign template."
|
30
35
|
msgstr ""
|
31
36
|
|
@@ -53,6 +58,12 @@ msgstr ""
|
|
53
58
|
msgid "Add Foreign Input Set"
|
54
59
|
msgstr ""
|
55
60
|
|
61
|
+
msgid "Advanced fields"
|
62
|
+
msgstr ""
|
63
|
+
|
64
|
+
msgid "All fields are required."
|
65
|
+
msgstr ""
|
66
|
+
|
56
67
|
msgid "Alphabetical"
|
57
68
|
msgstr ""
|
58
69
|
|
@@ -95,6 +106,12 @@ msgstr ""
|
|
95
106
|
msgid "Cannot specify both recurrence and scheduling"
|
96
107
|
msgstr ""
|
97
108
|
|
109
|
+
msgid "Category And Template"
|
110
|
+
msgstr ""
|
111
|
+
|
112
|
+
msgid "Category and template"
|
113
|
+
msgstr ""
|
114
|
+
|
98
115
|
msgid "Choose a job template that is pre-selected in job invocation form"
|
99
116
|
msgstr ""
|
100
117
|
|
@@ -125,6 +142,9 @@ msgstr ""
|
|
125
142
|
msgid "Control concurrency level and distribution over time"
|
126
143
|
msgstr ""
|
127
144
|
|
145
|
+
msgid "Could not display data for job invocation."
|
146
|
+
msgstr ""
|
147
|
+
|
128
148
|
msgid "Could not find any suitable interface for execution"
|
129
149
|
msgstr ""
|
130
150
|
|
@@ -227,6 +247,12 @@ msgstr ""
|
|
227
247
|
msgid "Effective user options"
|
228
248
|
msgstr ""
|
229
249
|
|
250
|
+
msgid "Effective user password"
|
251
|
+
msgstr ""
|
252
|
+
|
253
|
+
msgid "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."
|
254
|
+
msgstr ""
|
255
|
+
|
230
256
|
msgid "Enable Global Proxy"
|
231
257
|
msgstr ""
|
232
258
|
|
@@ -263,18 +289,12 @@ msgstr ""
|
|
263
289
|
msgid "Failed rendering template: %s"
|
264
290
|
msgstr ""
|
265
291
|
|
266
|
-
msgid "Fallback Without Proxy"
|
267
|
-
msgstr ""
|
268
|
-
|
269
292
|
msgid "Fallback to Any Proxy"
|
270
293
|
msgstr ""
|
271
294
|
|
272
295
|
msgid "Feature input %{input_name} not defined in template %{template_name}"
|
273
296
|
msgstr ""
|
274
297
|
|
275
|
-
msgid "Filter"
|
276
|
-
msgstr ""
|
277
|
-
|
278
298
|
msgid "Foreign input set"
|
279
299
|
msgstr ""
|
280
300
|
|
@@ -287,6 +307,9 @@ msgstr ""
|
|
287
307
|
msgid "Get output for a host"
|
288
308
|
msgstr ""
|
289
309
|
|
310
|
+
msgid "Get outputs of hosts in a job"
|
311
|
+
msgstr ""
|
312
|
+
|
290
313
|
msgid "Get raw output for a host"
|
291
314
|
msgstr ""
|
292
315
|
|
@@ -305,9 +328,15 @@ msgstr ""
|
|
305
328
|
msgid "Host with id '%{id}' was not found"
|
306
329
|
msgstr ""
|
307
330
|
|
331
|
+
msgid "Hosts gone missing"
|
332
|
+
msgstr ""
|
333
|
+
|
308
334
|
msgid "How often the job should occur, in the cron format"
|
309
335
|
msgstr ""
|
310
336
|
|
337
|
+
msgid "Identifier of the Host interface for Remote execution"
|
338
|
+
msgstr ""
|
339
|
+
|
311
340
|
msgid "Import"
|
312
341
|
msgstr ""
|
313
342
|
|
@@ -335,6 +364,12 @@ msgstr ""
|
|
335
364
|
msgid "Inputs to use"
|
336
365
|
msgstr ""
|
337
366
|
|
367
|
+
msgid "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."
|
368
|
+
msgstr ""
|
369
|
+
|
370
|
+
msgid "Internal proxy selector can only be used if Katello is enabled"
|
371
|
+
msgstr ""
|
372
|
+
|
338
373
|
msgid "Invocation type, one of %s"
|
339
374
|
msgstr ""
|
340
375
|
|
@@ -386,6 +421,9 @@ msgstr ""
|
|
386
421
|
msgid "Job templates"
|
387
422
|
msgstr ""
|
388
423
|
|
424
|
+
msgid "Job wizard"
|
425
|
+
msgstr ""
|
426
|
+
|
389
427
|
msgid "JobTemplate|Locked"
|
390
428
|
msgstr ""
|
391
429
|
|
@@ -431,6 +469,9 @@ msgstr ""
|
|
431
469
|
msgid "List job templates per organization"
|
432
470
|
msgstr ""
|
433
471
|
|
472
|
+
msgid "List of proxy IDs to be used for remote execution"
|
473
|
+
msgstr ""
|
474
|
+
|
434
475
|
msgid "List remote execution features"
|
435
476
|
msgstr ""
|
436
477
|
|
@@ -458,6 +499,9 @@ msgstr ""
|
|
458
499
|
msgid "No execution finished yet"
|
459
500
|
msgstr ""
|
460
501
|
|
502
|
+
msgid "No hosts found."
|
503
|
+
msgstr ""
|
504
|
+
|
461
505
|
msgid "No template mapped to feature %{feature_name}"
|
462
506
|
msgstr ""
|
463
507
|
|
@@ -500,6 +544,9 @@ msgstr ""
|
|
500
544
|
msgid "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port."
|
501
545
|
msgstr ""
|
502
546
|
|
547
|
+
msgid "Preupgrade job"
|
548
|
+
msgstr ""
|
549
|
+
|
503
550
|
msgid "Preview"
|
504
551
|
msgstr ""
|
505
552
|
|
@@ -539,6 +586,9 @@ msgstr ""
|
|
539
586
|
msgid "Remote Execution Features"
|
540
587
|
msgstr ""
|
541
588
|
|
589
|
+
msgid "Remote Execution Interface"
|
590
|
+
msgstr ""
|
591
|
+
|
542
592
|
msgid "Remote action:"
|
543
593
|
msgstr ""
|
544
594
|
|
@@ -578,6 +628,9 @@ msgstr ""
|
|
578
628
|
msgid "Results"
|
579
629
|
msgstr ""
|
580
630
|
|
631
|
+
msgid "Review details"
|
632
|
+
msgstr ""
|
633
|
+
|
581
634
|
msgid "Run"
|
582
635
|
msgstr ""
|
583
636
|
|
@@ -593,6 +646,9 @@ msgstr ""
|
|
593
646
|
msgid "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."
|
594
647
|
msgstr ""
|
595
648
|
|
649
|
+
msgid "Run job"
|
650
|
+
msgstr ""
|
651
|
+
|
596
652
|
msgid "SSH"
|
597
653
|
msgstr ""
|
598
654
|
|
@@ -629,9 +685,6 @@ msgstr ""
|
|
629
685
|
msgid "Scroll to top"
|
630
686
|
msgstr ""
|
631
687
|
|
632
|
-
msgid "Search"
|
633
|
-
msgstr ""
|
634
|
-
|
635
688
|
msgid "Search Query"
|
636
689
|
msgstr ""
|
637
690
|
|
@@ -659,6 +712,12 @@ msgstr ""
|
|
659
712
|
msgid "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. This setting only applies to IPv4. When the host has only an IPv6 address on the interface used for remote execution, hostname will be used even if this setting is set to true."
|
660
713
|
msgstr ""
|
661
714
|
|
715
|
+
msgid "Should this interface be used for remote execution?"
|
716
|
+
msgstr ""
|
717
|
+
|
718
|
+
msgid "Show Job status for the hosts"
|
719
|
+
msgstr ""
|
720
|
+
|
662
721
|
msgid "Show foreign input set details"
|
663
722
|
msgstr ""
|
664
723
|
|
@@ -689,12 +748,6 @@ msgstr ""
|
|
689
748
|
msgid "Success"
|
690
749
|
msgstr ""
|
691
750
|
|
692
|
-
msgid "Sudo password"
|
693
|
-
msgstr ""
|
694
|
-
|
695
|
-
msgid "Sudo 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."
|
696
|
-
msgstr ""
|
697
|
-
|
698
751
|
msgid "Sync Job Templates"
|
699
752
|
msgstr ""
|
700
753
|
|
@@ -760,6 +813,9 @@ msgstr ""
|
|
760
813
|
msgid "There was an error while updating the status, try refreshing the page."
|
761
814
|
msgstr ""
|
762
815
|
|
816
|
+
msgid "This can happen if the host is removed or moved to another organization or location after the job was started"
|
817
|
+
msgstr ""
|
818
|
+
|
763
819
|
msgid "This template is locked for editing."
|
764
820
|
msgstr ""
|
765
821
|
|
@@ -886,9 +942,6 @@ msgstr ""
|
|
886
942
|
msgid "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting."
|
887
943
|
msgstr ""
|
888
944
|
|
889
|
-
msgid "When enabled, the remote execution will try to run the commands directly, when no proxy with remote execution feature is configured for the host."
|
890
|
-
msgstr ""
|
891
|
-
|
892
945
|
msgid "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."
|
893
946
|
msgstr ""
|
894
947
|
|
@@ -922,9 +975,15 @@ msgstr ""
|
|
922
975
|
msgid "cancelled"
|
923
976
|
msgstr ""
|
924
977
|
|
978
|
+
msgid "default_capsule method missing from SmartProxy"
|
979
|
+
msgstr ""
|
980
|
+
|
925
981
|
msgid "effective user"
|
926
982
|
msgstr ""
|
927
983
|
|
984
|
+
msgid "error"
|
985
|
+
msgstr ""
|
986
|
+
|
928
987
|
msgid "error during rendering: %s"
|
929
988
|
msgstr ""
|
930
989
|
|
@@ -949,9 +1008,6 @@ msgstr ""
|
|
949
1008
|
msgid "input macro with name '%s' used, but no input with such name defined for this template"
|
950
1009
|
msgstr ""
|
951
1010
|
|
952
|
-
msgid "planned"
|
953
|
-
msgstr ""
|
954
|
-
|
955
1011
|
msgid "queued"
|
956
1012
|
msgstr ""
|
957
1013
|
|
@@ -961,9 +1017,6 @@ msgstr ""
|
|
961
1017
|
msgid "remove template input set"
|
962
1018
|
msgstr ""
|
963
1019
|
|
964
|
-
msgid "running"
|
965
|
-
msgstr ""
|
966
|
-
|
967
1020
|
msgid "running %{percent}%%"
|
968
1021
|
msgstr ""
|
969
1022
|
|
@@ -973,9 +1026,6 @@ msgstr ""
|
|
973
1026
|
msgid "succeeded"
|
974
1027
|
msgstr ""
|
975
1028
|
|
976
|
-
msgid "success"
|
977
|
-
msgstr ""
|
978
|
-
|
979
1029
|
msgid "tasks at a time"
|
980
1030
|
msgstr ""
|
981
1031
|
|
@@ -27,6 +27,11 @@ msgstr "%s ago"
|
|
27
27
|
msgid "%{description} on %{host}"
|
28
28
|
msgstr ""
|
29
29
|
|
30
|
+
msgid "...and %{count} more"
|
31
|
+
msgid_plural "...and %{count} more"
|
32
|
+
msgstr[0] ""
|
33
|
+
msgstr[1] ""
|
34
|
+
|
30
35
|
msgid "A comma separated list of input names to be excluded from the foreign template."
|
31
36
|
msgstr ""
|
32
37
|
|
@@ -54,6 +59,12 @@ msgstr ""
|
|
54
59
|
msgid "Add Foreign Input Set"
|
55
60
|
msgstr ""
|
56
61
|
|
62
|
+
msgid "Advanced fields"
|
63
|
+
msgstr ""
|
64
|
+
|
65
|
+
msgid "All fields are required."
|
66
|
+
msgstr ""
|
67
|
+
|
57
68
|
msgid "Alphabetical"
|
58
69
|
msgstr ""
|
59
70
|
|
@@ -96,6 +107,12 @@ msgstr ""
|
|
96
107
|
msgid "Cannot specify both recurrence and scheduling"
|
97
108
|
msgstr ""
|
98
109
|
|
110
|
+
msgid "Category And Template"
|
111
|
+
msgstr ""
|
112
|
+
|
113
|
+
msgid "Category and template"
|
114
|
+
msgstr ""
|
115
|
+
|
99
116
|
msgid "Choose a job template that is pre-selected in job invocation form"
|
100
117
|
msgstr ""
|
101
118
|
|
@@ -126,6 +143,9 @@ msgstr ""
|
|
126
143
|
msgid "Control concurrency level and distribution over time"
|
127
144
|
msgstr ""
|
128
145
|
|
146
|
+
msgid "Could not display data for job invocation."
|
147
|
+
msgstr ""
|
148
|
+
|
129
149
|
msgid "Could not find any suitable interface for execution"
|
130
150
|
msgstr ""
|
131
151
|
|
@@ -228,6 +248,12 @@ msgstr ""
|
|
228
248
|
msgid "Effective user options"
|
229
249
|
msgstr ""
|
230
250
|
|
251
|
+
msgid "Effective user password"
|
252
|
+
msgstr ""
|
253
|
+
|
254
|
+
msgid "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."
|
255
|
+
msgstr ""
|
256
|
+
|
231
257
|
msgid "Enable Global Proxy"
|
232
258
|
msgstr ""
|
233
259
|
|
@@ -264,18 +290,12 @@ msgstr ""
|
|
264
290
|
msgid "Failed rendering template: %s"
|
265
291
|
msgstr ""
|
266
292
|
|
267
|
-
msgid "Fallback Without Proxy"
|
268
|
-
msgstr ""
|
269
|
-
|
270
293
|
msgid "Fallback to Any Proxy"
|
271
294
|
msgstr ""
|
272
295
|
|
273
296
|
msgid "Feature input %{input_name} not defined in template %{template_name}"
|
274
297
|
msgstr ""
|
275
298
|
|
276
|
-
msgid "Filter"
|
277
|
-
msgstr ""
|
278
|
-
|
279
299
|
msgid "Foreign input set"
|
280
300
|
msgstr ""
|
281
301
|
|
@@ -288,6 +308,9 @@ msgstr ""
|
|
288
308
|
msgid "Get output for a host"
|
289
309
|
msgstr ""
|
290
310
|
|
311
|
+
msgid "Get outputs of hosts in a job"
|
312
|
+
msgstr ""
|
313
|
+
|
291
314
|
msgid "Get raw output for a host"
|
292
315
|
msgstr ""
|
293
316
|
|
@@ -306,9 +329,15 @@ msgstr ""
|
|
306
329
|
msgid "Host with id '%{id}' was not found"
|
307
330
|
msgstr ""
|
308
331
|
|
332
|
+
msgid "Hosts gone missing"
|
333
|
+
msgstr ""
|
334
|
+
|
309
335
|
msgid "How often the job should occur, in the cron format"
|
310
336
|
msgstr ""
|
311
337
|
|
338
|
+
msgid "Identifier of the Host interface for Remote execution"
|
339
|
+
msgstr ""
|
340
|
+
|
312
341
|
msgid "Import"
|
313
342
|
msgstr ""
|
314
343
|
|
@@ -336,6 +365,12 @@ msgstr ""
|
|
336
365
|
msgid "Inputs to use"
|
337
366
|
msgstr ""
|
338
367
|
|
368
|
+
msgid "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."
|
369
|
+
msgstr ""
|
370
|
+
|
371
|
+
msgid "Internal proxy selector can only be used if Katello is enabled"
|
372
|
+
msgstr ""
|
373
|
+
|
339
374
|
msgid "Invocation type, one of %s"
|
340
375
|
msgstr ""
|
341
376
|
|
@@ -387,6 +422,9 @@ msgstr ""
|
|
387
422
|
msgid "Job templates"
|
388
423
|
msgstr ""
|
389
424
|
|
425
|
+
msgid "Job wizard"
|
426
|
+
msgstr ""
|
427
|
+
|
390
428
|
msgid "JobTemplate|Locked"
|
391
429
|
msgstr ""
|
392
430
|
|
@@ -432,6 +470,9 @@ msgstr ""
|
|
432
470
|
msgid "List job templates per organization"
|
433
471
|
msgstr "List job templates per organisation"
|
434
472
|
|
473
|
+
msgid "List of proxy IDs to be used for remote execution"
|
474
|
+
msgstr ""
|
475
|
+
|
435
476
|
msgid "List remote execution features"
|
436
477
|
msgstr ""
|
437
478
|
|
@@ -459,6 +500,9 @@ msgstr ""
|
|
459
500
|
msgid "No execution finished yet"
|
460
501
|
msgstr ""
|
461
502
|
|
503
|
+
msgid "No hosts found."
|
504
|
+
msgstr ""
|
505
|
+
|
462
506
|
msgid "No template mapped to feature %{feature_name}"
|
463
507
|
msgstr ""
|
464
508
|
|
@@ -501,6 +545,9 @@ msgstr ""
|
|
501
545
|
msgid "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port."
|
502
546
|
msgstr ""
|
503
547
|
|
548
|
+
msgid "Preupgrade job"
|
549
|
+
msgstr ""
|
550
|
+
|
504
551
|
msgid "Preview"
|
505
552
|
msgstr ""
|
506
553
|
|
@@ -540,6 +587,9 @@ msgstr ""
|
|
540
587
|
msgid "Remote Execution Features"
|
541
588
|
msgstr ""
|
542
589
|
|
590
|
+
msgid "Remote Execution Interface"
|
591
|
+
msgstr ""
|
592
|
+
|
543
593
|
msgid "Remote action:"
|
544
594
|
msgstr ""
|
545
595
|
|
@@ -579,6 +629,9 @@ msgstr ""
|
|
579
629
|
msgid "Results"
|
580
630
|
msgstr ""
|
581
631
|
|
632
|
+
msgid "Review details"
|
633
|
+
msgstr ""
|
634
|
+
|
582
635
|
msgid "Run"
|
583
636
|
msgstr ""
|
584
637
|
|
@@ -594,6 +647,9 @@ msgstr ""
|
|
594
647
|
msgid "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."
|
595
648
|
msgstr ""
|
596
649
|
|
650
|
+
msgid "Run job"
|
651
|
+
msgstr ""
|
652
|
+
|
597
653
|
msgid "SSH"
|
598
654
|
msgstr ""
|
599
655
|
|
@@ -630,9 +686,6 @@ msgstr ""
|
|
630
686
|
msgid "Scroll to top"
|
631
687
|
msgstr ""
|
632
688
|
|
633
|
-
msgid "Search"
|
634
|
-
msgstr "Search"
|
635
|
-
|
636
689
|
msgid "Search Query"
|
637
690
|
msgstr ""
|
638
691
|
|
@@ -660,6 +713,12 @@ msgstr ""
|
|
660
713
|
msgid "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. This setting only applies to IPv4. When the host has only an IPv6 address on the interface used for remote execution, hostname will be used even if this setting is set to true."
|
661
714
|
msgstr ""
|
662
715
|
|
716
|
+
msgid "Should this interface be used for remote execution?"
|
717
|
+
msgstr ""
|
718
|
+
|
719
|
+
msgid "Show Job status for the hosts"
|
720
|
+
msgstr ""
|
721
|
+
|
663
722
|
msgid "Show foreign input set details"
|
664
723
|
msgstr ""
|
665
724
|
|
@@ -690,12 +749,6 @@ msgstr ""
|
|
690
749
|
msgid "Success"
|
691
750
|
msgstr "Success"
|
692
751
|
|
693
|
-
msgid "Sudo password"
|
694
|
-
msgstr ""
|
695
|
-
|
696
|
-
msgid "Sudo 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."
|
697
|
-
msgstr ""
|
698
|
-
|
699
752
|
msgid "Sync Job Templates"
|
700
753
|
msgstr ""
|
701
754
|
|
@@ -761,6 +814,9 @@ msgstr ""
|
|
761
814
|
msgid "There was an error while updating the status, try refreshing the page."
|
762
815
|
msgstr ""
|
763
816
|
|
817
|
+
msgid "This can happen if the host is removed or moved to another organization or location after the job was started"
|
818
|
+
msgstr ""
|
819
|
+
|
764
820
|
msgid "This template is locked for editing."
|
765
821
|
msgstr ""
|
766
822
|
|
@@ -887,9 +943,6 @@ msgstr ""
|
|
887
943
|
msgid "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting."
|
888
944
|
msgstr ""
|
889
945
|
|
890
|
-
msgid "When enabled, the remote execution will try to run the commands directly, when no proxy with remote execution feature is configured for the host."
|
891
|
-
msgstr ""
|
892
|
-
|
893
946
|
msgid "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."
|
894
947
|
msgstr ""
|
895
948
|
|
@@ -923,9 +976,15 @@ msgstr ""
|
|
923
976
|
msgid "cancelled"
|
924
977
|
msgstr ""
|
925
978
|
|
979
|
+
msgid "default_capsule method missing from SmartProxy"
|
980
|
+
msgstr ""
|
981
|
+
|
926
982
|
msgid "effective user"
|
927
983
|
msgstr ""
|
928
984
|
|
985
|
+
msgid "error"
|
986
|
+
msgstr ""
|
987
|
+
|
929
988
|
msgid "error during rendering: %s"
|
930
989
|
msgstr ""
|
931
990
|
|
@@ -950,9 +1009,6 @@ msgstr ""
|
|
950
1009
|
msgid "input macro with name '%s' used, but no input with such name defined for this template"
|
951
1010
|
msgstr ""
|
952
1011
|
|
953
|
-
msgid "planned"
|
954
|
-
msgstr ""
|
955
|
-
|
956
1012
|
msgid "queued"
|
957
1013
|
msgstr ""
|
958
1014
|
|
@@ -962,9 +1018,6 @@ msgstr ""
|
|
962
1018
|
msgid "remove template input set"
|
963
1019
|
msgstr ""
|
964
1020
|
|
965
|
-
msgid "running"
|
966
|
-
msgstr ""
|
967
|
-
|
968
1021
|
msgid "running %{percent}%%"
|
969
1022
|
msgstr ""
|
970
1023
|
|
@@ -974,9 +1027,6 @@ msgstr ""
|
|
974
1027
|
msgid "succeeded"
|
975
1028
|
msgstr ""
|
976
1029
|
|
977
|
-
msgid "success"
|
978
|
-
msgstr ""
|
979
|
-
|
980
1030
|
msgid "tasks at a time"
|
981
1031
|
msgstr ""
|
982
1032
|
|