Feature #996
closedadd plugins support
Description
Foreman should allow 3rd party plugins support.
this would allow people to customize foreman for their needs without breaking the core functionality.
Updated by monte olvera over 13 years ago
this feature would really be nice as I would like to either 1) create a tab in Foreman which provides a link to a ChiliProject's Puppet Git Repository or 2) Create a Foreman Puppet Git Repository Plugin.
Updated by Brian Smith over 12 years ago
Since foreman is a rails project, I see that we have the vendor/plugins directory, so in theory, you can already write plugins for the application. The question (for me, at least) is how extensible are the objects used for the Host and Host Group interfaces in terms of adding a settings tab and selected options. I envision puppet modules in ruby DSL that pull input data from foreman plugins for things like managing crontabs, package management, user management, iptables, etc.
Updated by Ohad Levy over 12 years ago
Rails provides the ability to add plugins via rails engines, the main question here is where to add UI hooks, so you could easily extend the UI as well.
I think the good working model is redmine, and once someone have free cycle to work on this, she should look into that.
Updated by Joseph Magen about 12 years ago
Plugins are introduced in Foreman 1.1. You can read more at http://theforeman.org/projects/foreman/wiki/Plugins
Updated by Dominic Cleal almost 12 years ago
- Category set to Plugin integration
- Status changed from New to Resolved
- Assignee set to Joseph Magen
- Target version set to 1.1