Skip to content
Open
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
12 changes: 11 additions & 1 deletion src/features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ katello:
foreman:
plugin_name: katello
hammer: katello
dependencies:
- tasks
google:
description: Google Compute Engine plugin for Foreman
hammer: foreman_google
Expand All @@ -20,6 +22,14 @@ azure-rm:
hammer: foreman_azure_rm
foreman:
plugin_name: foreman_azure_rm
tasks:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be marked as internal?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk? For pure foreman it might not be.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it won't affect our use cases since it will be pulled in by dependencies. Just always been a weird one to list as a "feature" since it's not user facing.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

description: Tasks management engine for Foreman
foreman:
plugin_name: foreman-tasks
hammer: foreman_tasks
internal: true
dependencies:
- dynflow
remote-execution:
description: Remote Execution plugin for Foreman
foreman:
Expand All @@ -28,7 +38,7 @@ remote-execution:
plugin_name: remote_execution_ssh
hammer: foreman_remote_execution
dependencies:
- dynflow
- tasks
dynflow:
internal: true
foreman_proxy:
Expand Down