foreman_remote_execution 11.1.0 → 12.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.packit.yaml +1 -1
  3. data/.rubocop.yml +1 -1
  4. data/.rubocop_todo.yml +0 -8
  5. data/.tx/config +2 -2
  6. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1587 -1
  7. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1578 -1
  8. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +1587 -1
  9. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1588 -1
  10. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1589 -1
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1585 -1
  12. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1587 -0
  13. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +1586 -1
  14. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1588 -1
  15. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +1589 -1
  16. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1585 -1
  17. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +1587 -1
  18. data/app/helpers/remote_execution_helper.rb +5 -0
  19. data/app/lib/actions/remote_execution/event_helpers.rb +42 -0
  20. data/app/lib/actions/remote_execution/run_host_job.rb +3 -16
  21. data/app/lib/actions/remote_execution/run_hosts_job.rb +7 -5
  22. data/app/models/concerns/api/v2/hosts_controller_extensions.rb +12 -0
  23. data/app/views/api/v2/job_invocations/base.json.rabl +14 -0
  24. data/app/views/templates/script/convert2rhel_analyze.erb +1 -6
  25. data/config/routes.rb +2 -0
  26. data/db/migrate/20151215114631_add_host_id_to_template_invocation.rb +1 -1
  27. data/db/migrate/20151217092555_migrate_to_task_groups.rb +1 -1
  28. data/db/migrate/20160113162007_expand_all_template_invocations.rb +2 -2
  29. data/db/migrate/20160114125628_rename_job_name_to_job_category.rb +2 -2
  30. data/db/migrate/20200623073022_rename_sudo_password_to_effective_user_password.rb +2 -2
  31. data/db/migrate/20220321101835_rename_ssh_provider_to_script.rb +1 -1
  32. data/extra/cockpit/foreman-cockpit-session +1 -1
  33. data/foreman_remote_execution.gemspec +3 -1
  34. data/lib/foreman_remote_execution/engine.rb +12 -3
  35. data/lib/foreman_remote_execution/version.rb +1 -1
  36. data/locale/Makefile +3 -4
  37. data/locale/action_names.rb +0 -3
  38. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  39. data/locale/de/foreman_remote_execution.po +71 -23
  40. data/locale/en/foreman_remote_execution.po +71 -23
  41. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  42. data/locale/en_GB/foreman_remote_execution.po +71 -23
  43. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  44. data/locale/es/foreman_remote_execution.po +72 -24
  45. data/locale/foreman_remote_execution.pot +239 -176
  46. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  47. data/locale/fr/foreman_remote_execution.po +72 -24
  48. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  49. data/locale/ja/foreman_remote_execution.po +72 -24
  50. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  51. data/locale/ka/foreman_remote_execution.po +1576 -0
  52. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  53. data/locale/ko/foreman_remote_execution.po +71 -23
  54. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  55. data/locale/pt_BR/foreman_remote_execution.po +72 -24
  56. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  57. data/locale/ru/foreman_remote_execution.po +71 -23
  58. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  59. data/locale/zh_CN/foreman_remote_execution.po +72 -24
  60. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  61. data/locale/zh_TW/foreman_remote_execution.po +71 -23
  62. data/test/unit/actions/run_hosts_job_test.rb +1 -1
  63. data/test/unit/api_params_test.rb +2 -10
  64. data/webpack/JobInvocationDetail/JobInvocationActions.js +22 -0
  65. data/webpack/JobInvocationDetail/JobInvocationConstants.js +7 -0
  66. data/webpack/JobInvocationDetail/JobInvocationOverview.js +104 -0
  67. data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
  68. data/webpack/JobInvocationDetail/index.js +77 -0
  69. data/webpack/JobWizard/JobWizardPageRerun.js +10 -25
  70. data/webpack/JobWizard/index.js +9 -18
  71. data/webpack/JobWizard/steps/HostsAndInputs/hostgroups.gql +1 -1
  72. data/webpack/Routes/routes.js +6 -0
  73. data/webpack/react_app/components/FeaturesDropdown/actions.js +4 -2
  74. data/webpack/react_app/components/FeaturesDropdown/constants.js +5 -0
  75. data/webpack/react_app/components/FeaturesDropdown/index.js +53 -14
  76. data/webpack/react_app/components/FeaturesDropdown/index.scss +11 -0
  77. data/webpack/react_app/extend/Fills.js +6 -0
  78. metadata +24 -10
  79. data/webpack/react_app/components/FeaturesDropdown/constant.js +0 -3
  80. /data/test/graphql/mutations/job_invocations/{create.rb → create_test.rb} +0 -0
  81. /data/test/unit/{renderer_scope_input.rb → renderer_scope_input_test.rb} +0 -0
@@ -1 +1,1587 @@
1
- locales['foreman_remote_execution'] = locales['foreman_remote_execution'] || {}; locales['foreman_remote_execution']['en_GB'] = {"domain":"foreman_remote_execution","locale_data":{"foreman_remote_execution":{"":{"Project-Id-Version":"foreman_remote_execution 9.0.1","Report-Msgid-Bugs-To":"","PO-Revision-Date":"2016-02-15 13:54+0000","Last-Translator":"0868a4d1af5275b3f70b0a6dac4c99a4, 2016","Language-Team":"English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Language":"en_GB","Plural-Forms":"nplurals=2; plural=(n != 1);","lang":"en_GB","domain":"foreman_remote_execution","plural_forms":"nplurals=2; plural=(n != 1);"},"Another interface is already set as execution. Are you sure you want to use this one instead?":[""],"There was an error while updating the status, try refreshing the page.":[""],"List foreign input sets":[""],"Show foreign input set details":[""],"Target template ID":[""],"Include all inputs from the foreign template":[""],"A comma separated list of input names to be included from the foreign template.":[""],"Input set description":[""],"Create a foreign input set":[""],"Delete a foreign input set":[""],"Update a foreign input set":[""],"List job invocations":[""],"Show job invocation":[""],"Show Job status for the hosts":[""],"The job template to use, parameter is required unless feature was specified":[""],"Invocation type, one of %s":[""],"Execute the jobs on hosts in randomized order":[""],"Inputs to use":[""],"SSH provider specific options":[""],"What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.":[""],"Set password for effective user (using sudo-like mechanisms)":[""],"Set SSH user":[""],"Set SSH password":[""],"Set SSH key passphrase":[""],"Create a recurring job":[""],"How often the job should occur, in the cron format":[""],"Repeat a maximum of N times":[""],"Perform no more executions after this time":[""],"Designation of a special purpose":[""],"Schedule the job to start at a later time":[""],"Schedule the job for a future time":[""],"Indicates that the action should be cancelled if it cannot be started before this time.":[""],"Control concurrency level and distribution over time":[""],"Distribute tasks over N seconds":[""],"Run at most N tasks at a time":[""],"Override the description format from the template for this invocation only":[""],"Override the timeout interval from the template for this invocation only":[""],"Remote execution feature label that should be triggered, job template assigned to this feature will be used":[""],"Override the global time to pickup interval for this invocation only":[""],"Create a job invocation":[""],"Get output for a host":[""],"Get raw output for a host":[""],"Cancel job invocation":[""],"The job could not be cancelled.":[""],"Rerun job on failed hosts":[""],"Could not rerun job %{id} because its template could not be found":[""],"Get outputs of hosts in a job":[""],"Host with id '%{id}' was not found":[""],"Only one of feature or job_template_id can be specified":[""],"List job templates":[""],"List job templates per location":[""],"List job templates per organization":["List job templates per organisation"],"Import a job template from ERB":[""],"Template ERB":[""],"Overwrite template if it already exists":[""],"Export a job template to ERB":[""],"Show job template details":[""],"Template name":[""],"Job category":[""],"This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.":[""],"Provider type":[""],"Whether or not the template is locked for editing":[""],"Effective user options":[""],"What user should be used to run the script (using sudo-like mechanisms)":[""],"Whether it should be allowed to override the effective user from the invocation form.":[""],"Whether the current user login should be used as the effective user":[""],"Create a job template":[""],"Update a job template":[""],"Template version":[""],"Delete a job template":[""],"Clone a provision template":[""],"List remote execution features":[""],"Show remote execution feature":[""],"Job template ID to be used for the feature":[""],"List template invocations belonging to job invocation":[""],"Identifier of the Host interface for Remote execution":[""],"Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host":[""],"List of proxy IDs to be used for remote execution":[""],"Trying to abort the job":[""],"Trying to cancel the job":[""],"The job cannot be aborted at the moment.":[""],"The job cannot be cancelled at the moment.":[""],"Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.":[""],"Job template imported successfully.":[""],"Unable to save template. Correct highlighted errors":[""],"Run":[""],"Schedule Remote Job":[""],"Jobs":[""],"Job invocations":[""],"%s":[""],"Web Console":[""],"Success":["Success"],"Failed":[""],"Pending":[""],"Cancelled":[""],"queued to start executing in %{time}":[""],"queued":[""],"running %{percent}%%":[""],"succeeded":[""],"cancelled":[""],"failed":[""],"unknown status":[""],"Any Organization":["Any Organisation"],"Any Location":[""],"error":[""],"Host detail":[""],"Rerun on %s":[""],"Host task":[""],"N/A":["N/A"],"Run Job":[""],"Create Report":[""],"Create report for this job":[""],"Rerun":[""],"Rerun the job":[""],"Rerun failed":[""],"Rerun on failed hosts":[""],"Job Task":[""],"See the last task details":[""],"Cancel Job":[""],"Try to cancel the job":[""],"Abort Job":[""],"Try to abort the job without waiting for the results from the remote hosts":[""],"Task Details":[""],"See the task details":[""],"Try to cancel the job on a host":[""],"Try to abort the job on a host without waiting for its result":[""],"Could not render the preview because no host matches the search query.":[""],"in %s":[""],"%s ago":["%s ago"],"Use default description template":[""],"Description template":[""],"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.":[""],"Could not use any template used in the job invocation":[""],"Failed rendering template: %s":[""],"Task cancelled":[""],"Job execution failed":[""],"%{description} on %{host}":[""],"Remote action:":["Remote action:"],"Job cancelled by user":[""],"Exit status: %s":[""],"Job finished with error":[""],"Error loading data from proxy":[""],"User can not execute job on host %s":[""],"User can not execute this job template":[""],"User can not execute job on infrastructure host %s":[""],"User can not execute this job template on %s":[""],"The only applicable proxy %{proxy_names} is down":["",""],"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings":[""],"REX job has succeeded - %s":[""],"REX job has failed - %s":[""],"included template '%s' not found":[""],"input macro with name '%s' used, but no input with such name defined for this template":[""],"Unable to fetch public key":[""],"Unable to remove host from known hosts":[""],"REX job has finished - %s":[""],"Should this interface be used for remote execution?":[""],"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.":[""],"host already has an execution interface":[""],"This template is locked. Please clone it to a new template to customize.":["This template is locked. Please clone it to a new template to customise."],"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}":[""],"Execution":[""],"Last execution succeeded":[""],"No execution finished yet":[""],"Last execution cancelled":[""],"Last execution failed":[""],"Unknown execution status":[""],"Recursive rendering of templates detected":[""],"error during rendering: %s":[""],"template":[""],"Cannot specify both bookmark_id and search_query":[""],"Unknown input %{input_name} for template %{template_name}":[""],"Template with id '%{id}' was not found":[""],"Feature input %{input_name} not defined in template %{template_name}":[""],"No template mapped to feature %{feature_name}":[""],"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user":[""],"Job Invocation":[""],"Duplicated inputs detected: %{duplicated_inputs}":[""],"Unknown remote execution feature %s":[""],"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}":[""],"Could not find any suitable interface for execution":[""],"Subscribe to my failed jobs":[""],"Subscribe to my succeeded jobs":[""],"Subscribe to all my jobs":[""],"Script":[""],"Static Query":[""],"Dynamic Query":[""],"Alphabetical":[""],"Randomized":[""],"Cannot resolve hosts without a user":[""],"Cannot resolve hosts without a bookmark or search query":[""],"Must select a bookmark or enter a search query":[""],"Input":[""],"Not all required inputs have values. Missing inputs: %s":[""],"Internal proxy selector can only be used if Katello is enabled":[""],"default_capsule method missing from SmartProxy":[""],"Can't find Job Invocation for an id %s":[""],"Latest Jobs":[""],"Name":["Name"],"State":["State"],"Started":[""],"No jobs available":[""],"Results":[""],"Schedule":[""],"Concurrency level limited to":[""],"tasks at a time":[""],"Set to distribute over":[""],"seconds":[""],"Scheduled to start before":[""],"Scheduled to start at":[""],"Timeout to kill after":[""],"Target hosts":[""],"Bookmark":[""],"Manual selection":[""],"using ":[""],"Execution order":[""],"Organization":["Organisation"],"Location":["Location"],"SSH User":[""],"Evaluated at:":[""],"User Inputs":[""],"Description":["Description"],"Job template":[""],"Resolves to":[""],"hosts":[""],"Refresh":[""],"Preview":[""],"Display advanced fields":[""],"Hide advanced fields":[""],"SSH user":[""],"A user to be used for SSH.":[""],"Effective user":[""],"A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.":[""],"Timeout to kill":[""],"Time in seconds from the start on the remote host after which the job should be killed.":[""],"Time to pickup":[""],"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.":[""],"Password":[""],"Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":[""],"Private key passphrase":[""],"Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":[""],"Effective user password":[""],"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.":[""],"Concurrency level":[""],"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.":[""],"Time span":[""],"Distribute execution over N seconds. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.":[""],"Execution ordering":[""],"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>":[""],"Type of query":[""],"Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>":[""],"The final host list may change because the selected query is dynamic. It will be rerun during execution.":[""],"...and %{count} more":["",""],"No hosts found.":[""],"Close":[""],"Current organization %{org_c} is different from job's organization %{org_j}.":[""],"Current location %{loc_c} is different from job's location %{loc_j}.":[""],"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.":[""],"here":[""],"effective user":[""],"Total hosts":[""],"Hosts gone missing":[""],"This can happen if the host is removed or moved to another organization or location after the job was started":[""],"Providers and templates":[""],"User input":[""],"Value":["Value"],"Search Query":[""],"Status":[""],"Succeeded":[""],"Start":[""],"Job invocation":[""],"Use new job wizard":[""],"Overview":[""],"Preview templates":[""],"Recurring logic":[""],"Job Invocations":[""],"Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.":[""],"Learn more about this in the documentation.":["Learn more about this in the documentation."],"Job":[""],"Type":["Type"],"Add Foreign Input Set":[""],"add an input set for this template to reference a different template inputs":[""],"Snippet":[""],"Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.":[""],"Overwrite":[""],"Whether to overwrite the template if it already exists":[""],"Job Templates":[""],"Edit %s":["Edit %s"],"Edit Job Template":[""],"Import":[""],"New Job Template":[""],"JobTemplate|Name":[""],"JobTemplate|Snippet":[""],"JobTemplate|Locked":[""],"Actions":["Actions"],"This template is locked for editing.":[""],"The execution interface is used for remote execution":[""],"Remote execution":[""],"Remote Execution":[""],"Proxies":[""],"Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.":[""],"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.":[""],"Remote Execution Features":[""],"Label":[""],"Edit Remote Execution Feature":[""],"A job '%{job_name}' has %{status} at %{time}":[""],"Job result":[""],"Failed hosts":[""],"See more details at %s":[""],"Foreign input set":[""],"remove template input set":[""],"A comma separated list of input names to be excluded from the foreign template.":[""],"Template Invocation for %s":[""],"Back to Job":[""],"Toggle command":[""],"Toggle STDERR":[""],"Toggle STDOUT":[""],"Toggle DEBUG":[""],"Target: ":[""],"using Smart Proxy":[""],"Scroll to bottom":[""],"Scroll to top":[""],"Could not display data for job invocation.":[""],"Unsupported or no operating system found for this host.":[""],"A job '%{subject}' has finished successfully":[""],"Job Details":[""],"A job '%{subject}' has failed":[""],"Remote execution job":[""],"A notification when a job finishes":[""],"Unable to create mail notification: %s":[""],"Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy":[""],"Fallback to Any Proxy":[""],"Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.":[""],"Enable Global Proxy":[""],"Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.":[""],"Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.":[""],"Effective User":[""],"What command should be used to switch to the effective user. One of %s":[""],"Effective User Method":[""],"Whether we should sync templates from disk when running db:seed.":[""],"Sync Job Templates":[""],"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.":[""],"SSH Port":[""],"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. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting":[""],"Connect by IP":[""],"When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default":[""],"Prefer IPv6 over IPv4":[""],"Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password":[""],"Default SSH password":[""],"Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase":[""],"Default SSH key passphrase":[""],"Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.":[""],"Workers pool size":[""],"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.":[""],"Cleanup working directories":[""],"Where to find the Cockpit instance for the Web Console button. By default, no button is shown.":[""],"Cockpit URL":[""],"Choose a job template that is pre-selected in job invocation form":[""],"Form Job Template":[""],"Select a report template used for generating a report for a particular remote execution job":[""],"Job Invocation Report Template":[""],"Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day.":[""],"Job templates":[""],"Run Puppet Once":[""],"Perform a single Puppet run":[""],"Run Script":[""],"Run a script":[""],"Does not repeat":[""],"Cronline":[""],"Monthly":[""],"Weekly":[""],"Daily":[""],"Hourly":[""],"Immediate execution":[""],"Future execution":[""],"Recurring execution":[""],"Category and template":[""],"Target hosts and inputs":[""],"Advanced fields":[""],"Review details":[""],"Type of execution":[""],"Hosts":["Hosts"],"Host collections":[""],"Host groups":[""],"Search query":[""],"Run job":[""],"Use old form":[""],"Current organization %s is different from job's organization %s. This job may run on different hosts than before.":[""],"Current location %s is different from job's location %s. This job may run on different hosts than before.":[""],"'Starts before' date must in the future":[""],"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error":[""],"Use legacy form":[""],"Edit job description template":[""],"Preview job description":[""],"For example: 1, 2, 3, 4, 5...":[""],"Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":[""],"Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":[""],"All fields are required.":[""],"Error":["Error"],"Errors:":[""],"Categories list failed with:":[""],"Templates list failed with:":[""],"Template failed with:":[""],"Preview Hosts":[""],"...and %s more":[""],"%s more":[""],"Clear all filters":[""],"There are no available input fields for the selected template.":[""],"Please select at least one host":[""],"Please enter a search query":[""],"Please select at least one host collection":[""],"Please select at least one host group":[""],"Filter by hosts":[""],"Filter by host collections":[""],"Filter by host groups":[""],"Apply to":[""],"Never":[""],"After %s occurences":[""],"Every hour at minute %s":[""],"Every day at %s":[""],"Every week on %s at %s":[""],"Every month on %s at %s":[""],"Cron line":["Cron line"],"No Target Hosts":[""],"view host names":[""],"Hide all advanced fields":[""],"Show all advanced fields":[""],"Schedule type":[""],"Recurrence":[""],"Starts at":[""],"Starts Before":[""],"Starts":[""],"Now":[""],"Repeats":[""],"Ends":[""],"Purpose":[""],"Static query":[""],"Dynamic query":[""],"Description Template":[""],"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.":[""],"Query type":[""],"Type has impact on when is the query evaluated to hosts.":[""],"evaluates just after you submit this form":[""],"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it":[""],"Cron line format 'a b c d e', where:":[""],"is minute (range: 0-59)":[""],"is hour (range: 0-23)":[""],"is day of month (range: 1-31)":[""],"is month (range: 1-12)":[""],"is day of week (range: 0-6)":[""],"At":[""],"Invalid time format":[""],"At minute":[""],"range: 0-59":[""],"Create":[""],"Minute can only be a number between 0-59":[""],"Days":[""],"Days of week":[""],"For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.":[""],"'Starts before' date must be after 'Starts at' date":[""],"Clear input":[""],"Starts before":[""],"End time needs to be after start time":[""],"On":[""],"After":[""],"Repeat amount can only be a positive number":[""],"occurences":[""],"Select the type of execution":[""],"Execute the job now.":[""],"Execute the job later, at a scheduled time.":[""],"Execute the job on a repeating schedule.":[""],"Invalid date":[""],"open-help-tooltip-button":[""],"Reset to default":[""],"Has to be a positive number":[""],"Please refine your search.":[""],"You have %s results to display. Showing first %s results":[""],"Opening job invocation form":[""],"%s job has been invoked":[""],"Schedule a job":[""],"Recent jobs":[""],"View all jobs":[""],"View finished jobs":[""],"View running jobs":[""],"View scheduled jobs":[""],"Finished":[""],"Running":["Running"],"Scheduled":[""],"No results found":[""],"Remote Execution Interface":[""],"yes":["yes"],"no":["no"],"Inherit from host parameter":[""],"Yes (override)":[""],"No (override)":[""],"REX pull mode":[""],"Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.":[""],"Host":["Host"],"Active Filters:":[""],"Action with sub plans":["Action with sub plans"],"Import Puppet classes":["Import Puppet classes"],"Import facts":["Import facts"],"A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.":[""]}}};
1
+ locales['foreman_remote_execution'] = locales['foreman_remote_execution'] || {}; locales['foreman_remote_execution']['en_GB'] = {
2
+ "domain": "foreman_remote_execution",
3
+ "locale_data": {
4
+ "foreman_remote_execution": {
5
+ "": {
6
+ "Project-Id-Version": "foreman_remote_execution 9.0.1",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2016-02-15 13:54+0000",
9
+ "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2016",
10
+ "Language-Team": "English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "en_GB",
15
+ "Plural-Forms": "nplurals=2; plural=(n != 1);",
16
+ "lang": "en_GB",
17
+ "domain": "foreman_remote_execution",
18
+ "plural_forms": "nplurals=2; plural=(n != 1);"
19
+ },
20
+ "Another interface is already set as execution. Are you sure you want to use this one instead?": [
21
+ ""
22
+ ],
23
+ "There was an error while updating the status, try refreshing the page.": [
24
+ ""
25
+ ],
26
+ "List foreign input sets": [
27
+ ""
28
+ ],
29
+ "Show foreign input set details": [
30
+ ""
31
+ ],
32
+ "Target template ID": [
33
+ ""
34
+ ],
35
+ "Include all inputs from the foreign template": [
36
+ ""
37
+ ],
38
+ "A comma separated list of input names to be included from the foreign template.": [
39
+ ""
40
+ ],
41
+ "Input set description": [
42
+ ""
43
+ ],
44
+ "Create a foreign input set": [
45
+ ""
46
+ ],
47
+ "Delete a foreign input set": [
48
+ ""
49
+ ],
50
+ "Update a foreign input set": [
51
+ ""
52
+ ],
53
+ "List job invocations": [
54
+ ""
55
+ ],
56
+ "Show job invocation": [
57
+ ""
58
+ ],
59
+ "Show Job status for the hosts": [
60
+ ""
61
+ ],
62
+ "The job template to use, parameter is required unless feature was specified": [
63
+ ""
64
+ ],
65
+ "Invocation type, one of %s": [
66
+ ""
67
+ ],
68
+ "Execute the jobs on hosts in randomized order": [
69
+ ""
70
+ ],
71
+ "Inputs to use": [
72
+ ""
73
+ ],
74
+ "SSH provider specific options": [
75
+ ""
76
+ ],
77
+ "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
78
+ ""
79
+ ],
80
+ "Set password for effective user (using sudo-like mechanisms)": [
81
+ ""
82
+ ],
83
+ "Set SSH user": [
84
+ ""
85
+ ],
86
+ "Set SSH password": [
87
+ ""
88
+ ],
89
+ "Set SSH key passphrase": [
90
+ ""
91
+ ],
92
+ "Create a recurring job": [
93
+ ""
94
+ ],
95
+ "How often the job should occur, in the cron format": [
96
+ ""
97
+ ],
98
+ "Repeat a maximum of N times": [
99
+ ""
100
+ ],
101
+ "Perform no more executions after this time": [
102
+ ""
103
+ ],
104
+ "Designation of a special purpose": [
105
+ ""
106
+ ],
107
+ "Schedule the job to start at a later time": [
108
+ ""
109
+ ],
110
+ "Schedule the job for a future time": [
111
+ ""
112
+ ],
113
+ "Indicates that the action should be cancelled if it cannot be started before this time.": [
114
+ ""
115
+ ],
116
+ "Control concurrency level and distribution over time": [
117
+ ""
118
+ ],
119
+ "Run at most N tasks at a time": [
120
+ ""
121
+ ],
122
+ "Override the description format from the template for this invocation only": [
123
+ ""
124
+ ],
125
+ "Override the timeout interval from the template for this invocation only": [
126
+ ""
127
+ ],
128
+ "Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
129
+ ""
130
+ ],
131
+ "Override the global time to pickup interval for this invocation only": [
132
+ ""
133
+ ],
134
+ "Create a job invocation": [
135
+ ""
136
+ ],
137
+ "Get output for a host": [
138
+ ""
139
+ ],
140
+ "Get raw output for a host": [
141
+ ""
142
+ ],
143
+ "Cancel job invocation": [
144
+ ""
145
+ ],
146
+ "The job could not be cancelled.": [
147
+ ""
148
+ ],
149
+ "Rerun job on failed hosts": [
150
+ ""
151
+ ],
152
+ "Could not rerun job %{id} because its template could not be found": [
153
+ ""
154
+ ],
155
+ "Get outputs of hosts in a job": [
156
+ ""
157
+ ],
158
+ "Host with id '%{id}' was not found": [
159
+ ""
160
+ ],
161
+ "Only one of feature or job_template_id can be specified": [
162
+ ""
163
+ ],
164
+ "List job templates": [
165
+ ""
166
+ ],
167
+ "List job templates per location": [
168
+ ""
169
+ ],
170
+ "List job templates per organization": [
171
+ "List job templates per organisation"
172
+ ],
173
+ "Import a job template from ERB": [
174
+ ""
175
+ ],
176
+ "Template ERB": [
177
+ ""
178
+ ],
179
+ "Overwrite template if it already exists": [
180
+ ""
181
+ ],
182
+ "Export a job template to ERB": [
183
+ ""
184
+ ],
185
+ "Show job template details": [
186
+ ""
187
+ ],
188
+ "Template name": [
189
+ ""
190
+ ],
191
+ "Job category": [
192
+ ""
193
+ ],
194
+ "This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.": [
195
+ ""
196
+ ],
197
+ "Provider type": [
198
+ ""
199
+ ],
200
+ "Whether or not the template is locked for editing": [
201
+ ""
202
+ ],
203
+ "Effective user options": [
204
+ ""
205
+ ],
206
+ "What user should be used to run the script (using sudo-like mechanisms)": [
207
+ ""
208
+ ],
209
+ "Whether it should be allowed to override the effective user from the invocation form.": [
210
+ ""
211
+ ],
212
+ "Whether the current user login should be used as the effective user": [
213
+ ""
214
+ ],
215
+ "Create a job template": [
216
+ ""
217
+ ],
218
+ "Update a job template": [
219
+ ""
220
+ ],
221
+ "Template version": [
222
+ ""
223
+ ],
224
+ "Delete a job template": [
225
+ ""
226
+ ],
227
+ "Clone a provision template": [
228
+ ""
229
+ ],
230
+ "List remote execution features": [
231
+ ""
232
+ ],
233
+ "Show remote execution feature": [
234
+ ""
235
+ ],
236
+ "Job template ID to be used for the feature": [
237
+ ""
238
+ ],
239
+ "List available remote execution features for a host": [
240
+ ""
241
+ ],
242
+ "List template invocations belonging to job invocation": [
243
+ ""
244
+ ],
245
+ "Identifier of the Host interface for Remote execution": [
246
+ ""
247
+ ],
248
+ "Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host": [
249
+ ""
250
+ ],
251
+ "List of proxy IDs to be used for remote execution": [
252
+ ""
253
+ ],
254
+ "Trying to abort the job": [
255
+ ""
256
+ ],
257
+ "Trying to cancel the job": [
258
+ ""
259
+ ],
260
+ "The job cannot be aborted at the moment.": [
261
+ ""
262
+ ],
263
+ "The job cannot be cancelled at the moment.": [
264
+ ""
265
+ ],
266
+ "Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
267
+ ""
268
+ ],
269
+ "Job template imported successfully.": [
270
+ ""
271
+ ],
272
+ "Unable to save template. Correct highlighted errors": [
273
+ ""
274
+ ],
275
+ "Run": [
276
+ ""
277
+ ],
278
+ "Schedule Remote Job": [
279
+ ""
280
+ ],
281
+ "Jobs": [
282
+ ""
283
+ ],
284
+ "Job invocations": [
285
+ ""
286
+ ],
287
+ "%s": [
288
+ ""
289
+ ],
290
+ "Web Console": [
291
+ ""
292
+ ],
293
+ "Success": [
294
+ "Success"
295
+ ],
296
+ "Failed": [
297
+ ""
298
+ ],
299
+ "Pending": [
300
+ ""
301
+ ],
302
+ "Cancelled": [
303
+ ""
304
+ ],
305
+ "queued to start executing in %{time}": [
306
+ ""
307
+ ],
308
+ "queued": [
309
+ ""
310
+ ],
311
+ "running %{percent}%%": [
312
+ ""
313
+ ],
314
+ "succeeded": [
315
+ ""
316
+ ],
317
+ "cancelled": [
318
+ ""
319
+ ],
320
+ "failed": [
321
+ ""
322
+ ],
323
+ "unknown status": [
324
+ ""
325
+ ],
326
+ "Any Organization": [
327
+ "Any Organisation"
328
+ ],
329
+ "Any Location": [
330
+ ""
331
+ ],
332
+ "error": [
333
+ ""
334
+ ],
335
+ "Host detail": [
336
+ ""
337
+ ],
338
+ "Rerun on %s": [
339
+ ""
340
+ ],
341
+ "Host task": [
342
+ ""
343
+ ],
344
+ "N/A": [
345
+ "N/A"
346
+ ],
347
+ "Run Job": [
348
+ ""
349
+ ],
350
+ "Create Report": [
351
+ ""
352
+ ],
353
+ "Create report for this job": [
354
+ ""
355
+ ],
356
+ "Rerun": [
357
+ ""
358
+ ],
359
+ "Rerun the job": [
360
+ ""
361
+ ],
362
+ "Rerun failed": [
363
+ ""
364
+ ],
365
+ "Rerun on failed hosts": [
366
+ ""
367
+ ],
368
+ "Job Task": [
369
+ ""
370
+ ],
371
+ "See the last task details": [
372
+ ""
373
+ ],
374
+ "Cancel Job": [
375
+ ""
376
+ ],
377
+ "Try to cancel the job": [
378
+ ""
379
+ ],
380
+ "Abort Job": [
381
+ ""
382
+ ],
383
+ "Try to abort the job without waiting for the results from the remote hosts": [
384
+ ""
385
+ ],
386
+ "New UI": [
387
+ ""
388
+ ],
389
+ "Switch to the new job invocation detail UI": [
390
+ ""
391
+ ],
392
+ "Task Details": [
393
+ ""
394
+ ],
395
+ "See the task details": [
396
+ ""
397
+ ],
398
+ "Try to cancel the job on a host": [
399
+ ""
400
+ ],
401
+ "Try to abort the job on a host without waiting for its result": [
402
+ ""
403
+ ],
404
+ "Could not render the preview because no host matches the search query.": [
405
+ ""
406
+ ],
407
+ "in %s": [
408
+ ""
409
+ ],
410
+ "%s ago": [
411
+ "%s ago"
412
+ ],
413
+ "Use default description template": [
414
+ ""
415
+ ],
416
+ "Description template": [
417
+ ""
418
+ ],
419
+ "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
420
+ ""
421
+ ],
422
+ "Could not use any template used in the job invocation": [
423
+ ""
424
+ ],
425
+ "Failed rendering template: %s": [
426
+ ""
427
+ ],
428
+ "Task cancelled": [
429
+ ""
430
+ ],
431
+ "Job execution failed": [
432
+ ""
433
+ ],
434
+ "%{description} on %{host}": [
435
+ ""
436
+ ],
437
+ "Remote action:": [
438
+ "Remote action:"
439
+ ],
440
+ "Job cancelled by user": [
441
+ ""
442
+ ],
443
+ "Exit status: %s": [
444
+ ""
445
+ ],
446
+ "Job finished with error": [
447
+ ""
448
+ ],
449
+ "Error loading data from proxy": [
450
+ ""
451
+ ],
452
+ "User can not execute job on host %s": [
453
+ ""
454
+ ],
455
+ "User can not execute this job template": [
456
+ ""
457
+ ],
458
+ "User can not execute job on infrastructure host %s": [
459
+ ""
460
+ ],
461
+ "User can not execute this job template on %s": [
462
+ ""
463
+ ],
464
+ "The only applicable proxy %{proxy_names} is down": [
465
+ "",
466
+ ""
467
+ ],
468
+ "Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
469
+ ""
470
+ ],
471
+ "REX job has succeeded - %s": [
472
+ ""
473
+ ],
474
+ "REX job has failed - %s": [
475
+ ""
476
+ ],
477
+ "included template '%s' not found": [
478
+ ""
479
+ ],
480
+ "input macro with name '%s' used, but no input with such name defined for this template": [
481
+ ""
482
+ ],
483
+ "Unable to fetch public key": [
484
+ ""
485
+ ],
486
+ "Unable to remove host from known hosts": [
487
+ ""
488
+ ],
489
+ "REX job has finished - %s": [
490
+ ""
491
+ ],
492
+ "Should this interface be used for remote execution?": [
493
+ ""
494
+ ],
495
+ "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.": [
496
+ ""
497
+ ],
498
+ "host already has an execution interface": [
499
+ ""
500
+ ],
501
+ "This template is locked. Please clone it to a new template to customize.": [
502
+ "This template is locked. Please clone it to a new template to customise."
503
+ ],
504
+ "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
505
+ ""
506
+ ],
507
+ "Execution": [
508
+ ""
509
+ ],
510
+ "Last execution succeeded": [
511
+ ""
512
+ ],
513
+ "No execution finished yet": [
514
+ ""
515
+ ],
516
+ "Last execution cancelled": [
517
+ ""
518
+ ],
519
+ "Last execution failed": [
520
+ ""
521
+ ],
522
+ "Unknown execution status": [
523
+ ""
524
+ ],
525
+ "Recursive rendering of templates detected": [
526
+ ""
527
+ ],
528
+ "error during rendering: %s": [
529
+ ""
530
+ ],
531
+ "template": [
532
+ ""
533
+ ],
534
+ "Cannot specify both bookmark_id and search_query": [
535
+ ""
536
+ ],
537
+ "Unknown input %{input_name} for template %{template_name}": [
538
+ ""
539
+ ],
540
+ "Template with id '%{id}' was not found": [
541
+ ""
542
+ ],
543
+ "Feature input %{input_name} not defined in template %{template_name}": [
544
+ ""
545
+ ],
546
+ "No template mapped to feature %{feature_name}": [
547
+ ""
548
+ ],
549
+ "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
550
+ ""
551
+ ],
552
+ "Job Invocation": [
553
+ ""
554
+ ],
555
+ "Duplicated inputs detected: %{duplicated_inputs}": [
556
+ ""
557
+ ],
558
+ "Unknown remote execution feature %s": [
559
+ ""
560
+ ],
561
+ "Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
562
+ ""
563
+ ],
564
+ "Could not find any suitable interface for execution": [
565
+ ""
566
+ ],
567
+ "Subscribe to my failed jobs": [
568
+ ""
569
+ ],
570
+ "Subscribe to my succeeded jobs": [
571
+ ""
572
+ ],
573
+ "Subscribe to all my jobs": [
574
+ ""
575
+ ],
576
+ "Script": [
577
+ ""
578
+ ],
579
+ "Static Query": [
580
+ ""
581
+ ],
582
+ "Dynamic Query": [
583
+ ""
584
+ ],
585
+ "Alphabetical": [
586
+ ""
587
+ ],
588
+ "Randomized": [
589
+ ""
590
+ ],
591
+ "Cannot resolve hosts without a user": [
592
+ ""
593
+ ],
594
+ "Cannot resolve hosts without a bookmark or search query": [
595
+ ""
596
+ ],
597
+ "Must select a bookmark or enter a search query": [
598
+ ""
599
+ ],
600
+ "Input": [
601
+ ""
602
+ ],
603
+ "Not all required inputs have values. Missing inputs: %s": [
604
+ ""
605
+ ],
606
+ "Internal proxy selector can only be used if Katello is enabled": [
607
+ ""
608
+ ],
609
+ "default_capsule method missing from SmartProxy": [
610
+ ""
611
+ ],
612
+ "Can't find Job Invocation for an id %s": [
613
+ ""
614
+ ],
615
+ "Latest Jobs": [
616
+ ""
617
+ ],
618
+ "Name": [
619
+ "Name"
620
+ ],
621
+ "State": [
622
+ "State"
623
+ ],
624
+ "Started": [
625
+ ""
626
+ ],
627
+ "No jobs available": [
628
+ ""
629
+ ],
630
+ "Results": [
631
+ ""
632
+ ],
633
+ "Schedule": [
634
+ ""
635
+ ],
636
+ "Concurrency level limited to": [
637
+ ""
638
+ ],
639
+ "tasks at a time": [
640
+ ""
641
+ ],
642
+ "Scheduled to start before": [
643
+ ""
644
+ ],
645
+ "Scheduled to start at": [
646
+ ""
647
+ ],
648
+ "Timeout to kill after": [
649
+ ""
650
+ ],
651
+ "seconds": [
652
+ ""
653
+ ],
654
+ "Time to pickup": [
655
+ ""
656
+ ],
657
+ "Target hosts": [
658
+ ""
659
+ ],
660
+ "Bookmark": [
661
+ ""
662
+ ],
663
+ "Manual selection": [
664
+ ""
665
+ ],
666
+ "using ": [
667
+ ""
668
+ ],
669
+ "Execution order": [
670
+ ""
671
+ ],
672
+ "Organization": [
673
+ "Organisation"
674
+ ],
675
+ "Location": [
676
+ "Location"
677
+ ],
678
+ "SSH User": [
679
+ ""
680
+ ],
681
+ "Evaluated at:": [
682
+ ""
683
+ ],
684
+ "User Inputs": [
685
+ ""
686
+ ],
687
+ "Description": [
688
+ "Description"
689
+ ],
690
+ "Job template": [
691
+ ""
692
+ ],
693
+ "Resolves to": [
694
+ ""
695
+ ],
696
+ "hosts": [
697
+ ""
698
+ ],
699
+ "Refresh": [
700
+ ""
701
+ ],
702
+ "Preview": [
703
+ ""
704
+ ],
705
+ "Display advanced fields": [
706
+ ""
707
+ ],
708
+ "Hide advanced fields": [
709
+ ""
710
+ ],
711
+ "SSH user": [
712
+ ""
713
+ ],
714
+ "A user to be used for SSH.": [
715
+ ""
716
+ ],
717
+ "Effective user": [
718
+ ""
719
+ ],
720
+ "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
721
+ ""
722
+ ],
723
+ "Timeout to kill": [
724
+ ""
725
+ ],
726
+ "Time in seconds from the start on the remote host after which the job should be killed.": [
727
+ ""
728
+ ],
729
+ "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
730
+ ""
731
+ ],
732
+ "Password": [
733
+ ""
734
+ ],
735
+ "Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
736
+ ""
737
+ ],
738
+ "Private key passphrase": [
739
+ ""
740
+ ],
741
+ "Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
742
+ ""
743
+ ],
744
+ "Effective user password": [
745
+ ""
746
+ ],
747
+ "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.": [
748
+ ""
749
+ ],
750
+ "Concurrency level": [
751
+ ""
752
+ ],
753
+ "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.": [
754
+ ""
755
+ ],
756
+ "Execution ordering": [
757
+ ""
758
+ ],
759
+ "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>": [
760
+ ""
761
+ ],
762
+ "Type of query": [
763
+ ""
764
+ ],
765
+ "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>": [
766
+ ""
767
+ ],
768
+ "The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
769
+ ""
770
+ ],
771
+ "...and %{count} more": [
772
+ "",
773
+ ""
774
+ ],
775
+ "No hosts found.": [
776
+ ""
777
+ ],
778
+ "Close": [
779
+ ""
780
+ ],
781
+ "Current organization %{org_c} is different from job's organization %{org_j}.": [
782
+ ""
783
+ ],
784
+ "Current location %{loc_c} is different from job's location %{loc_j}.": [
785
+ ""
786
+ ],
787
+ "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
788
+ ""
789
+ ],
790
+ "here": [
791
+ ""
792
+ ],
793
+ "effective user": [
794
+ ""
795
+ ],
796
+ "Total hosts": [
797
+ ""
798
+ ],
799
+ "Hosts gone missing": [
800
+ ""
801
+ ],
802
+ "This can happen if the host is removed or moved to another organization or location after the job was started": [
803
+ ""
804
+ ],
805
+ "Providers and templates": [
806
+ ""
807
+ ],
808
+ "User input": [
809
+ ""
810
+ ],
811
+ "Value": [
812
+ "Value"
813
+ ],
814
+ "Search Query": [
815
+ ""
816
+ ],
817
+ "Status": [
818
+ ""
819
+ ],
820
+ "Succeeded": [
821
+ ""
822
+ ],
823
+ "Start": [
824
+ ""
825
+ ],
826
+ "Job invocation": [
827
+ ""
828
+ ],
829
+ "Use new job wizard": [
830
+ ""
831
+ ],
832
+ "Overview": [
833
+ ""
834
+ ],
835
+ "Preview templates": [
836
+ ""
837
+ ],
838
+ "Recurring logic": [
839
+ ""
840
+ ],
841
+ "Job Invocations": [
842
+ ""
843
+ ],
844
+ "Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.": [
845
+ ""
846
+ ],
847
+ "Learn more about this in the documentation.": [
848
+ "Learn more about this in the documentation."
849
+ ],
850
+ "Job": [
851
+ ""
852
+ ],
853
+ "Type": [
854
+ "Type"
855
+ ],
856
+ "Add Foreign Input Set": [
857
+ ""
858
+ ],
859
+ "add an input set for this template to reference a different template inputs": [
860
+ ""
861
+ ],
862
+ "Snippet": [
863
+ ""
864
+ ],
865
+ "Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
866
+ ""
867
+ ],
868
+ "Overwrite": [
869
+ ""
870
+ ],
871
+ "Whether to overwrite the template if it already exists": [
872
+ ""
873
+ ],
874
+ "Job Templates": [
875
+ ""
876
+ ],
877
+ "Edit %s": [
878
+ "Edit %s"
879
+ ],
880
+ "Edit Job Template": [
881
+ ""
882
+ ],
883
+ "Import": [
884
+ ""
885
+ ],
886
+ "New Job Template": [
887
+ ""
888
+ ],
889
+ "JobTemplate|Name": [
890
+ ""
891
+ ],
892
+ "JobTemplate|Snippet": [
893
+ ""
894
+ ],
895
+ "JobTemplate|Locked": [
896
+ ""
897
+ ],
898
+ "Actions": [
899
+ "Actions"
900
+ ],
901
+ "This template is locked for editing.": [
902
+ ""
903
+ ],
904
+ "The execution interface is used for remote execution": [
905
+ ""
906
+ ],
907
+ "Remote execution": [
908
+ ""
909
+ ],
910
+ "Remote Execution": [
911
+ ""
912
+ ],
913
+ "Proxies": [
914
+ ""
915
+ ],
916
+ "Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.": [
917
+ ""
918
+ ],
919
+ "You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
920
+ ""
921
+ ],
922
+ "Remote Execution Features": [
923
+ ""
924
+ ],
925
+ "Label": [
926
+ ""
927
+ ],
928
+ "Edit Remote Execution Feature": [
929
+ ""
930
+ ],
931
+ "A job '%{job_name}' has %{status} at %{time}": [
932
+ ""
933
+ ],
934
+ "Job result": [
935
+ ""
936
+ ],
937
+ "Failed hosts": [
938
+ ""
939
+ ],
940
+ "See more details at %s": [
941
+ ""
942
+ ],
943
+ "Foreign input set": [
944
+ ""
945
+ ],
946
+ "remove template input set": [
947
+ ""
948
+ ],
949
+ "A comma separated list of input names to be excluded from the foreign template.": [
950
+ ""
951
+ ],
952
+ "Template Invocation for %s": [
953
+ ""
954
+ ],
955
+ "Back to Job": [
956
+ ""
957
+ ],
958
+ "Toggle command": [
959
+ ""
960
+ ],
961
+ "Toggle STDERR": [
962
+ ""
963
+ ],
964
+ "Toggle STDOUT": [
965
+ ""
966
+ ],
967
+ "Toggle DEBUG": [
968
+ ""
969
+ ],
970
+ "Target: ": [
971
+ ""
972
+ ],
973
+ "using Smart Proxy": [
974
+ ""
975
+ ],
976
+ "Scroll to bottom": [
977
+ ""
978
+ ],
979
+ "Scroll to top": [
980
+ ""
981
+ ],
982
+ "Could not display data for job invocation.": [
983
+ ""
984
+ ],
985
+ "Unsupported or no operating system found for this host.": [
986
+ ""
987
+ ],
988
+ "A job '%{subject}' has finished successfully": [
989
+ ""
990
+ ],
991
+ "Job Details": [
992
+ ""
993
+ ],
994
+ "A job '%{subject}' has failed": [
995
+ ""
996
+ ],
997
+ "Remote execution job": [
998
+ ""
999
+ ],
1000
+ "A notification when a job finishes": [
1001
+ ""
1002
+ ],
1003
+ "Unable to create mail notification: %s": [
1004
+ ""
1005
+ ],
1006
+ "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
1007
+ ""
1008
+ ],
1009
+ "Fallback to Any Proxy": [
1010
+ ""
1011
+ ],
1012
+ "Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.": [
1013
+ ""
1014
+ ],
1015
+ "Enable Global Proxy": [
1016
+ ""
1017
+ ],
1018
+ "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
1019
+ ""
1020
+ ],
1021
+ "Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.": [
1022
+ ""
1023
+ ],
1024
+ "Effective User": [
1025
+ ""
1026
+ ],
1027
+ "What command should be used to switch to the effective user. One of %s": [
1028
+ ""
1029
+ ],
1030
+ "Effective User Method": [
1031
+ ""
1032
+ ],
1033
+ "Whether we should sync templates from disk when running db:seed.": [
1034
+ ""
1035
+ ],
1036
+ "Sync Job Templates": [
1037
+ ""
1038
+ ],
1039
+ "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
1040
+ ""
1041
+ ],
1042
+ "SSH Port": [
1043
+ ""
1044
+ ],
1045
+ "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. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting": [
1046
+ ""
1047
+ ],
1048
+ "Connect by IP": [
1049
+ ""
1050
+ ],
1051
+ "When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default": [
1052
+ ""
1053
+ ],
1054
+ "Prefer IPv6 over IPv4": [
1055
+ ""
1056
+ ],
1057
+ "Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
1058
+ ""
1059
+ ],
1060
+ "Default SSH password": [
1061
+ ""
1062
+ ],
1063
+ "Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
1064
+ ""
1065
+ ],
1066
+ "Default SSH key passphrase": [
1067
+ ""
1068
+ ],
1069
+ "Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
1070
+ ""
1071
+ ],
1072
+ "Workers pool size": [
1073
+ ""
1074
+ ],
1075
+ "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.": [
1076
+ ""
1077
+ ],
1078
+ "Cleanup working directories": [
1079
+ ""
1080
+ ],
1081
+ "Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
1082
+ ""
1083
+ ],
1084
+ "Cockpit URL": [
1085
+ ""
1086
+ ],
1087
+ "Choose a job template that is pre-selected in job invocation form": [
1088
+ ""
1089
+ ],
1090
+ "Form Job Template": [
1091
+ ""
1092
+ ],
1093
+ "Select a report template used for generating a report for a particular remote execution job": [
1094
+ ""
1095
+ ],
1096
+ "Job Invocation Report Template": [
1097
+ ""
1098
+ ],
1099
+ "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs.": [
1100
+ ""
1101
+ ],
1102
+ "Job templates": [
1103
+ ""
1104
+ ],
1105
+ "Job invocations detail": [
1106
+ ""
1107
+ ],
1108
+ "Run Puppet Once": [
1109
+ ""
1110
+ ],
1111
+ "Perform a single Puppet run": [
1112
+ ""
1113
+ ],
1114
+ "Run Script": [
1115
+ ""
1116
+ ],
1117
+ "Run a script": [
1118
+ ""
1119
+ ],
1120
+ "Not yet": [
1121
+ ""
1122
+ ],
1123
+ "Effective user:": [
1124
+ ""
1125
+ ],
1126
+ "Started at:": [
1127
+ ""
1128
+ ],
1129
+ "SSH user:": [
1130
+ ""
1131
+ ],
1132
+ "Template:": [
1133
+ ""
1134
+ ],
1135
+ "Submit": [
1136
+ ""
1137
+ ],
1138
+ "Next": [
1139
+ ""
1140
+ ],
1141
+ "Back": [
1142
+ ""
1143
+ ],
1144
+ "Start job": [
1145
+ ""
1146
+ ],
1147
+ "Fill all required fields in all the steps": [
1148
+ ""
1149
+ ],
1150
+ "Run on selected hosts": [
1151
+ ""
1152
+ ],
1153
+ "Skip to review step": [
1154
+ ""
1155
+ ],
1156
+ "Fill all required fields in all the steps to start the job": [
1157
+ ""
1158
+ ],
1159
+ "Skip to review": [
1160
+ ""
1161
+ ],
1162
+ "Cancel": [
1163
+ ""
1164
+ ],
1165
+ "Does not repeat": [
1166
+ ""
1167
+ ],
1168
+ "Cronline": [
1169
+ ""
1170
+ ],
1171
+ "Monthly": [
1172
+ ""
1173
+ ],
1174
+ "Weekly": [
1175
+ ""
1176
+ ],
1177
+ "Daily": [
1178
+ ""
1179
+ ],
1180
+ "Hourly": [
1181
+ ""
1182
+ ],
1183
+ "Immediate execution": [
1184
+ ""
1185
+ ],
1186
+ "Future execution": [
1187
+ ""
1188
+ ],
1189
+ "Recurring execution": [
1190
+ ""
1191
+ ],
1192
+ "Category and template": [
1193
+ ""
1194
+ ],
1195
+ "Target hosts and inputs": [
1196
+ ""
1197
+ ],
1198
+ "Advanced fields": [
1199
+ ""
1200
+ ],
1201
+ "Review details": [
1202
+ ""
1203
+ ],
1204
+ "Type of execution": [
1205
+ ""
1206
+ ],
1207
+ "Hosts": [
1208
+ "Hosts"
1209
+ ],
1210
+ "Host collections": [
1211
+ ""
1212
+ ],
1213
+ "Host groups": [
1214
+ ""
1215
+ ],
1216
+ "Search query": [
1217
+ ""
1218
+ ],
1219
+ "Run job": [
1220
+ ""
1221
+ ],
1222
+ "Use old form": [
1223
+ ""
1224
+ ],
1225
+ "Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
1226
+ ""
1227
+ ],
1228
+ "Current location %s is different from job's location %s. This job may run on different hosts than before.": [
1229
+ ""
1230
+ ],
1231
+ "'Starts before' date must in the future": [
1232
+ ""
1233
+ ],
1234
+ "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
1235
+ ""
1236
+ ],
1237
+ "Use legacy form": [
1238
+ ""
1239
+ ],
1240
+ "Edit job description template": [
1241
+ ""
1242
+ ],
1243
+ "Preview job description": [
1244
+ ""
1245
+ ],
1246
+ "For example: 1, 2, 3, 4, 5...": [
1247
+ ""
1248
+ ],
1249
+ "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs": [
1250
+ ""
1251
+ ],
1252
+ "Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
1253
+ ""
1254
+ ],
1255
+ "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
1256
+ ""
1257
+ ],
1258
+ "All fields are required.": [
1259
+ ""
1260
+ ],
1261
+ "Error": [
1262
+ "Error"
1263
+ ],
1264
+ "Errors:": [
1265
+ ""
1266
+ ],
1267
+ "Categories list failed with:": [
1268
+ ""
1269
+ ],
1270
+ "Templates list failed with:": [
1271
+ ""
1272
+ ],
1273
+ "Template failed with:": [
1274
+ ""
1275
+ ],
1276
+ "Preview Hosts": [
1277
+ ""
1278
+ ],
1279
+ "...and %s more": [
1280
+ ""
1281
+ ],
1282
+ "%s more": [
1283
+ ""
1284
+ ],
1285
+ "Clear all filters": [
1286
+ ""
1287
+ ],
1288
+ "There are no available input fields for the selected template.": [
1289
+ ""
1290
+ ],
1291
+ "Please select at least one host": [
1292
+ ""
1293
+ ],
1294
+ "Please enter a search query": [
1295
+ ""
1296
+ ],
1297
+ "Please select at least one host collection": [
1298
+ ""
1299
+ ],
1300
+ "Please select at least one host group": [
1301
+ ""
1302
+ ],
1303
+ "Filter by hosts": [
1304
+ ""
1305
+ ],
1306
+ "Filter by host collections": [
1307
+ ""
1308
+ ],
1309
+ "Filter by host groups": [
1310
+ ""
1311
+ ],
1312
+ "Apply to": [
1313
+ ""
1314
+ ],
1315
+ "Never": [
1316
+ ""
1317
+ ],
1318
+ "After %s occurences": [
1319
+ ""
1320
+ ],
1321
+ "Every hour at minute %s": [
1322
+ ""
1323
+ ],
1324
+ "Every day at %s": [
1325
+ ""
1326
+ ],
1327
+ "Every week on %s at %s": [
1328
+ ""
1329
+ ],
1330
+ "Every month on %s at %s": [
1331
+ ""
1332
+ ],
1333
+ "Cron line": [
1334
+ "Cron line"
1335
+ ],
1336
+ "No Target Hosts": [
1337
+ ""
1338
+ ],
1339
+ "view host names": [
1340
+ ""
1341
+ ],
1342
+ "Hide all advanced fields": [
1343
+ ""
1344
+ ],
1345
+ "Show all advanced fields": [
1346
+ ""
1347
+ ],
1348
+ "Schedule type": [
1349
+ ""
1350
+ ],
1351
+ "Recurrence": [
1352
+ ""
1353
+ ],
1354
+ "Starts at": [
1355
+ ""
1356
+ ],
1357
+ "Starts Before": [
1358
+ ""
1359
+ ],
1360
+ "Starts": [
1361
+ ""
1362
+ ],
1363
+ "Now": [
1364
+ ""
1365
+ ],
1366
+ "Repeats": [
1367
+ ""
1368
+ ],
1369
+ "Ends": [
1370
+ ""
1371
+ ],
1372
+ "Purpose": [
1373
+ ""
1374
+ ],
1375
+ "Static query": [
1376
+ ""
1377
+ ],
1378
+ "Dynamic query": [
1379
+ ""
1380
+ ],
1381
+ "Description Template": [
1382
+ ""
1383
+ ],
1384
+ "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
1385
+ ""
1386
+ ],
1387
+ "Query type": [
1388
+ ""
1389
+ ],
1390
+ "Type has impact on when is the query evaluated to hosts.": [
1391
+ ""
1392
+ ],
1393
+ "evaluates just after you submit this form": [
1394
+ ""
1395
+ ],
1396
+ "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
1397
+ ""
1398
+ ],
1399
+ "Cron line (extended)": [
1400
+ ""
1401
+ ],
1402
+ "Cron line format '1 2 3 4 5', where:": [
1403
+ ""
1404
+ ],
1405
+ "is minute (range: 0-59)": [
1406
+ ""
1407
+ ],
1408
+ "is hour (range: 0-23)": [
1409
+ ""
1410
+ ],
1411
+ "is day of month (range: 1-31)": [
1412
+ ""
1413
+ ],
1414
+ "is month (range: 1-12)": [
1415
+ ""
1416
+ ],
1417
+ "is day of week (range: 0-6)": [
1418
+ ""
1419
+ ],
1420
+ "The cron line supports extended cron line syntax. For details please refer to the ": [
1421
+ ""
1422
+ ],
1423
+ "documentation": [
1424
+ ""
1425
+ ],
1426
+ "At": [
1427
+ ""
1428
+ ],
1429
+ "Invalid time format": [
1430
+ ""
1431
+ ],
1432
+ "At minute": [
1433
+ ""
1434
+ ],
1435
+ "range: 0-59": [
1436
+ ""
1437
+ ],
1438
+ "Create": [
1439
+ ""
1440
+ ],
1441
+ "Minute can only be a number between 0-59": [
1442
+ ""
1443
+ ],
1444
+ "Days": [
1445
+ ""
1446
+ ],
1447
+ "Days of week": [
1448
+ ""
1449
+ ],
1450
+ "For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
1451
+ ""
1452
+ ],
1453
+ "'Starts before' date must be after 'Starts at' date": [
1454
+ ""
1455
+ ],
1456
+ "Clear input": [
1457
+ ""
1458
+ ],
1459
+ "Starts before": [
1460
+ ""
1461
+ ],
1462
+ "End time needs to be after start time": [
1463
+ ""
1464
+ ],
1465
+ "On": [
1466
+ ""
1467
+ ],
1468
+ "After": [
1469
+ ""
1470
+ ],
1471
+ "Repeat amount can only be a positive number": [
1472
+ ""
1473
+ ],
1474
+ "occurences": [
1475
+ ""
1476
+ ],
1477
+ "Select the type of execution": [
1478
+ ""
1479
+ ],
1480
+ "Execute the job now.": [
1481
+ ""
1482
+ ],
1483
+ "Execute the job later, at a scheduled time.": [
1484
+ ""
1485
+ ],
1486
+ "Execute the job on a repeating schedule.": [
1487
+ ""
1488
+ ],
1489
+ "Invalid date": [
1490
+ ""
1491
+ ],
1492
+ "open-help-tooltip-button": [
1493
+ ""
1494
+ ],
1495
+ "Reset to default": [
1496
+ ""
1497
+ ],
1498
+ "Has to be a positive number": [
1499
+ ""
1500
+ ],
1501
+ "Please refine your search.": [
1502
+ ""
1503
+ ],
1504
+ "You have %s results to display. Showing first %s results": [
1505
+ ""
1506
+ ],
1507
+ "Opening job invocation form": [
1508
+ ""
1509
+ ],
1510
+ "%s job has been invoked": [
1511
+ ""
1512
+ ],
1513
+ "Schedule a job": [
1514
+ ""
1515
+ ],
1516
+ "Recent jobs": [
1517
+ ""
1518
+ ],
1519
+ "View all jobs": [
1520
+ ""
1521
+ ],
1522
+ "View finished jobs": [
1523
+ ""
1524
+ ],
1525
+ "View running jobs": [
1526
+ ""
1527
+ ],
1528
+ "View scheduled jobs": [
1529
+ ""
1530
+ ],
1531
+ "Finished": [
1532
+ ""
1533
+ ],
1534
+ "Running": [
1535
+ "Running"
1536
+ ],
1537
+ "Scheduled": [
1538
+ ""
1539
+ ],
1540
+ "No results found": [
1541
+ ""
1542
+ ],
1543
+ "Remote Execution Interface": [
1544
+ ""
1545
+ ],
1546
+ "yes": [
1547
+ "yes"
1548
+ ],
1549
+ "no": [
1550
+ "no"
1551
+ ],
1552
+ "Inherit from host parameter": [
1553
+ ""
1554
+ ],
1555
+ "Yes (override)": [
1556
+ ""
1557
+ ],
1558
+ "No (override)": [
1559
+ ""
1560
+ ],
1561
+ "REX pull mode": [
1562
+ ""
1563
+ ],
1564
+ "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.": [
1565
+ ""
1566
+ ],
1567
+ "Host": [
1568
+ "Host"
1569
+ ],
1570
+ "Active Filters:": [
1571
+ ""
1572
+ ],
1573
+ "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
1574
+ ""
1575
+ ],
1576
+ "Action with sub plans": [
1577
+ "Action with sub plans"
1578
+ ],
1579
+ "Import Puppet classes": [
1580
+ "Import Puppet classes"
1581
+ ],
1582
+ "Import facts": [
1583
+ "Import facts"
1584
+ ]
1585
+ }
1586
+ }
1587
+ };