--- !ruby/object:Gem::Specification
name: foreman_remote_execution
version: !ruby/object:Gem::Version
  version: 0.2.3
platform: ruby
authors:
- Foreman Remote Execution team
autorequire: 
bindir: bin
cert_chain: []
date: 2016-02-11 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: deface
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: dynflow
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.8.8
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.8.8
- !ruby/object:Gem::Dependency
  name: foreman-tasks
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.7.11
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.7.11
- !ruby/object:Gem::Dependency
  name: rubocop
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: rdoc
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: A plugin bringing remote execution to the Foreman, completing the config
  management functionality with remote management functionality.
email:
- foreman-dev@googlegroups.com
executables: []
extensions: []
extra_rdoc_files:
- doc/.bin/.gitkeep
- doc/.gitignore
- doc/Gemfile
- doc/Gemfile.lock
- doc/Rakefile
- doc/_config.yml
- doc/plugins/alert_block.rb
- doc/plugins/div_tag.rb
- doc/plugins/graphviz.rb
- doc/plugins/plantuml.rb
- doc/plugins/play.rb
- doc/plugins/tags.rb
- doc/plugins/toc.rb
- doc/source/.nojekyll
- doc/source/404.md
- doc/source/_includes/footer.html
- doc/source/_includes/header.html
- doc/source/_includes/tocify.html
- doc/source/_layouts/default.html
- doc/source/_layouts/page.html
- doc/source/atom.xml
- doc/source/design/index.md
- doc/source/design/wireframes.pdf
- doc/source/index.md
- doc/source/static/css/bootstrap-responsive.min.css
- doc/source/static/css/bootstrap.min.css
- doc/source/static/css/jquery.tocify.css
- doc/source/static/css/style.css
- doc/source/static/css/syntax.css
- doc/source/static/images/foreman.png
- doc/source/static/images/glyphicons-halflings-white.png
- doc/source/static/images/glyphicons-halflings.png
- doc/source/static/js/bootstrap.min.js
- doc/source/static/js/jquery-ui-1.9.2.custom.min.js
- doc/source/static/js/jquery.js
- doc/source/static/js/jquery.tocify.min.js
- doc/source/static/js/scroll.js
- README.md
- LICENSE
files:
- ".gitignore"
- ".rubocop.yml"
- ".rubocop_todo.yml"
- ".tx/config"
- Gemfile
- LICENSE
- README.md
- Rakefile
- app/assets/javascripts/execution_interface.js
- app/assets/javascripts/template_input.js
- app/assets/javascripts/template_invocation.js
- app/assets/stylesheets/job_invocations.css.scss
- app/assets/stylesheets/template_invocation.css.scss
- app/controllers/api/v2/foreign_input_sets_controller.rb
- app/controllers/api/v2/job_invocations_controller.rb
- app/controllers/api/v2/job_templates_controller.rb
- app/controllers/api/v2/template_inputs_controller.rb
- app/controllers/job_invocations_controller.rb
- app/controllers/job_templates_controller.rb
- app/controllers/template_invocations_controller.rb
- app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb
- app/helpers/concerns/foreman_remote_execution/job_templates_extensions.rb
- app/helpers/remote_execution_helper.rb
- app/lib/actions/middleware/bind_job_invocation.rb
- app/lib/actions/remote_execution/helpers/live_output.rb
- app/lib/actions/remote_execution/run_host_job.rb
- app/lib/actions/remote_execution/run_hosts_job.rb
- app/lib/actions/remote_execution/run_proxy_command.rb
- app/lib/proxy_api/remote_execution_ssh.rb
- app/mailers/.gitkeep
- app/models/concerns/foreman_remote_execution/bookmark_extensions.rb
- app/models/concerns/foreman_remote_execution/errors_flattener.rb
- app/models/concerns/foreman_remote_execution/foreman_tasks_task_extensions.rb
- app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb
- app/models/concerns/foreman_remote_execution/host_extensions.rb
- app/models/concerns/foreman_remote_execution/nic_extensions.rb
- app/models/concerns/foreman_remote_execution/smart_proxy_extensions.rb
- app/models/concerns/foreman_remote_execution/subnet_extensions.rb
- app/models/concerns/foreman_remote_execution/taxonomy_extensions.rb
- app/models/concerns/foreman_remote_execution/template_extensions.rb
- app/models/concerns/foreman_remote_execution/user_extensions.rb
- app/models/foreign_input_set.rb
- app/models/host_status/execution_status.rb
- app/models/input_template_renderer.rb
- app/models/job_invocation.rb
- app/models/job_invocation_composer.rb
- app/models/job_invocation_task_group.rb
- app/models/job_template.rb
- app/models/job_template_effective_user.rb
- app/models/remote_execution_provider.rb
- app/models/setting/remote_execution.rb
- app/models/ssh_execution_provider.rb
- app/models/target_remote_execution_proxy.rb
- app/models/targeting.rb
- app/models/targeting_host.rb
- app/models/template_input.rb
- app/models/template_invocation.rb
- app/models/template_invocation_input_value.rb
- app/overrides/execution_interface.rb
- app/overrides/subnet_proxies.rb
- app/services/proxy_load_balancer.rb
- app/views/api/v2/foreign_input_sets/base.json.rabl
- app/views/api/v2/foreign_input_sets/create.json.rabl
- app/views/api/v2/foreign_input_sets/index.json.rabl
- app/views/api/v2/foreign_input_sets/main.json.rabl
- app/views/api/v2/foreign_input_sets/show.json.rabl
- app/views/api/v2/job_invocations/base.json.rabl
- app/views/api/v2/job_invocations/create.json.rabl
- app/views/api/v2/job_invocations/index.json.rabl
- app/views/api/v2/job_invocations/main.json.rabl
- app/views/api/v2/job_invocations/show.json.rabl
- app/views/api/v2/job_templates/base.json.rabl
- app/views/api/v2/job_templates/create.json.rabl
- app/views/api/v2/job_templates/index.json.rabl
- app/views/api/v2/job_templates/main.json.rabl
- app/views/api/v2/job_templates/show.json.rabl
- app/views/api/v2/job_templates/update.json.rabl
- app/views/api/v2/template_inputs/base.json.rabl
- app/views/api/v2/template_inputs/create.json.rabl
- app/views/api/v2/template_inputs/index.json.rabl
- app/views/api/v2/template_inputs/main.json.rabl
- app/views/api/v2/template_inputs/show.json.rabl
- app/views/dashboard/.gitkeep
- app/views/job_invocation_task_groups/_job_invocation_task_group.html.erb
- app/views/job_invocation_task_groups/_job_invocation_task_groups.html.erb
- app/views/job_invocations/_description_fields.html.erb
- app/views/job_invocations/_form.html.erb
- app/views/job_invocations/_host_actions_td.html.erb
- app/views/job_invocations/_host_name_td.html.erb
- app/views/job_invocations/_host_status_td.html.erb
- app/views/job_invocations/_preview_hosts_list.html.erb
- app/views/job_invocations/_preview_hosts_modal.html.erb
- app/views/job_invocations/_tab_hosts.html.erb
- app/views/job_invocations/_tab_overview.html.erb
- app/views/job_invocations/index.html.erb
- app/views/job_invocations/new.html.erb
- app/views/job_invocations/refresh.js.erb
- app/views/job_invocations/show.html.erb
- app/views/job_invocations/show.js.erb
- app/views/job_templates/_custom_tab_headers.html.erb
- app/views/job_templates/_custom_tabs.html.erb
- app/views/job_templates/edit.html.erb
- app/views/job_templates/index.html.erb
- app/views/job_templates/new.html.erb
- app/views/overrides/nics/_execution_interface.html.erb
- app/views/overrides/subnets/_rex_tab.html.erb
- app/views/overrides/subnets/_rex_tab_pane.html.erb
- app/views/template_inputs/_foreign_input_set_form.html.erb
- app/views/template_inputs/_form.html.erb
- app/views/template_invocations/_output_line_set.html.erb
- app/views/template_invocations/_refresh.js.erb
- app/views/template_invocations/show.html.erb
- app/views/template_invocations/show.js.erb
- app/views/templates/package_action.erb
- app/views/templates/puppet_run_once.erb
- app/views/templates/run_command.erb
- app/views/templates/service_action.erb
- app/views/unattended/snippets/_remote_execution_ssh_keys.erb
- config/routes.rb
- db/migrate/20150612121541_add_job_template_to_template.rb
- db/migrate/20150616080015_create_template_input.rb
- db/migrate/20150708133241_add_targeting.rb
- db/migrate/20150708133242_add_invocation.rb
- db/migrate/20150708133305_add_template_invocation.rb
- db/migrate/20150812110800_add_resolved_at_to_targeting.rb
- db/migrate/20150812145900_add_last_task_id_to_job_invocation.rb
- db/migrate/20150826191632_create_target_remote_execution_proxies.rb
- db/migrate/20150827144500_change_targeting_search_query_type.rb
- db/migrate/20150827152730_add_options_to_template_input.rb
- db/migrate/20150903192731_add_execution_to_interface.rb
- db/migrate/20150923125825_add_job_invocation_task_group.rb
- db/migrate/20151013135415_add_pub_key_to_smart_proxy.rb
- db/migrate/20151022105508_rename_last_task_id_column.rb
- db/migrate/20151116105412_add_triggering_to_job_invocation.rb
- db/migrate/20151120171100_add_effective_user_to_template_invocation.rb
- db/migrate/20151124162300_create_job_template_effective_users.rb
- db/migrate/20151203100824_add_description_to_job_invocation.rb
- db/migrate/20151215114631_add_host_id_to_template_invocation.rb
- db/migrate/20151217092555_migrate_to_task_groups.rb
- db/migrate/20160108134600_create_template_input_sets.rb
- db/migrate/20160108141144_make_job_name_default_to_something.rb
- db/migrate/20160111113032_upcase_ssh_feature.rb
- db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
- db/migrate/20160113162007_expand_all_template_invocations.rb
- db/migrate/20160114120200_rename_job_categories.rb
- db/migrate/20160114125628_rename_job_name_to_job_category.rb
- db/seeds.d/60-ssh_proxy_feature.rb
- db/seeds.d/70-job_templates.rb
- db/seeds.d/80-provision_templates.rb
- db/seeds.d/90-bookmarks.rb
- doc/.bin/.gitkeep
- doc/.gitignore
- doc/Gemfile
- doc/Gemfile.lock
- doc/Rakefile
- doc/_config.yml
- doc/plugins/alert_block.rb
- doc/plugins/div_tag.rb
- doc/plugins/graphviz.rb
- doc/plugins/plantuml.rb
- doc/plugins/play.rb
- doc/plugins/tags.rb
- doc/plugins/toc.rb
- doc/source/.nojekyll
- doc/source/404.md
- doc/source/_includes/footer.html
- doc/source/_includes/header.html
- doc/source/_includes/tocify.html
- doc/source/_layouts/default.html
- doc/source/_layouts/page.html
- doc/source/atom.xml
- doc/source/design/index.md
- doc/source/design/wireframes.pdf
- doc/source/index.md
- doc/source/static/css/bootstrap-responsive.min.css
- doc/source/static/css/bootstrap.min.css
- doc/source/static/css/jquery.tocify.css
- doc/source/static/css/style.css
- doc/source/static/css/syntax.css
- doc/source/static/images/foreman.png
- doc/source/static/images/glyphicons-halflings-white.png
- doc/source/static/images/glyphicons-halflings.png
- doc/source/static/js/bootstrap.min.js
- doc/source/static/js/jquery-ui-1.9.2.custom.min.js
- doc/source/static/js/jquery.js
- doc/source/static/js/jquery.tocify.min.js
- doc/source/static/js/scroll.js
- foreman_remote_execution.gemspec
- lib/foreman_remote_execution.rb
- lib/foreman_remote_execution/engine.rb
- lib/foreman_remote_execution/version.rb
- lib/tasks/foreman_remote_execution_tasks.rake
- locale/Makefile
- locale/en/foreman_remote_execution.po
- locale/foreman_remote_execution.pot
- locale/gemspec.rb
- test/factories/foreman_remote_execution_factories.rb
- test/functional/api/v2/foreign_input_sets_controller_test.rb
- test/functional/api/v2/job_invocations_controller_test.rb
- test/functional/api/v2/job_templates_controller_test.rb
- test/functional/api/v2/template_inputs_controller_test.rb
- test/test_plugin_helper.rb
- test/unit/actions/run_hosts_job_test.rb
- test/unit/actions/run_proxy_command_test.rb
- test/unit/concerns/host_extensions_test.rb
- test/unit/concerns/nic_extensions_test.rb
- test/unit/execution_task_status_mapper_test.rb
- test/unit/input_template_renderer_test.rb
- test/unit/job_invocation_composer_test.rb
- test/unit/job_invocation_test.rb
- test/unit/job_template_effective_user_test.rb
- test/unit/job_template_test.rb
- test/unit/proxy_load_balancer_test.rb
- test/unit/remote_execution_provider_test.rb
- test/unit/targeting_test.rb
- test/unit/template_input_test.rb
- test/unit/template_invocation_input_value_test.rb
homepage: https://github.com/theforeman/foreman_remote_execution
licenses: []
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.8
signing_key: 
specification_version: 4
summary: A plugin bringing remote execution to the Foreman, completing the config
  management functionality with remote management functionality.
test_files:
- test/factories/foreman_remote_execution_factories.rb
- test/functional/api/v2/foreign_input_sets_controller_test.rb
- test/functional/api/v2/job_invocations_controller_test.rb
- test/functional/api/v2/job_templates_controller_test.rb
- test/functional/api/v2/template_inputs_controller_test.rb
- test/test_plugin_helper.rb
- test/unit/actions/run_hosts_job_test.rb
- test/unit/actions/run_proxy_command_test.rb
- test/unit/concerns/host_extensions_test.rb
- test/unit/concerns/nic_extensions_test.rb
- test/unit/execution_task_status_mapper_test.rb
- test/unit/input_template_renderer_test.rb
- test/unit/job_invocation_composer_test.rb
- test/unit/job_invocation_test.rb
- test/unit/job_template_effective_user_test.rb
- test/unit/job_template_test.rb
- test/unit/proxy_load_balancer_test.rb
- test/unit/remote_execution_provider_test.rb
- test/unit/targeting_test.rb
- test/unit/template_input_test.rb
- test/unit/template_invocation_input_value_test.rb