foreman_remote_execution 1.2.2 → 1.3.0
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/README.md +11 -0
- data/app/assets/javascripts/template_invocation.js +6 -11
- data/app/controllers/api/v2/job_templates_controller.rb +1 -0
- data/app/controllers/concerns/foreman/controller/parameters/remote_execution_feature.rb +1 -1
- data/app/controllers/job_invocations_controller.rb +6 -2
- data/app/controllers/job_templates_controller.rb +0 -5
- data/app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb +18 -2
- data/app/helpers/concerns/foreman_remote_execution/job_templates_extensions.rb +1 -2
- data/app/helpers/remote_execution_helper.rb +42 -41
- data/app/lib/actions/remote_execution/run_host_job.rb +2 -15
- data/app/lib/actions/remote_execution/run_hosts_job.rb +17 -3
- data/app/models/concerns/foreman_remote_execution/host_extensions.rb +7 -6
- data/app/models/input_template_renderer.rb +1 -1
- data/app/models/job_invocation.rb +23 -5
- data/app/models/remote_execution_feature.rb +16 -3
- data/app/models/setting/remote_execution.rb +4 -1
- data/app/models/ssh_execution_provider.rb +33 -2
- data/app/models/targeting.rb +7 -3
- data/app/views/api/v2/remote_execution_features/base.json.rabl +1 -1
- data/app/views/job_invocations/_form.html.erb +1 -4
- data/app/views/job_invocations/_host_name_td.html.erb +2 -1
- data/app/views/job_invocations/index.html.erb +1 -1
- data/app/views/job_invocations/show.html.erb +1 -1
- data/app/views/job_templates/_custom_tabs.html.erb +1 -4
- data/app/views/overrides/nics/_execution_interface.html.erb +2 -3
- data/app/views/remote_execution_features/index.html.erb +1 -1
- data/db/migrate/20170110145641_add_host_action_button_to_remote_execution_feature.rb +5 -0
- data/foreman_remote_execution.gemspec +1 -1
- data/lib/foreman_remote_execution/engine.rb +3 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/action_names.rb +2 -5
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +13 -23
- data/locale/en/foreman_remote_execution.po +12 -22
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +12 -22
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +13 -23
- data/locale/foreman_remote_execution.pot +71 -80
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +13 -23
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +13 -23
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +13 -23
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +13 -23
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +13 -23
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +13 -23
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +13 -23
- data/test/benchmark/run_hosts_job_benchmark.rb +70 -0
- data/test/benchmark/targeting_benchmark.rb +31 -0
- data/test/factories/foreman_remote_execution_factories.rb +3 -0
- data/test/functional/api/v2/job_templates_controller_test.rb +1 -1
- data/test/unit/actions/run_hosts_job_test.rb +1 -0
- data/test/unit/concerns/host_extensions_test.rb +1 -4
- data/test/unit/job_invocation_test.rb +28 -1
- data/test/unit/remote_execution_feature_test.rb +40 -0
- data/test/unit/remote_execution_provider_test.rb +55 -1
- metadata +10 -7
- data/test/unit/actions/run_host_job_test.rb +0 -50
Binary file
|
@@ -98,7 +98,7 @@ msgstr ""
|
|
98
98
|
msgid "Control concurrency level and distribution over time"
|
99
99
|
msgstr ""
|
100
100
|
|
101
|
-
msgid "Could not use any proxy. Consider configuring %{global_proxy} or %{
|
101
|
+
msgid "Could not use any proxy. Consider configuring %{global_proxy}, %{fallback_proxy} or %{no_proxy} in settings"
|
102
102
|
msgstr ""
|
103
103
|
|
104
104
|
msgid "Could not use any template used in the job invocation"
|
@@ -119,9 +119,6 @@ msgstr ""
|
|
119
119
|
msgid "Create a template input"
|
120
120
|
msgstr ""
|
121
121
|
|
122
|
-
msgid "Create architecture"
|
123
|
-
msgstr ""
|
124
|
-
|
125
122
|
msgid "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user."
|
126
123
|
msgstr ""
|
127
124
|
|
@@ -137,9 +134,6 @@ msgstr ""
|
|
137
134
|
msgid "Delete a template input"
|
138
135
|
msgstr ""
|
139
136
|
|
140
|
-
msgid "Delete architecture"
|
141
|
-
msgstr ""
|
142
|
-
|
143
137
|
msgid "Description"
|
144
138
|
msgstr "Description"
|
145
139
|
|
@@ -212,9 +206,6 @@ msgstr ""
|
|
212
206
|
msgid "Failed rendering template: %s"
|
213
207
|
msgstr ""
|
214
208
|
|
215
|
-
msgid "Failed to initialize command"
|
216
|
-
msgstr "Failed to initialise command"
|
217
|
-
|
218
209
|
msgid "Feature input %{input_name} not defined in template %{template_name}"
|
219
210
|
msgstr ""
|
220
211
|
|
@@ -263,9 +254,6 @@ msgstr ""
|
|
263
254
|
msgid "Indicates that the action should be cancelled if it cannot be started before this time."
|
264
255
|
msgstr ""
|
265
256
|
|
266
|
-
msgid "Initialization error: %s"
|
267
|
-
msgstr "Initialisation error: %s"
|
268
|
-
|
269
257
|
msgid "Input"
|
270
258
|
msgstr ""
|
271
259
|
|
@@ -392,9 +380,6 @@ msgstr ""
|
|
392
380
|
msgid "No hosts found."
|
393
381
|
msgstr ""
|
394
382
|
|
395
|
-
msgid "No output"
|
396
|
-
msgstr ""
|
397
|
-
|
398
383
|
msgid "No template mapped to feature %{feature_name}"
|
399
384
|
msgstr ""
|
400
385
|
|
@@ -419,6 +404,12 @@ msgstr ""
|
|
419
404
|
msgid "Perform no more executions after this time"
|
420
405
|
msgstr ""
|
421
406
|
|
407
|
+
msgid "Playbook execution failed"
|
408
|
+
msgstr ""
|
409
|
+
|
410
|
+
msgid "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port."
|
411
|
+
msgstr ""
|
412
|
+
|
422
413
|
msgid "Preview"
|
423
414
|
msgstr ""
|
424
415
|
|
@@ -512,9 +503,6 @@ msgstr ""
|
|
512
503
|
msgid "Schedule the job to start at a later time"
|
513
504
|
msgstr ""
|
514
505
|
|
515
|
-
msgid "Script execution failed"
|
516
|
-
msgstr ""
|
517
|
-
|
518
506
|
msgid "Scroll to bottom"
|
519
507
|
msgstr ""
|
520
508
|
|
@@ -700,9 +688,6 @@ msgstr ""
|
|
700
688
|
msgid "Update a template input"
|
701
689
|
msgstr ""
|
702
690
|
|
703
|
-
msgid "Update architecture"
|
704
|
-
msgstr ""
|
705
|
-
|
706
691
|
msgid "Use default description template"
|
707
692
|
msgstr ""
|
708
693
|
|
@@ -736,6 +721,11 @@ msgstr ""
|
|
736
721
|
msgid "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting."
|
737
722
|
msgstr ""
|
738
723
|
|
724
|
+
msgid ""
|
725
|
+
"When enabled, the remote execution will try to run the commands directly, when no\n"
|
726
|
+
" proxy with remote execution feature is configured for the host."
|
727
|
+
msgstr ""
|
728
|
+
|
739
729
|
msgid "Whether it should be allowed to override the effective user from the invocation form."
|
740
730
|
msgstr ""
|
741
731
|
|
Binary file
|
@@ -97,8 +97,8 @@ msgstr "Nivel de concurrencia"
|
|
97
97
|
msgid "Control concurrency level and distribution over time"
|
98
98
|
msgstr "Controlar el nivel de concurrencia y la distribución en el tiempo"
|
99
99
|
|
100
|
-
msgid "Could not use any proxy. Consider configuring %{global_proxy} or %{
|
101
|
-
msgstr "
|
100
|
+
msgid "Could not use any proxy. Consider configuring %{global_proxy}, %{fallback_proxy} or %{no_proxy} in settings"
|
101
|
+
msgstr ""
|
102
102
|
|
103
103
|
msgid "Could not use any template used in the job invocation"
|
104
104
|
msgstr "No se pudo utilizar ninguna plantilla utilizada en la invocación de trabajo."
|
@@ -118,9 +118,6 @@ msgstr "Crear un trabajo recurrente"
|
|
118
118
|
msgid "Create a template input"
|
119
119
|
msgstr "Crear una entrada de la plantilla"
|
120
120
|
|
121
|
-
msgid "Create architecture"
|
122
|
-
msgstr "Crear una arquitectura"
|
123
|
-
|
124
121
|
msgid "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user."
|
125
122
|
msgstr "Usuario predeterminado que se debe utilizar para SSH. Puede sustituir por host al establecer un parámetro llamado remote_execution_ssh_user."
|
126
123
|
|
@@ -136,9 +133,6 @@ msgstr "Eliminar una plantilla de trabajo"
|
|
136
133
|
msgid "Delete a template input"
|
137
134
|
msgstr "Eliminar una entrada de la plantilla"
|
138
135
|
|
139
|
-
msgid "Delete architecture"
|
140
|
-
msgstr "Borrar una arquitectura"
|
141
|
-
|
142
136
|
msgid "Description"
|
143
137
|
msgstr "Descripción"
|
144
138
|
|
@@ -211,9 +205,6 @@ msgstr "Errores"
|
|
211
205
|
msgid "Failed rendering template: %s"
|
212
206
|
msgstr "Falló la reproducción de la plantilla: %s."
|
213
207
|
|
214
|
-
msgid "Failed to initialize command"
|
215
|
-
msgstr "No se pudo inicializar el comando."
|
216
|
-
|
217
208
|
msgid "Feature input %{input_name} not defined in template %{template_name}"
|
218
209
|
msgstr "Entrada de funcionalidad %{input_name} no definida en la plantilla %{template_name}"
|
219
210
|
|
@@ -262,9 +253,6 @@ msgstr ""
|
|
262
253
|
msgid "Indicates that the action should be cancelled if it cannot be started before this time."
|
263
254
|
msgstr "Indica que la acción se debe cancelar si no se puede iniciar antes de este momento."
|
264
255
|
|
265
|
-
msgid "Initialization error: %s"
|
266
|
-
msgstr "Error de inicialización: %s"
|
267
|
-
|
268
256
|
msgid "Input"
|
269
257
|
msgstr "Entrada"
|
270
258
|
|
@@ -391,9 +379,6 @@ msgstr "Aún no finalizó ninguna ejecución."
|
|
391
379
|
msgid "No hosts found."
|
392
380
|
msgstr "No se encontraron hosts."
|
393
381
|
|
394
|
-
msgid "No output"
|
395
|
-
msgstr "Sin salida"
|
396
|
-
|
397
382
|
msgid "No template mapped to feature %{feature_name}"
|
398
383
|
msgstr "No hay ninguna plantilla mapeada a la funcionalidad %{feature_name}."
|
399
384
|
|
@@ -418,6 +403,12 @@ msgstr "pendiente"
|
|
418
403
|
msgid "Perform no more executions after this time"
|
419
404
|
msgstr "No ejecutar más después de esta cantidad de veces"
|
420
405
|
|
406
|
+
msgid "Playbook execution failed"
|
407
|
+
msgstr ""
|
408
|
+
|
409
|
+
msgid "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port."
|
410
|
+
msgstr ""
|
411
|
+
|
421
412
|
msgid "Preview"
|
422
413
|
msgstr "Vista previa"
|
423
414
|
|
@@ -511,9 +502,6 @@ msgstr "Programar el trabajo para el futuro"
|
|
511
502
|
msgid "Schedule the job to start at a later time"
|
512
503
|
msgstr "Programar el trabajo para que comience más tarde"
|
513
504
|
|
514
|
-
msgid "Script execution failed"
|
515
|
-
msgstr "Falló la ejecución del script."
|
516
|
-
|
517
505
|
msgid "Scroll to bottom"
|
518
506
|
msgstr "Desplazarse hasta el final"
|
519
507
|
|
@@ -699,9 +687,6 @@ msgstr "Actualizar una plantilla de trabajo"
|
|
699
687
|
msgid "Update a template input"
|
700
688
|
msgstr "Actualizar una entrada de la plantilla"
|
701
689
|
|
702
|
-
msgid "Update architecture"
|
703
|
-
msgstr "Actualizar una arquitectura"
|
704
|
-
|
705
690
|
msgid "Use default description template"
|
706
691
|
msgstr "Utilizar plantilla de descripción predeterminada"
|
707
692
|
|
@@ -735,6 +720,11 @@ msgstr "El usuario que se debe utilizar para ejecutar el script (con mecanismos
|
|
735
720
|
msgid "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting."
|
736
721
|
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."
|
737
722
|
|
723
|
+
msgid ""
|
724
|
+
"When enabled, the remote execution will try to run the commands directly, when no\n"
|
725
|
+
" proxy with remote execution feature is configured for the host."
|
726
|
+
msgstr ""
|
727
|
+
|
738
728
|
msgid "Whether it should be allowed to override the effective user from the invocation form."
|
739
729
|
msgstr "Si debe tener permiso para sustituir el usuario efectivo del formulario de invocación."
|
740
730
|
|
@@ -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: 2016-
|
12
|
-
"PO-Revision-Date: 2016-
|
11
|
+
"POT-Creation-Date: 2016-12-07 19:10+0100\n"
|
12
|
+
"PO-Revision-Date: 2016-12-07 19:10+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -428,7 +428,7 @@ msgid "Rerun on %s"
|
|
428
428
|
msgstr ""
|
429
429
|
|
430
430
|
#: ../app/helpers/remote_execution_helper.rb:93
|
431
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
431
|
+
#: ../app/helpers/remote_execution_helper.rb:205
|
432
432
|
#: ../app/models/job_invocation.rb:131
|
433
433
|
msgid "N/A"
|
434
434
|
msgstr ""
|
@@ -487,109 +487,98 @@ msgstr ""
|
|
487
487
|
msgid "Try to cancel the job on a host"
|
488
488
|
msgstr ""
|
489
489
|
|
490
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
491
|
-
msgid "
|
490
|
+
#: ../app/helpers/remote_execution_helper.rb:207
|
491
|
+
msgid "%s ago"
|
492
492
|
msgstr ""
|
493
493
|
|
494
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
495
|
-
msgid "%s
|
494
|
+
#: ../app/helpers/remote_execution_helper.rb:207
|
495
|
+
msgid "in %s"
|
496
496
|
msgstr ""
|
497
497
|
|
498
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
498
|
+
#: ../app/helpers/remote_execution_helper.rb:219
|
499
499
|
msgid "Template input"
|
500
500
|
msgstr ""
|
501
501
|
|
502
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
502
|
+
#: ../app/helpers/remote_execution_helper.rb:220
|
503
503
|
msgid "remove template input"
|
504
504
|
msgstr ""
|
505
505
|
|
506
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
506
|
+
#: ../app/helpers/remote_execution_helper.rb:232
|
507
507
|
msgid "Use default description template"
|
508
508
|
msgstr ""
|
509
509
|
|
510
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
510
|
+
#: ../app/helpers/remote_execution_helper.rb:237
|
511
511
|
msgid "Description template"
|
512
512
|
msgstr ""
|
513
513
|
|
514
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
514
|
+
#: ../app/helpers/remote_execution_helper.rb:243
|
515
515
|
#: ../app/views/job_invocations/_form.html.erb:101
|
516
516
|
#: ../app/views/job_templates/_custom_tabs.html.erb:14
|
517
517
|
msgid "Explanation"
|
518
518
|
msgstr ""
|
519
519
|
|
520
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
520
|
+
#: ../app/helpers/remote_execution_helper.rb:244
|
521
521
|
msgid ""
|
522
522
|
"This template is used to generate the description Input values can be used usi"
|
523
523
|
"ng the syntax %{package}. You may also include the job category and template n"
|
524
524
|
"ame using %{job_category} and %{template_name}."
|
525
525
|
msgstr ""
|
526
526
|
|
527
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
527
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:26
|
528
528
|
msgid "Could not use any template used in the job invocation"
|
529
529
|
msgstr ""
|
530
530
|
|
531
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
531
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:33
|
532
532
|
msgid "The only applicable proxy %{proxy_names} is down"
|
533
533
|
msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
|
534
534
|
msgstr[0] ""
|
535
535
|
msgstr[1] ""
|
536
536
|
|
537
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
537
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:41
|
538
538
|
msgid ""
|
539
|
-
"Could not use any proxy. Consider configuring %{global_proxy}
|
540
|
-
"
|
539
|
+
"Could not use any proxy. Consider configuring %{global_proxy}, %{fallback_prox"
|
540
|
+
"y} or %{no_proxy} in settings"
|
541
541
|
msgstr ""
|
542
542
|
|
543
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
543
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:47
|
544
544
|
msgid "Failed rendering template: %s"
|
545
545
|
msgstr ""
|
546
546
|
|
547
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
548
|
-
|
547
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:61
|
548
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:81
|
549
|
+
msgid "Playbook execution failed"
|
549
550
|
msgstr ""
|
550
551
|
|
551
552
|
#: ../app/lib/actions/remote_execution/run_host_job.rb:71
|
552
553
|
msgid "%{description} on %{host}"
|
553
554
|
msgstr ""
|
554
555
|
|
555
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:76 action_names.rb:
|
556
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:76 action_names.rb:5
|
556
557
|
msgid "Remote action:"
|
557
558
|
msgstr ""
|
558
559
|
|
559
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
560
|
-
msgid "
|
561
|
-
msgstr ""
|
562
|
-
|
563
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:96
|
564
|
-
msgid "User can not execute this job template"
|
565
|
-
msgstr ""
|
566
|
-
|
567
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:101
|
568
|
-
msgid "User can not execute this job template on %s"
|
569
|
-
msgstr ""
|
570
|
-
|
571
|
-
#: ../app/lib/actions/remote_execution/run_proxy_command.rb:24
|
572
|
-
msgid "Script execution failed"
|
560
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:104
|
561
|
+
msgid "Exit status: %s"
|
573
562
|
msgstr ""
|
574
563
|
|
575
|
-
#: ../app/lib/actions/remote_execution/
|
576
|
-
msgid "
|
564
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:106
|
565
|
+
msgid "Job finished with error"
|
577
566
|
msgstr ""
|
578
567
|
|
579
|
-
#: ../app/lib/actions/remote_execution/
|
568
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:109
|
580
569
|
msgid "Error loading data from proxy"
|
581
570
|
msgstr ""
|
582
571
|
|
583
|
-
#: ../app/lib/actions/remote_execution/
|
584
|
-
msgid "
|
572
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:145
|
573
|
+
msgid "User can not execute job on host %s"
|
585
574
|
msgstr ""
|
586
575
|
|
587
|
-
#: ../app/lib/actions/remote_execution/
|
588
|
-
msgid "
|
576
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:146
|
577
|
+
msgid "User can not execute this job template"
|
589
578
|
msgstr ""
|
590
579
|
|
591
|
-
#: ../app/lib/actions/remote_execution/
|
592
|
-
msgid "
|
580
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:151
|
581
|
+
msgid "User can not execute this job template on %s"
|
593
582
|
msgstr ""
|
594
583
|
|
595
584
|
#: ../app/lib/proxy_api/remote_execution_ssh.rb:11
|
@@ -705,38 +694,52 @@ msgstr ""
|
|
705
694
|
|
706
695
|
#: ../app/models/setting/remote_execution.rb:18
|
707
696
|
msgid ""
|
697
|
+
"When enabled, the remote execution will try to run the commands directly, when"
|
698
|
+
" no\n"
|
699
|
+
" proxy with remote execution feature is configured for the"
|
700
|
+
" host."
|
701
|
+
msgstr ""
|
702
|
+
|
703
|
+
#: ../app/models/setting/remote_execution.rb:22
|
704
|
+
msgid ""
|
708
705
|
"Default user to use for SSH. You may override per host by setting a parameter"
|
709
706
|
" called remote_execution_ssh_user."
|
710
707
|
msgstr ""
|
711
708
|
|
712
|
-
#: ../app/models/setting/remote_execution.rb:
|
709
|
+
#: ../app/models/setting/remote_execution.rb:25
|
713
710
|
msgid ""
|
714
711
|
"Default user to use for executing the script. If the user differs from the SSH"
|
715
712
|
" user, su or sudo is used to switch the user."
|
716
713
|
msgstr ""
|
717
714
|
|
718
|
-
#: ../app/models/setting/remote_execution.rb:
|
715
|
+
#: ../app/models/setting/remote_execution.rb:28
|
719
716
|
msgid "What command should be used to switch to the effective user. One of %s"
|
720
717
|
msgstr ""
|
721
718
|
|
722
|
-
#: ../app/models/setting/remote_execution.rb:
|
719
|
+
#: ../app/models/setting/remote_execution.rb:34
|
723
720
|
msgid "Whether we should sync templates from disk when running db:seed."
|
724
721
|
msgstr ""
|
725
722
|
|
726
|
-
#: ../app/models/
|
723
|
+
#: ../app/models/setting/remote_execution.rb:37
|
724
|
+
msgid ""
|
725
|
+
"Port to use for SSH communication. Default port 22. You may override per host "
|
726
|
+
"by setting a parameter called remote_execution_ssh_port."
|
727
|
+
msgstr ""
|
728
|
+
|
729
|
+
#: ../app/models/ssh_execution_provider.rb:14
|
727
730
|
msgid "SSH"
|
728
731
|
msgstr ""
|
729
732
|
|
730
|
-
#: ../app/models/ssh_execution_provider.rb:
|
733
|
+
#: ../app/models/ssh_execution_provider.rb:38
|
731
734
|
msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}"
|
732
735
|
msgstr ""
|
733
736
|
|
734
737
|
#: ../app/models/targeting.rb:5
|
735
|
-
msgid "
|
738
|
+
msgid "Dynamic Query"
|
736
739
|
msgstr ""
|
737
740
|
|
738
741
|
#: ../app/models/targeting.rb:5
|
739
|
-
msgid "
|
742
|
+
msgid "Static Query"
|
740
743
|
msgstr ""
|
741
744
|
|
742
745
|
#: ../app/models/targeting.rb:35
|
@@ -752,7 +755,7 @@ msgid "Must select a bookmark or enter a search query"
|
|
752
755
|
msgstr ""
|
753
756
|
|
754
757
|
#: ../app/models/template_input.rb:9
|
755
|
-
msgid "
|
758
|
+
msgid "Variable"
|
756
759
|
msgstr ""
|
757
760
|
|
758
761
|
#: ../app/models/template_input.rb:9
|
@@ -760,7 +763,7 @@ msgid "Fact value"
|
|
760
763
|
msgstr ""
|
761
764
|
|
762
765
|
#: ../app/models/template_input.rb:9
|
763
|
-
msgid "
|
766
|
+
msgid "User input"
|
764
767
|
msgstr ""
|
765
768
|
|
766
769
|
#: ../app/models/template_input.rb:10
|
@@ -826,11 +829,11 @@ msgid "Concurrency level"
|
|
826
829
|
msgstr ""
|
827
830
|
|
828
831
|
#: ../app/views/job_invocations/_form.html.erb:90
|
829
|
-
msgid "
|
832
|
+
msgid "Distribute execution over N seconds"
|
830
833
|
msgstr ""
|
831
834
|
|
832
835
|
#: ../app/views/job_invocations/_form.html.erb:90
|
833
|
-
msgid "
|
836
|
+
msgid "Time span"
|
834
837
|
msgstr ""
|
835
838
|
|
836
839
|
#: ../app/views/job_invocations/_form.html.erb:94
|
@@ -968,11 +971,11 @@ msgid "Type"
|
|
968
971
|
msgstr ""
|
969
972
|
|
970
973
|
#: ../app/views/job_templates/_custom_tabs.html.erb:28
|
971
|
-
msgid "
|
974
|
+
msgid "add a input for this template"
|
972
975
|
msgstr ""
|
973
976
|
|
974
977
|
#: ../app/views/job_templates/_custom_tabs.html.erb:28
|
975
|
-
msgid "
|
978
|
+
msgid "Add Input"
|
976
979
|
msgstr ""
|
977
980
|
|
978
981
|
#: ../app/views/job_templates/_custom_tabs.html.erb:35
|
@@ -1046,10 +1049,6 @@ msgstr ""
|
|
1046
1049
|
msgid "Remote Execution"
|
1047
1050
|
msgstr ""
|
1048
1051
|
|
1049
|
-
#: ../app/views/overrides/subnets/_rex_tab_pane.html.erb:3
|
1050
|
-
msgid "Proxies"
|
1051
|
-
msgstr ""
|
1052
|
-
|
1053
1052
|
#: ../app/views/overrides/subnets/_rex_tab_pane.html.erb:3
|
1054
1053
|
msgid ""
|
1055
1054
|
"Select as many remote execution proxies as applicable for this subnet. When m"
|
@@ -1057,6 +1056,10 @@ msgid ""
|
|
1057
1056
|
"d among them."
|
1058
1057
|
msgstr ""
|
1059
1058
|
|
1059
|
+
#: ../app/views/overrides/subnets/_rex_tab_pane.html.erb:3
|
1060
|
+
msgid "Proxies"
|
1061
|
+
msgstr ""
|
1062
|
+
|
1060
1063
|
#: ../app/views/remote_execution_features/_form.html.erb:18
|
1061
1064
|
msgid ""
|
1062
1065
|
"You are not allowed to see the currently assigned template. Saving the form no"
|
@@ -1064,7 +1067,7 @@ msgid ""
|
|
1064
1067
|
msgstr ""
|
1065
1068
|
|
1066
1069
|
#: ../app/views/remote_execution_features/index.html.erb:1
|
1067
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1070
|
+
#: ../lib/foreman_remote_execution/engine.rb:95
|
1068
1071
|
msgid "Remote Execution Features"
|
1069
1072
|
msgstr ""
|
1070
1073
|
|
@@ -1140,36 +1143,24 @@ msgstr ""
|
|
1140
1143
|
msgid "Unsupported or no operating system found for this host."
|
1141
1144
|
msgstr ""
|
1142
1145
|
|
1143
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1146
|
+
#: ../lib/foreman_remote_execution/engine.rb:90
|
1144
1147
|
msgid "Job templates"
|
1145
1148
|
msgstr ""
|
1146
1149
|
|
1147
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
1150
|
+
#: ../lib/foreman_remote_execution/engine.rb:101
|
1148
1151
|
msgid "Jobs"
|
1149
1152
|
msgstr ""
|
1150
1153
|
|
1151
1154
|
#: action_names.rb:2
|
1152
|
-
msgid "
|
1155
|
+
msgid "Import Puppet classes"
|
1153
1156
|
msgstr ""
|
1154
1157
|
|
1155
1158
|
#: action_names.rb:3
|
1156
|
-
msgid "Create architecture"
|
1157
|
-
msgstr ""
|
1158
|
-
|
1159
|
-
#: action_names.rb:4
|
1160
|
-
msgid "Delete architecture"
|
1161
|
-
msgstr ""
|
1162
|
-
|
1163
|
-
#: action_names.rb:5
|
1164
|
-
msgid "Update architecture"
|
1165
|
-
msgstr ""
|
1166
|
-
|
1167
|
-
#: action_names.rb:6
|
1168
1159
|
msgid "Import facts"
|
1169
1160
|
msgstr ""
|
1170
1161
|
|
1171
|
-
#: action_names.rb:
|
1172
|
-
msgid "
|
1162
|
+
#: action_names.rb:4
|
1163
|
+
msgid "Action with sub plans"
|
1173
1164
|
msgstr ""
|
1174
1165
|
|
1175
1166
|
#: gemspec.rb:2
|