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 "Hace %s"
|
|
26
26
|
msgid "%{description} on %{host}"
|
27
27
|
msgstr "%{description} en %{host}"
|
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 "Una lista de nombres de entrada separados por comas que se debe excluir de la plantilla externa."
|
31
36
|
|
@@ -53,6 +58,12 @@ msgstr "Acciones"
|
|
53
58
|
msgid "Add Foreign Input Set"
|
54
59
|
msgstr "Agregar conjunto de entrada externo"
|
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 "No se pueden especificar bookmark_id y search_query."
|
|
95
106
|
msgid "Cannot specify both recurrence and scheduling"
|
96
107
|
msgstr "No se pueden especificar las recurrencias y las programaciones."
|
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 "Conectar por IP"
|
|
125
142
|
msgid "Control concurrency level and distribution over time"
|
126
143
|
msgstr "Controlar el nivel de concurrencia y la distribución en el tiempo"
|
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 "No se pudo hallar una interfaz adecuada para la ejecución"
|
130
150
|
|
@@ -227,6 +247,12 @@ msgstr "El método de usuario efectivo \"%{current_value}\" no es uno de %{valid
|
|
227
247
|
msgid "Effective user options"
|
228
248
|
msgstr "Opciones de usuario efectivo"
|
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 "Activar proxy global"
|
232
258
|
|
@@ -263,18 +289,12 @@ msgstr "Errores"
|
|
263
289
|
msgid "Failed rendering template: %s"
|
264
290
|
msgstr "Falló la reproducción de la plantilla: %s."
|
265
291
|
|
266
|
-
msgid "Fallback Without Proxy"
|
267
|
-
msgstr "Acción de reserva sin proxy"
|
268
|
-
|
269
292
|
msgid "Fallback to Any Proxy"
|
270
293
|
msgstr "Acción de reserva en cualquier proxy"
|
271
294
|
|
272
295
|
msgid "Feature input %{input_name} not defined in template %{template_name}"
|
273
296
|
msgstr "Entrada de funcionalidad %{input_name} no definida en la plantilla %{template_name}"
|
274
297
|
|
275
|
-
msgid "Filter"
|
276
|
-
msgstr "Filtro"
|
277
|
-
|
278
298
|
msgid "Foreign input set"
|
279
299
|
msgstr "Conjunto de entrada externo"
|
280
300
|
|
@@ -287,6 +307,9 @@ msgstr ""
|
|
287
307
|
msgid "Get output for a host"
|
288
308
|
msgstr "Obtener salida para un host"
|
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 "No se encontró el host con ID '%{id}'."
|
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 "Con qué frecuencia debe ocurrir el trabajo, en formato programado"
|
310
336
|
|
337
|
+
msgid "Identifier of the Host interface for Remote execution"
|
338
|
+
msgstr ""
|
339
|
+
|
311
340
|
msgid "Import"
|
312
341
|
msgstr "Importar"
|
313
342
|
|
@@ -335,6 +364,12 @@ msgstr "Descripción del conjunto de entrada"
|
|
335
364
|
msgid "Inputs to use"
|
336
365
|
msgstr "Entradas que se deben utilizar"
|
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 "Tipo de invocación, una de %s"
|
340
375
|
|
@@ -386,6 +421,9 @@ msgstr "Se importó correctamente una plantilla de trabajo"
|
|
386
421
|
msgid "Job templates"
|
387
422
|
msgstr "Plantillas de trabajo"
|
388
423
|
|
424
|
+
msgid "Job wizard"
|
425
|
+
msgstr ""
|
426
|
+
|
389
427
|
msgid "JobTemplate|Locked"
|
390
428
|
msgstr "Plantilla de trabajo|Bloqueada"
|
391
429
|
|
@@ -431,6 +469,9 @@ msgstr "Listar plantillas de trabajo por ubicación"
|
|
431
469
|
msgid "List job templates per organization"
|
432
470
|
msgstr "Listar plantillas de trabajo por organización"
|
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 "Listar funcionalidades de ejecución remota"
|
436
477
|
|
@@ -458,6 +499,9 @@ msgstr "Nueva plantilla de trabajo"
|
|
458
499
|
msgid "No execution finished yet"
|
459
500
|
msgstr "Aún no finalizó ninguna ejecución."
|
460
501
|
|
502
|
+
msgid "No hosts found."
|
503
|
+
msgstr ""
|
504
|
+
|
461
505
|
msgid "No template mapped to feature %{feature_name}"
|
462
506
|
msgstr "No hay ninguna plantilla mapeada a la funcionalidad %{feature_name}."
|
463
507
|
|
@@ -500,6 +544,9 @@ msgstr "No ejecutar más después de esta cantidad de veces"
|
|
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 "Puerto para usar para la comunicación SSH. Puerto predeterminado: 22. Puede sustituir por host al establecer un parámetro llamado remote_execution_ssh_port."
|
502
546
|
|
547
|
+
msgid "Preupgrade job"
|
548
|
+
msgstr ""
|
549
|
+
|
503
550
|
msgid "Preview"
|
504
551
|
msgstr "Vista previa"
|
505
552
|
|
@@ -539,6 +586,9 @@ msgstr "Ejecución remota"
|
|
539
586
|
msgid "Remote Execution Features"
|
540
587
|
msgstr "Funcionalidades de ejecución remota"
|
541
588
|
|
589
|
+
msgid "Remote Execution Interface"
|
590
|
+
msgstr ""
|
591
|
+
|
542
592
|
msgid "Remote action:"
|
543
593
|
msgstr "Acción remota:"
|
544
594
|
|
@@ -578,6 +628,9 @@ msgstr "Se resuelve en"
|
|
578
628
|
msgid "Results"
|
579
629
|
msgstr ""
|
580
630
|
|
631
|
+
msgid "Review details"
|
632
|
+
msgstr ""
|
633
|
+
|
581
634
|
msgid "Run"
|
582
635
|
msgstr "Ejecutar"
|
583
636
|
|
@@ -593,6 +646,9 @@ msgstr "Ejecutar un máximo de N tareas por vez"
|
|
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 "SSH"
|
598
654
|
|
@@ -629,9 +685,6 @@ msgstr "Desplazarse hasta el final"
|
|
629
685
|
msgid "Scroll to top"
|
630
686
|
msgstr "Desplazarse hasta la parte superior"
|
631
687
|
|
632
|
-
msgid "Search"
|
633
|
-
msgstr "Buscar"
|
634
|
-
|
635
688
|
msgid "Search Query"
|
636
689
|
msgstr ""
|
637
690
|
|
@@ -659,6 +712,12 @@ msgstr "Definir para distribuir sobre"
|
|
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 "Mostrar detalles del conjunto de entrada externo"
|
664
723
|
|
@@ -689,12 +748,6 @@ msgstr "exitoso"
|
|
689
748
|
msgid "Success"
|
690
749
|
msgstr "Éxito"
|
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 "Sincronizar plantillas de trabajo"
|
700
753
|
|
@@ -760,6 +813,9 @@ msgstr "El usuario no puede acceder a la plantilla %{template_name} mapeada a la
|
|
760
813
|
msgid "There was an error while updating the status, try refreshing the page."
|
761
814
|
msgstr "Se produjo un error al actualizar el estado, intente actualizar la página."
|
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 "La edición de la plantilla está bloqueada."
|
765
821
|
|
@@ -886,9 +942,6 @@ msgstr "El usuario que se debe utilizar para ejecutar el script (con mecanismos
|
|
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 "El usuario que se debe utilizar para ejecutar el script (con mecanismos tipo sudo). El valor predeterminado es un parámetro de plantilla o una configuración global."
|
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 "agregar un conjunto de entrada para esta plantilla para hacer referencia
|
|
922
975
|
msgid "cancelled"
|
923
976
|
msgstr "Cancelado"
|
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 "error durante la reproducción: %s"
|
930
989
|
|
@@ -949,9 +1008,6 @@ msgstr "no se encontró la plantilla incluida '%s'."
|
|
949
1008
|
msgid "input macro with name '%s' used, but no input with such name defined for this template"
|
950
1009
|
msgstr "macro de entrada con nombre '%s' en uso, pero ninguna entrada con ese nombre definida para esta plantilla"
|
951
1010
|
|
952
|
-
msgid "planned"
|
953
|
-
msgstr "planificado"
|
954
|
-
|
955
1011
|
msgid "queued"
|
956
1012
|
msgstr "en cola"
|
957
1013
|
|
@@ -961,9 +1017,6 @@ msgstr "en cola para comenzar a ejecutarse en %{time}"
|
|
961
1017
|
msgid "remove template input set"
|
962
1018
|
msgstr "eliminar el conjunto de entrada de la plantilla"
|
963
1019
|
|
964
|
-
msgid "running"
|
965
|
-
msgstr "ejecutando"
|
966
|
-
|
967
1020
|
msgid "running %{percent}%%"
|
968
1021
|
msgstr "en ejecución %{percent}%%"
|
969
1022
|
|
@@ -973,9 +1026,6 @@ msgstr "segundos"
|
|
973
1026
|
msgid "succeeded"
|
974
1027
|
msgstr "exitoso"
|
975
1028
|
|
976
|
-
msgid "success"
|
977
|
-
msgstr "Éxito"
|
978
|
-
|
979
1029
|
msgid "tasks at a time"
|
980
1030
|
msgstr "tareas a la vez"
|
981
1031
|
|
@@ -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: 2021-04-26 17:11+0200\n"
|
12
|
+
"PO-Revision-Date: 2021-04-26 17:11+0200\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -76,122 +76,130 @@ msgstr ""
|
|
76
76
|
msgid "Show job invocation"
|
77
77
|
msgstr ""
|
78
78
|
|
79
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
79
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:21
|
80
|
+
msgid "Show Job status for the hosts"
|
81
|
+
msgstr ""
|
82
|
+
|
83
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:36
|
80
84
|
msgid "The job template to use, parameter is required unless feature was specified"
|
81
85
|
msgstr ""
|
82
86
|
|
83
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
87
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:37
|
84
88
|
msgid "Invocation type, one of %s"
|
85
89
|
msgstr ""
|
86
90
|
|
87
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
91
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:38
|
88
92
|
msgid "Execute the jobs on hosts in randomized order"
|
89
93
|
msgstr ""
|
90
94
|
|
91
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
95
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:39
|
92
96
|
msgid "Inputs to use"
|
93
97
|
msgstr ""
|
94
98
|
|
95
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
99
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:40
|
96
100
|
msgid "SSH provider specific options"
|
97
101
|
msgstr ""
|
98
102
|
|
99
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
103
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:43
|
100
104
|
msgid ""
|
101
105
|
"What user should be used to run the script (using sudo-like mechanisms). Defau"
|
102
106
|
"lts to a template parameter or global setting."
|
103
107
|
msgstr ""
|
104
108
|
|
105
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
109
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:46
|
106
110
|
msgid "Create a recurring job"
|
107
111
|
msgstr ""
|
108
112
|
|
109
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
113
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:47
|
110
114
|
msgid "How often the job should occur, in the cron format"
|
111
115
|
msgstr ""
|
112
116
|
|
113
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
117
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:48
|
114
118
|
msgid "Repeat a maximum of N times"
|
115
119
|
msgstr ""
|
116
120
|
|
117
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
121
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:49
|
118
122
|
msgid "Perform no more executions after this time"
|
119
123
|
msgstr ""
|
120
124
|
|
121
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
125
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:52
|
122
126
|
msgid "Schedule the job to start at a later time"
|
123
127
|
msgstr ""
|
124
128
|
|
125
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
129
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:53
|
126
130
|
msgid "Schedule the job for a future time"
|
127
131
|
msgstr ""
|
128
132
|
|
129
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
133
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:54
|
130
134
|
msgid ""
|
131
135
|
"Indicates that the action should be cancelled if it cannot be started before t"
|
132
136
|
"his time."
|
133
137
|
msgstr ""
|
134
138
|
|
135
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
139
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:57
|
136
140
|
msgid "Control concurrency level and distribution over time"
|
137
141
|
msgstr ""
|
138
142
|
|
139
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
143
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:58
|
140
144
|
msgid "Distribute tasks over N seconds"
|
141
145
|
msgstr ""
|
142
146
|
|
143
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
147
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:59
|
144
148
|
msgid "Run at most N tasks at a time"
|
145
149
|
msgstr ""
|
146
150
|
|
147
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
151
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:64
|
148
152
|
msgid "Override the description format from the template for this invocation only"
|
149
153
|
msgstr ""
|
150
154
|
|
151
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
155
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:65
|
152
156
|
msgid "Override the timeout interval from the template for this invocation only"
|
153
157
|
msgstr ""
|
154
158
|
|
155
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
159
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:66
|
156
160
|
msgid ""
|
157
161
|
"Remote execution feature label that should be triggered, job template assigned"
|
158
162
|
" to this feature will be used"
|
159
163
|
msgstr ""
|
160
164
|
|
161
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
165
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:70
|
162
166
|
msgid "Create a job invocation"
|
163
167
|
msgstr ""
|
164
168
|
|
165
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
169
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:87
|
166
170
|
msgid "Get output for a host"
|
167
171
|
msgstr ""
|
168
172
|
|
169
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
173
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:100
|
170
174
|
msgid "Get raw output for a host"
|
171
175
|
msgstr ""
|
172
176
|
|
173
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
177
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:112
|
174
178
|
msgid "Cancel job invocation"
|
175
179
|
msgstr ""
|
176
180
|
|
177
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
181
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:120
|
178
182
|
msgid "The job could not be cancelled."
|
179
183
|
msgstr ""
|
180
184
|
|
181
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
185
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:125
|
182
186
|
msgid "Rerun job on failed hosts"
|
183
187
|
msgstr ""
|
184
188
|
|
185
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
189
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:135
|
186
190
|
#: ../app/views/job_invocations/_form.html.erb:4
|
187
191
|
msgid "Could not rerun job %{id} because its template could not be found"
|
188
192
|
msgstr ""
|
189
193
|
|
190
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
194
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:140
|
195
|
+
msgid "Get outputs of hosts in a job"
|
196
|
+
msgstr ""
|
197
|
+
|
198
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:180
|
191
199
|
msgid "Host with id '%{id}' was not found"
|
192
200
|
msgstr ""
|
193
201
|
|
194
|
-
#: ../app/controllers/api/v2/job_invocations_controller.rb:
|
202
|
+
#: ../app/controllers/api/v2/job_invocations_controller.rb:186
|
195
203
|
msgid "Template with id '%{id}' was not found"
|
196
204
|
msgstr ""
|
197
205
|
|
@@ -236,6 +244,7 @@ msgstr ""
|
|
236
244
|
#: ../app/views/job_invocations/_form.html.erb:11
|
237
245
|
#: ../app/views/job_templates/_custom_tabs.html.erb:3
|
238
246
|
#: ../app/views/job_templates/_custom_tabs.html.erb:6
|
247
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:44
|
239
248
|
msgid "Job category"
|
240
249
|
msgstr ""
|
241
250
|
|
@@ -309,19 +318,31 @@ msgstr ""
|
|
309
318
|
msgid "List template invocations belonging to job invocation"
|
310
319
|
msgstr ""
|
311
320
|
|
312
|
-
#:
|
313
|
-
|
321
|
+
#:
|
322
|
+
#: ../app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb:11
|
323
|
+
#: ../app/controllers/foreman_remote_execution/concerns/api/v2/registration_controller_extensions.rb:8
|
324
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexInterface.js:18
|
325
|
+
msgid "Identifier of the Host interface for Remote execution"
|
326
|
+
msgstr ""
|
327
|
+
|
328
|
+
#:
|
329
|
+
#: ../app/controllers/foreman_remote_execution/concerns/api/v2/subnets_controller_extensions.rb:9
|
330
|
+
msgid "List of proxy IDs to be used for remote execution"
|
314
331
|
msgstr ""
|
315
332
|
|
316
333
|
#: ../app/controllers/job_invocations_controller.rb:110
|
334
|
+
msgid "Trying to abort the job"
|
335
|
+
msgstr ""
|
336
|
+
|
337
|
+
#: ../app/controllers/job_invocations_controller.rb:112
|
317
338
|
msgid "Trying to cancel the job"
|
318
339
|
msgstr ""
|
319
340
|
|
320
|
-
#: ../app/controllers/job_invocations_controller.rb:
|
341
|
+
#: ../app/controllers/job_invocations_controller.rb:116
|
321
342
|
msgid "The job cannot be aborted at the moment."
|
322
343
|
msgstr ""
|
323
344
|
|
324
|
-
#: ../app/controllers/job_invocations_controller.rb:
|
345
|
+
#: ../app/controllers/job_invocations_controller.rb:118
|
325
346
|
msgid "The job cannot be cancelled at the moment."
|
326
347
|
msgstr ""
|
327
348
|
|
@@ -342,13 +363,14 @@ msgstr ""
|
|
342
363
|
#:
|
343
364
|
#: ../app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb:5
|
344
365
|
#: ../db/seeds.d/50-notification_blueprints.rb:3
|
345
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
366
|
+
#: ../lib/foreman_remote_execution/engine.rb:138
|
367
|
+
#: ../webpack/JobWizard/index.js:11
|
346
368
|
msgid "Jobs"
|
347
369
|
msgstr ""
|
348
370
|
|
349
371
|
#:
|
350
372
|
#: ../app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb:5
|
351
|
-
#: ../app/views/job_invocations/index.html.erb:
|
373
|
+
#: ../app/views/job_invocations/index.html.erb:2
|
352
374
|
#: ../app/views/template_invocations/show.html.erb:1
|
353
375
|
msgid "Job invocations"
|
354
376
|
msgstr ""
|
@@ -379,12 +401,12 @@ msgid "Success"
|
|
379
401
|
msgstr ""
|
380
402
|
|
381
403
|
#: ../app/helpers/job_invocations_chart_helper.rb:19
|
382
|
-
#: ../app/views/job_invocations/index.html.erb:
|
404
|
+
#: ../app/views/job_invocations/index.html.erb:13
|
383
405
|
msgid "Failed"
|
384
406
|
msgstr ""
|
385
407
|
|
386
408
|
#: ../app/helpers/job_invocations_chart_helper.rb:20
|
387
|
-
#: ../app/views/job_invocations/index.html.erb:
|
409
|
+
#: ../app/views/job_invocations/index.html.erb:14
|
388
410
|
msgid "Pending"
|
389
411
|
msgstr ""
|
390
412
|
|
@@ -409,13 +431,12 @@ msgid "succeeded"
|
|
409
431
|
msgstr ""
|
410
432
|
|
411
433
|
#: ../app/helpers/job_invocations_chart_helper.rb:41
|
412
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
413
|
-
#: ../app/helpers/remote_execution_helper.rb:32
|
434
|
+
#: ../app/helpers/remote_execution_helper.rb:17
|
414
435
|
msgid "cancelled"
|
415
436
|
msgstr ""
|
416
437
|
|
417
438
|
#: ../app/helpers/job_invocations_chart_helper.rb:43
|
418
|
-
#: ../
|
439
|
+
#: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:36
|
419
440
|
msgid "failed"
|
420
441
|
msgstr ""
|
421
442
|
|
@@ -423,204 +444,197 @@ msgstr ""
|
|
423
444
|
msgid "unknown status"
|
424
445
|
msgstr ""
|
425
446
|
|
426
|
-
#: ../app/helpers/job_invocations_helper.rb:
|
427
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
447
|
+
#: ../app/helpers/job_invocations_helper.rb:19
|
448
|
+
#: ../app/helpers/remote_execution_helper.rb:55
|
428
449
|
#: ../app/views/job_invocations/welcome.html.erb:12
|
450
|
+
#: ../webpack/JobWizard/JobWizard.js:45
|
429
451
|
msgid "Run Job"
|
430
452
|
msgstr ""
|
431
453
|
|
432
|
-
#: ../app/helpers/job_invocations_helper.rb:
|
454
|
+
#: ../app/helpers/job_invocations_helper.rb:53
|
433
455
|
msgid "Any Organization"
|
434
456
|
msgstr ""
|
435
457
|
|
436
|
-
#: ../app/helpers/job_invocations_helper.rb:
|
458
|
+
#: ../app/helpers/job_invocations_helper.rb:57
|
437
459
|
msgid "Any Location"
|
438
460
|
msgstr ""
|
439
461
|
|
440
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
441
|
-
msgid "
|
442
|
-
msgstr ""
|
443
|
-
|
444
|
-
#: ../app/helpers/remote_execution_helper.rb:26
|
445
|
-
msgid "planned"
|
446
|
-
msgstr ""
|
447
|
-
|
448
|
-
#: ../app/helpers/remote_execution_helper.rb:34
|
449
|
-
msgid "success"
|
462
|
+
#: ../app/helpers/remote_execution_helper.rb:19
|
463
|
+
msgid "error"
|
450
464
|
msgstr ""
|
451
465
|
|
452
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
466
|
+
#: ../app/helpers/remote_execution_helper.rb:29
|
453
467
|
msgid "Host detail"
|
454
468
|
msgstr ""
|
455
469
|
|
456
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
470
|
+
#: ../app/helpers/remote_execution_helper.rb:34
|
457
471
|
msgid "Rerun on %s"
|
458
472
|
msgstr ""
|
459
473
|
|
460
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
474
|
+
#: ../app/helpers/remote_execution_helper.rb:40
|
461
475
|
msgid "Host task"
|
462
476
|
msgstr ""
|
463
477
|
|
464
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
465
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
466
|
-
#: ../app/models/job_invocation.rb:
|
478
|
+
#: ../app/helpers/remote_execution_helper.rb:49
|
479
|
+
#: ../app/helpers/remote_execution_helper.rb:185
|
480
|
+
#: ../app/models/job_invocation.rb:179
|
467
481
|
msgid "N/A"
|
468
482
|
msgstr ""
|
469
483
|
|
470
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
484
|
+
#: ../app/helpers/remote_execution_helper.rb:64
|
471
485
|
msgid "Rerun"
|
472
486
|
msgstr ""
|
473
487
|
|
474
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
488
|
+
#: ../app/helpers/remote_execution_helper.rb:66
|
475
489
|
msgid "Rerun the job"
|
476
490
|
msgstr ""
|
477
491
|
|
478
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
492
|
+
#: ../app/helpers/remote_execution_helper.rb:69
|
479
493
|
msgid "Rerun failed"
|
480
494
|
msgstr ""
|
481
495
|
|
482
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
496
|
+
#: ../app/helpers/remote_execution_helper.rb:72
|
483
497
|
msgid "Rerun on failed hosts"
|
484
498
|
msgstr ""
|
485
499
|
|
486
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
500
|
+
#: ../app/helpers/remote_execution_helper.rb:75
|
487
501
|
msgid "Job Task"
|
488
502
|
msgstr ""
|
489
503
|
|
490
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
504
|
+
#: ../app/helpers/remote_execution_helper.rb:77
|
491
505
|
msgid "See the last task details"
|
492
506
|
msgstr ""
|
493
507
|
|
494
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
495
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
508
|
+
#: ../app/helpers/remote_execution_helper.rb:80
|
509
|
+
#: ../app/helpers/remote_execution_helper.rb:102
|
496
510
|
msgid "Cancel Job"
|
497
511
|
msgstr ""
|
498
512
|
|
499
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
513
|
+
#: ../app/helpers/remote_execution_helper.rb:82
|
500
514
|
msgid "Try to cancel the job"
|
501
515
|
msgstr ""
|
502
516
|
|
503
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
504
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
517
|
+
#: ../app/helpers/remote_execution_helper.rb:85
|
518
|
+
#: ../app/helpers/remote_execution_helper.rb:107
|
505
519
|
msgid "Abort Job"
|
506
520
|
msgstr ""
|
507
521
|
|
508
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
522
|
+
#: ../app/helpers/remote_execution_helper.rb:87
|
509
523
|
msgid "Try to abort the job without waiting for the results from the remote hosts"
|
510
524
|
msgstr ""
|
511
525
|
|
512
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
526
|
+
#: ../app/helpers/remote_execution_helper.rb:97
|
513
527
|
msgid "Task Details"
|
514
528
|
msgstr ""
|
515
529
|
|
516
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
530
|
+
#: ../app/helpers/remote_execution_helper.rb:99
|
517
531
|
msgid "See the task details"
|
518
532
|
msgstr ""
|
519
533
|
|
520
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
534
|
+
#: ../app/helpers/remote_execution_helper.rb:104
|
521
535
|
msgid "Try to cancel the job on a host"
|
522
536
|
msgstr ""
|
523
537
|
|
524
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
538
|
+
#: ../app/helpers/remote_execution_helper.rb:109
|
525
539
|
msgid "Try to abort the job on a host without waiting for its result"
|
526
540
|
msgstr ""
|
527
541
|
|
528
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
542
|
+
#: ../app/helpers/remote_execution_helper.rb:155
|
529
543
|
msgid "Could not render the preview because no host matches the search query."
|
530
544
|
msgstr ""
|
531
545
|
|
532
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
546
|
+
#: ../app/helpers/remote_execution_helper.rb:187
|
533
547
|
msgid "in %s"
|
534
548
|
msgstr ""
|
535
549
|
|
536
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
550
|
+
#: ../app/helpers/remote_execution_helper.rb:187
|
537
551
|
msgid "%s ago"
|
538
552
|
msgstr ""
|
539
553
|
|
540
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
554
|
+
#: ../app/helpers/remote_execution_helper.rb:205
|
541
555
|
msgid "Use default description template"
|
542
556
|
msgstr ""
|
543
557
|
|
544
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
558
|
+
#: ../app/helpers/remote_execution_helper.rb:210
|
545
559
|
msgid "Description template"
|
546
560
|
msgstr ""
|
547
561
|
|
548
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
562
|
+
#: ../app/helpers/remote_execution_helper.rb:220
|
549
563
|
msgid ""
|
550
564
|
"This template is used to generate the description.<br/>Input values can be use"
|
551
565
|
"d using the syntax %{package}.<br/>You may also include the job category and t"
|
552
566
|
"emplate<br/>name using %{job_category} and %{template_name}."
|
553
567
|
msgstr ""
|
554
568
|
|
555
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
569
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:31
|
556
570
|
msgid "Could not use any template used in the job invocation"
|
557
571
|
msgstr ""
|
558
572
|
|
559
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
573
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:41
|
560
574
|
msgid "Failed rendering template: %s"
|
561
575
|
msgstr ""
|
562
576
|
|
563
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
577
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:70
|
564
578
|
msgid "Task cancelled"
|
565
579
|
msgstr ""
|
566
580
|
|
567
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
581
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:71
|
568
582
|
msgid "Job execution failed"
|
569
583
|
msgstr ""
|
570
584
|
|
571
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
585
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:80
|
572
586
|
msgid "%{description} on %{host}"
|
573
587
|
msgstr ""
|
574
588
|
|
575
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
589
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:85 action_names.rb:6
|
576
590
|
msgid "Remote action:"
|
577
591
|
msgstr ""
|
578
592
|
|
579
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
593
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:108
|
580
594
|
msgid "Job cancelled by user"
|
581
595
|
msgstr ""
|
582
596
|
|
583
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
597
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:113
|
584
598
|
msgid "Exit status: %s"
|
585
599
|
msgstr ""
|
586
600
|
|
587
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
601
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:115
|
588
602
|
msgid "Job finished with error"
|
589
603
|
msgstr ""
|
590
604
|
|
591
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
605
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:118
|
592
606
|
msgid "Error loading data from proxy"
|
593
607
|
msgstr ""
|
594
608
|
|
595
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
609
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:169
|
596
610
|
msgid "User can not execute job on host %s"
|
597
611
|
msgstr ""
|
598
612
|
|
599
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
613
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:170
|
600
614
|
msgid "User can not execute this job template"
|
601
615
|
msgstr ""
|
602
616
|
|
603
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
617
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:175
|
604
618
|
msgid "User can not execute this job template on %s"
|
605
619
|
msgstr ""
|
606
620
|
|
607
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
621
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:185
|
608
622
|
msgid "The only applicable proxy %{proxy_names} is down"
|
609
623
|
msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
|
610
624
|
msgstr[0] ""
|
611
625
|
msgstr[1] ""
|
612
626
|
|
613
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
627
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:192
|
614
628
|
msgid ""
|
615
629
|
"Could not use any proxy. Consider configuring %{global_proxy}, %{fallback_prox"
|
616
630
|
"y} in settings"
|
617
631
|
msgstr ""
|
618
632
|
|
619
|
-
#: ../app/lib/foreman_remote_execution/renderer/scope/input.rb:
|
633
|
+
#: ../app/lib/foreman_remote_execution/renderer/scope/input.rb:61
|
620
634
|
msgid "included template '%s' not found"
|
621
635
|
msgstr ""
|
622
636
|
|
623
|
-
#: ../app/lib/foreman_remote_execution/renderer/scope/input.rb:
|
637
|
+
#: ../app/lib/foreman_remote_execution/renderer/scope/input.rb:105
|
624
638
|
msgid ""
|
625
639
|
"input macro with name '%s' used, but no input with such name defined for this "
|
626
640
|
"template"
|
@@ -634,11 +648,22 @@ msgstr ""
|
|
634
648
|
msgid "Unable to remove host from known hosts"
|
635
649
|
msgstr ""
|
636
650
|
|
651
|
+
#: ../app/models/concerns/api/v2/interfaces_controller_extensions.rb:8
|
652
|
+
msgid "Should this interface be used for remote execution?"
|
653
|
+
msgstr ""
|
654
|
+
|
655
|
+
#: ../app/models/concerns/foreman_remote_execution/host_extensions.rb:59
|
656
|
+
msgid ""
|
657
|
+
"Interface with the '%s' identifier was specified as a remote execution interfa"
|
658
|
+
"ce, however the interface was not found on the host. If the interface exists, "
|
659
|
+
"it needs to be created in Foreman during the registration."
|
660
|
+
msgstr ""
|
661
|
+
|
637
662
|
#: ../app/models/concerns/foreman_remote_execution/nic_extensions.rb:21
|
638
663
|
msgid "host already has an execution interface"
|
639
664
|
msgstr ""
|
640
665
|
|
641
|
-
#: ../app/models/concerns/foreman_remote_execution/orchestration/ssh.rb:
|
666
|
+
#: ../app/models/concerns/foreman_remote_execution/orchestration/ssh.rb:41
|
642
667
|
msgid "Remove SSH known hosts for %s"
|
643
668
|
msgstr ""
|
644
669
|
|
@@ -784,7 +809,7 @@ msgstr ""
|
|
784
809
|
|
785
810
|
#: ../app/models/setting/remote_execution.rb:30
|
786
811
|
#: ../app/views/job_invocations/_form.html.erb:98
|
787
|
-
msgid "
|
812
|
+
msgid "Effective user password"
|
788
813
|
msgstr ""
|
789
814
|
|
790
815
|
#: ../app/models/setting/remote_execution.rb:32
|
@@ -918,11 +943,20 @@ msgstr ""
|
|
918
943
|
msgid "Not all required inputs have values. Missing inputs: %s"
|
919
944
|
msgstr ""
|
920
945
|
|
946
|
+
#: ../app/services/default_proxy_proxy_selector.rb:5
|
947
|
+
msgid "Internal proxy selector can only be used if Katello is enabled"
|
948
|
+
msgstr ""
|
949
|
+
|
950
|
+
#: ../app/services/default_proxy_proxy_selector.rb:13
|
951
|
+
msgid "default_capsule method missing from SmartProxy"
|
952
|
+
msgstr ""
|
953
|
+
|
921
954
|
#: ../app/views/job_invocations/_card_results.html.erb:4
|
922
955
|
msgid "Results"
|
923
956
|
msgstr ""
|
924
957
|
|
925
958
|
#: ../app/views/job_invocations/_card_schedule.html.erb:7
|
959
|
+
#: ../webpack/JobWizard/JobWizard.js:34
|
926
960
|
msgid "Schedule"
|
927
961
|
msgstr ""
|
928
962
|
|
@@ -956,6 +990,7 @@ msgid "Timeout to kill after"
|
|
956
990
|
msgstr ""
|
957
991
|
|
958
992
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:5
|
993
|
+
#: ../webpack/JobWizard/JobWizard.js:24
|
959
994
|
msgid "Target hosts"
|
960
995
|
msgstr ""
|
961
996
|
|
@@ -992,12 +1027,13 @@ msgid "User Inputs"
|
|
992
1027
|
msgstr ""
|
993
1028
|
|
994
1029
|
#: ../app/views/job_invocations/_description_fields.html.erb:1
|
995
|
-
#: ../app/views/job_invocations/index.html.erb:
|
1030
|
+
#: ../app/views/job_invocations/index.html.erb:9
|
996
1031
|
#: ../app/views/remote_execution_features/index.html.erb:8
|
997
1032
|
msgid "Description"
|
998
1033
|
msgstr ""
|
999
1034
|
|
1000
1035
|
#: ../app/views/job_invocations/_form.html.erb:23
|
1036
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:51
|
1001
1037
|
msgid "Job template"
|
1002
1038
|
msgstr ""
|
1003
1039
|
|
@@ -1070,9 +1106,10 @@ msgstr ""
|
|
1070
1106
|
|
1071
1107
|
#: ../app/views/job_invocations/_form.html.erb:98
|
1072
1108
|
msgid ""
|
1073
|
-
"
|
1074
|
-
" field. <br> Password is stored encrypted in DB until the job
|
1075
|
-
"
|
1109
|
+
"Effective user password is only applicable for SSH provider. Other providers i"
|
1110
|
+
"gnore this field. <br> Password is stored encrypted in DB until the job finish"
|
1111
|
+
"es. For future or recurring executions, it is removed after the last execution"
|
1112
|
+
"."
|
1076
1113
|
msgstr ""
|
1077
1114
|
|
1078
1115
|
#: ../app/views/job_invocations/_form.html.erb:102
|
@@ -1125,6 +1162,17 @@ msgid ""
|
|
1125
1162
|
" be rerun during execution."
|
1126
1163
|
msgstr ""
|
1127
1164
|
|
1165
|
+
#: ../app/views/job_invocations/_preview_hosts_list.html.erb:14
|
1166
|
+
msgid "...and %{count} more"
|
1167
|
+
msgid_plural "...and %{count} more"
|
1168
|
+
msgstr[0] ""
|
1169
|
+
msgstr[1] ""
|
1170
|
+
|
1171
|
+
#: ../app/views/job_invocations/_preview_hosts_list.html.erb:18
|
1172
|
+
#: ../webpack/react_app/components/TargetingHosts/TargetingHosts.js:31
|
1173
|
+
msgid "No hosts found."
|
1174
|
+
msgstr ""
|
1175
|
+
|
1128
1176
|
#: ../app/views/job_invocations/_preview_hosts_modal.html.erb:8
|
1129
1177
|
#: ../app/views/job_templates/_import_job_template_modal.html.erb:8
|
1130
1178
|
msgid "Close"
|
@@ -1139,34 +1187,12 @@ msgid "Current location %{loc_c} is different from job's location %{loc_j}."
|
|
1139
1187
|
msgstr ""
|
1140
1188
|
|
1141
1189
|
#: ../app/views/job_invocations/_tab_hosts.html.erb:6
|
1142
|
-
msgid "Filter"
|
1143
|
-
msgstr ""
|
1144
|
-
|
1145
|
-
#: ../app/views/job_invocations/_tab_hosts.html.erb:9
|
1146
|
-
msgid "Search"
|
1147
|
-
msgstr ""
|
1148
|
-
|
1149
|
-
#: ../app/views/job_invocations/_tab_hosts.html.erb:21
|
1150
|
-
msgid "Host"
|
1151
|
-
msgstr ""
|
1152
|
-
|
1153
|
-
#: ../app/views/job_invocations/_tab_hosts.html.erb:22
|
1154
|
-
#: ../app/views/job_invocations/index.html.erb:10
|
1155
|
-
msgid "Status"
|
1156
|
-
msgstr ""
|
1157
|
-
|
1158
|
-
#: ../app/views/job_invocations/_tab_hosts.html.erb:23
|
1159
|
-
#: ../app/views/job_templates/index.html.erb:15
|
1160
|
-
msgid "Actions"
|
1161
|
-
msgstr ""
|
1162
|
-
|
1163
|
-
#: ../app/views/job_invocations/_tab_hosts.html.erb:45
|
1164
1190
|
msgid ""
|
1165
1191
|
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which "
|
1166
1192
|
"it would resolve now can be seen %{here}."
|
1167
1193
|
msgstr ""
|
1168
1194
|
|
1169
|
-
#: ../app/views/job_invocations/_tab_hosts.html.erb:
|
1195
|
+
#: ../app/views/job_invocations/_tab_hosts.html.erb:8
|
1170
1196
|
msgid "here"
|
1171
1197
|
msgstr ""
|
1172
1198
|
|
@@ -1174,11 +1200,21 @@ msgstr ""
|
|
1174
1200
|
msgid "effective user"
|
1175
1201
|
msgstr ""
|
1176
1202
|
|
1177
|
-
#: ../app/views/job_invocations/_tab_overview.html.erb:
|
1178
|
-
#: ../app/views/job_invocations/index.html.erb:
|
1203
|
+
#: ../app/views/job_invocations/_tab_overview.html.erb:16
|
1204
|
+
#: ../app/views/job_invocations/index.html.erb:15
|
1179
1205
|
msgid "Total hosts"
|
1180
1206
|
msgstr ""
|
1181
1207
|
|
1208
|
+
#: ../app/views/job_invocations/_tab_overview.html.erb:20
|
1209
|
+
msgid "Hosts gone missing"
|
1210
|
+
msgstr ""
|
1211
|
+
|
1212
|
+
#: ../app/views/job_invocations/_tab_overview.html.erb:21
|
1213
|
+
msgid ""
|
1214
|
+
"This can happen if the host is removed or moved to another organization or loc"
|
1215
|
+
"ation after the job was started"
|
1216
|
+
msgstr ""
|
1217
|
+
|
1182
1218
|
#: ../app/views/job_invocations/_tab_preview_templates.html.erb:6
|
1183
1219
|
msgid "Providers and templates"
|
1184
1220
|
msgstr ""
|
@@ -1191,15 +1227,20 @@ msgstr ""
|
|
1191
1227
|
msgid "Value"
|
1192
1228
|
msgstr ""
|
1193
1229
|
|
1194
|
-
#: ../app/views/job_invocations/index.html.erb:
|
1230
|
+
#: ../app/views/job_invocations/index.html.erb:10
|
1195
1231
|
msgid "Search Query"
|
1196
1232
|
msgstr ""
|
1197
1233
|
|
1198
1234
|
#: ../app/views/job_invocations/index.html.erb:11
|
1235
|
+
#: ../webpack/react_app/components/TargetingHosts/TargetingHosts.js:42
|
1236
|
+
msgid "Status"
|
1237
|
+
msgstr ""
|
1238
|
+
|
1239
|
+
#: ../app/views/job_invocations/index.html.erb:12
|
1199
1240
|
msgid "Succeeded"
|
1200
1241
|
msgstr ""
|
1201
1242
|
|
1202
|
-
#: ../app/views/job_invocations/index.html.erb:
|
1243
|
+
#: ../app/views/job_invocations/index.html.erb:16
|
1203
1244
|
msgid "Start"
|
1204
1245
|
msgstr ""
|
1205
1246
|
|
@@ -1207,15 +1248,15 @@ msgstr ""
|
|
1207
1248
|
msgid "Job invocation"
|
1208
1249
|
msgstr ""
|
1209
1250
|
|
1210
|
-
#: ../app/views/job_invocations/show.html.erb:
|
1251
|
+
#: ../app/views/job_invocations/show.html.erb:17
|
1211
1252
|
msgid "Overview"
|
1212
1253
|
msgstr ""
|
1213
1254
|
|
1214
|
-
#: ../app/views/job_invocations/show.html.erb:
|
1255
|
+
#: ../app/views/job_invocations/show.html.erb:20
|
1215
1256
|
msgid "Preview templates"
|
1216
1257
|
msgstr ""
|
1217
1258
|
|
1218
|
-
#: ../app/views/job_invocations/show.html.erb:
|
1259
|
+
#: ../app/views/job_invocations/show.html.erb:23
|
1219
1260
|
msgid "Recurring logic"
|
1220
1261
|
msgstr ""
|
1221
1262
|
|
@@ -1303,6 +1344,11 @@ msgstr ""
|
|
1303
1344
|
msgid "JobTemplate|Locked"
|
1304
1345
|
msgstr ""
|
1305
1346
|
|
1347
|
+
#: ../app/views/job_templates/index.html.erb:15
|
1348
|
+
#: ../webpack/react_app/components/TargetingHosts/TargetingHosts.js:43
|
1349
|
+
msgid "Actions"
|
1350
|
+
msgstr ""
|
1351
|
+
|
1306
1352
|
#: ../app/views/job_templates/index.html.erb:25
|
1307
1353
|
msgid "This template is locked for editing."
|
1308
1354
|
msgstr ""
|
@@ -1337,7 +1383,7 @@ msgid ""
|
|
1337
1383
|
msgstr ""
|
1338
1384
|
|
1339
1385
|
#: ../app/views/remote_execution_features/index.html.erb:1
|
1340
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1386
|
+
#: ../lib/foreman_remote_execution/engine.rb:132
|
1341
1387
|
msgid "Remote Execution Features"
|
1342
1388
|
msgstr ""
|
1343
1389
|
|
@@ -1367,60 +1413,52 @@ msgid ""
|
|
1367
1413
|
"."
|
1368
1414
|
msgstr ""
|
1369
1415
|
|
1370
|
-
#: ../app/views/template_invocations/show.html.erb:
|
1416
|
+
#: ../app/views/template_invocations/show.html.erb:6
|
1371
1417
|
msgid "Template Invocation for %s"
|
1372
1418
|
msgstr ""
|
1373
1419
|
|
1374
|
-
#: ../app/views/template_invocations/show.html.erb:
|
1420
|
+
#: ../app/views/template_invocations/show.html.erb:21
|
1375
1421
|
msgid "Back to Job"
|
1376
1422
|
msgstr ""
|
1377
1423
|
|
1378
|
-
#: ../app/views/template_invocations/show.html.erb:
|
1424
|
+
#: ../app/views/template_invocations/show.html.erb:22
|
1379
1425
|
msgid "Toggle command"
|
1380
1426
|
msgstr ""
|
1381
1427
|
|
1382
|
-
#: ../app/views/template_invocations/show.html.erb:
|
1428
|
+
#: ../app/views/template_invocations/show.html.erb:23
|
1383
1429
|
msgid "Toggle STDERR"
|
1384
1430
|
msgstr ""
|
1385
1431
|
|
1386
|
-
#: ../app/views/template_invocations/show.html.erb:
|
1432
|
+
#: ../app/views/template_invocations/show.html.erb:24
|
1387
1433
|
msgid "Toggle STDOUT"
|
1388
1434
|
msgstr ""
|
1389
1435
|
|
1390
|
-
#: ../app/views/template_invocations/show.html.erb:
|
1436
|
+
#: ../app/views/template_invocations/show.html.erb:25
|
1391
1437
|
msgid "Toggle DEBUG"
|
1392
1438
|
msgstr ""
|
1393
1439
|
|
1394
|
-
#: ../app/views/template_invocations/show.html.erb:
|
1440
|
+
#: ../app/views/template_invocations/show.html.erb:30
|
1395
1441
|
msgid "Target: "
|
1396
1442
|
msgstr ""
|
1397
1443
|
|
1398
|
-
#: ../app/views/template_invocations/show.html.erb:
|
1444
|
+
#: ../app/views/template_invocations/show.html.erb:40
|
1399
1445
|
msgid "Scroll to bottom"
|
1400
1446
|
msgstr ""
|
1401
1447
|
|
1402
|
-
#: ../app/views/template_invocations/show.html.erb:
|
1448
|
+
#: ../app/views/template_invocations/show.html.erb:46
|
1403
1449
|
msgid "Scroll to top"
|
1404
1450
|
msgstr ""
|
1405
1451
|
|
1452
|
+
#: ../app/views/template_invocations/show.html.erb:54
|
1453
|
+
msgid "Could not display data for job invocation."
|
1454
|
+
msgstr ""
|
1455
|
+
|
1406
1456
|
#: ../app/views/templates/ssh/check_update.erb:5
|
1407
1457
|
#: ../app/views/templates/ssh/module_action.erb:5
|
1408
1458
|
#: ../app/views/templates/ssh/package_action.erb:5
|
1409
1459
|
msgid "Unsupported or no operating system found for this host."
|
1410
1460
|
msgstr ""
|
1411
1461
|
|
1412
|
-
#:
|
1413
|
-
#: ../db/migrate/20190111153330_remove_remote_execution_without_proxy_setting.rb:8
|
1414
|
-
msgid ""
|
1415
|
-
"When enabled, the remote execution will try to run the commands directly, when"
|
1416
|
-
" no proxy with remote execution feature is configured for the host."
|
1417
|
-
msgstr ""
|
1418
|
-
|
1419
|
-
#:
|
1420
|
-
#: ../db/migrate/20190111153330_remove_remote_execution_without_proxy_setting.rb:11
|
1421
|
-
msgid "Fallback Without Proxy"
|
1422
|
-
msgstr ""
|
1423
|
-
|
1424
1462
|
#: ../db/seeds.d/50-notification_blueprints.rb:5
|
1425
1463
|
msgid "A job '%{subject}' has finished successfully"
|
1426
1464
|
msgstr ""
|
@@ -1429,27 +1467,67 @@ msgstr ""
|
|
1429
1467
|
msgid "Job Details"
|
1430
1468
|
msgstr ""
|
1431
1469
|
|
1432
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1470
|
+
#: ../lib/foreman_remote_execution/engine.rb:127
|
1433
1471
|
msgid "Job templates"
|
1434
1472
|
msgstr ""
|
1435
1473
|
|
1436
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1474
|
+
#: ../lib/foreman_remote_execution/engine.rb:144
|
1475
|
+
msgid "Job wizard"
|
1476
|
+
msgstr ""
|
1477
|
+
|
1478
|
+
#: ../lib/foreman_remote_execution/engine.rb:240
|
1437
1479
|
msgid "Run Puppet Once"
|
1438
1480
|
msgstr ""
|
1439
1481
|
|
1440
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1482
|
+
#: ../lib/foreman_remote_execution/engine.rb:241
|
1441
1483
|
msgid "Perform a single Puppet run"
|
1442
1484
|
msgstr ""
|
1443
1485
|
|
1486
|
+
#: ../webpack/JobWizard/JobWizard.js:13
|
1487
|
+
msgid "Category and template"
|
1488
|
+
msgstr ""
|
1489
|
+
|
1490
|
+
#: ../webpack/JobWizard/JobWizard.js:29
|
1491
|
+
msgid "Advanced fields"
|
1492
|
+
msgstr ""
|
1493
|
+
|
1494
|
+
#: ../webpack/JobWizard/JobWizard.js:39
|
1495
|
+
msgid "Review details"
|
1496
|
+
msgstr ""
|
1497
|
+
|
1498
|
+
#: ../webpack/JobWizard/index.js:8
|
1499
|
+
msgid "Run job"
|
1500
|
+
msgstr ""
|
1501
|
+
|
1502
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:40
|
1503
|
+
msgid "Category And Template"
|
1504
|
+
msgstr ""
|
1505
|
+
|
1506
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:41
|
1507
|
+
msgid "All fields are required."
|
1508
|
+
msgstr ""
|
1509
|
+
|
1510
|
+
#: ../webpack/react_app/components/RegistrationExtension/RexInterface.js:12
|
1511
|
+
msgid "Remote Execution Interface"
|
1512
|
+
msgstr ""
|
1513
|
+
|
1514
|
+
#: ../webpack/react_app/components/TargetingHosts/TargetingHosts.js:41
|
1515
|
+
msgid "Host"
|
1516
|
+
msgstr ""
|
1517
|
+
|
1444
1518
|
#: action_names.rb:2
|
1445
|
-
msgid "
|
1519
|
+
msgid "Preupgrade job"
|
1446
1520
|
msgstr ""
|
1447
1521
|
|
1448
1522
|
#: action_names.rb:3
|
1449
|
-
msgid "
|
1523
|
+
msgid "Action with sub plans"
|
1450
1524
|
msgstr ""
|
1451
1525
|
|
1452
1526
|
#: action_names.rb:4
|
1527
|
+
msgid "Import facts"
|
1528
|
+
msgstr ""
|
1529
|
+
|
1530
|
+
#: action_names.rb:5
|
1453
1531
|
msgid "Import Puppet classes"
|
1454
1532
|
msgstr ""
|
1455
1533
|
|