Project

General

Profile

List of Plugins » History » Version 18

Ohad Levy, 04/03/2013 04:16 AM
added memcache plugin

1 1 Joseph Magen
h1. List of Plugins
2
3 13 Dominic Cleal
h2. Foreman plugins
4
5 3 Joseph Magen
h3. foreman_reserve - https://github.com/isratrade/foreman_reserve
6 2 Joseph Magen
7 7 Joseph Magen
> This plugin implements a new custom API call at */api/hosts_reserve* that returns the name of available host(s) and updates the host's parameters.
8 2 Joseph Magen
9 8 Oved Ourfali
h3. foreman_ovirt - https://github.com/oourfali/foreman_ovirt
10 2 Joseph Magen
11 8 Oved Ourfali
> This plugin allows oVirt users to view Foreman data from within the oVirt Administration Portal
12 2 Joseph Magen
13
h3. foreman_radiator - https://github.com/isratrade/foreman_radiator
14
15 5 Joseph Magen
> This plugin allows users to view from within Foreman the radiator page found in Puppet Dashboard.
16 9 Mikael Fridh
17
h3. foreman_epel_release - https://github.com/frimik/foreman_epel_release
18
19
> This plugin exposes a new route /epel-release/:version/:arch which redirects to the latest Fedora "EPEL":http://fedoraproject.org/wiki/EPEL release RPM package.
20 10 Dominic Cleal
21
h3. foreman_param_lookup - https://github.com/domcleal/foreman_param_lookup
22
23
> Exposes smart class parameters lookups as an API, used with "foreman_data_binding":https://github.com/domcleal/foreman_data_binding and automatic Puppet 3 data lookups.
24 11 Dominic Cleal
25
h3. hubot_notify - https://github.com/GregSutcliffe/hubot_notify
26
27
> Sends an HTTP message (via POST) to a webservice (hubot) for reposting to an IRC channel on build events.
28 13 Dominic Cleal
29 14 Greg Sutcliffe
h3. foreman_discovery - https://github.com/GregSutcliffe/foreman_discovery *ALPHA*
30
31
> A preview version of Metal-as-a-Service functionality for Foreman. Be sure to read the README carefully ;)
32
33 15 Greg Sutcliffe
h3. foreman_column_view - https://github.com/GregSutcliffe/foreman_column_view
34
35
> Adds a new column to the Hosts view. The user can define what the column should display
36
37 16 Dominic Cleal
h3. foreman_hooks - https://github.com/domcleal/foreman_hooks
38
39
> Executes hook scripts on lifecycle events in Foreman, allowing you to integrate Foreman quickly into other systems.
40
41 17 Mikael Fridh
h3. foreman_audited_notifications - https://github.com/frimik/foreman_audited_notifications
42
43
> Sends Audit notifications to Email and IRC (Currently via rbot) for all (most) changes happening in Foreman.
44
45 18 Ohad Levy
h3. foreman_memcache - https://github.com/ohadlevy/foreman_memcache
46
47
> Adds memcache support for foreman
48
49 13 Dominic Cleal
h2. Plugins for Foreman in other software
50 12 Daniel Lobato Garcia
51
h3. mcollective-foreman - https://github.com/eLobato/mcollective-foreman
52
53
> Uses foreman as a discovery agent for Marionette Collective
54 16 Dominic Cleal
55
h3. foreman_data_binding - https://github.com/domcleal/foreman_data_binding
56
57
> Uses Foreman's smart class parameters with Puppet 3's data binding feature.