Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

fixes #12000 - support remote execution in installer #286

Merged
merged 1 commit into from
Dec 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/answers.katello-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ foreman::plugin::default_hostgroup: false
foreman::plugin::puppetdb: false
foreman::plugin::setup: false
foreman::plugin::templates: false
foreman::plugin::remote_execution: false

katello::plugin::gutterball: true

Expand Down
4 changes: 4 additions & 0 deletions config/katello-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
:foreman::plugin::templates:
:dir_name: foreman
:manifest_name: plugin/templates
:foreman::plugin::remote_execution:
:dir_name: foreman
:manifest_name: plugin/remote_execution
:params_name: plugin/remote_execution/params
:foreman::plugin::setup:
:dir_name: foreman
:manifest_name: plugin/setup
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
add:
foreman::plugin::remote_execution: false
6 changes: 6 additions & 0 deletions migrate/katello-installer.yaml/02-remote_execution.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
add:
:mapping:
:foreman::plugin::remote_execution:
:dir_name: foreman
:manifest_name: plugin/remote_execution