Project

General

Profile

Download (4.33 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d3509e63 01/03/2014 02:57 PM Lukas Zapletal

fixes #3943 - add simple virsh providers for libvirt DNS/DHCP

e478c9e7 01/01/2014 03:48 PM Glen Ogilvie

fixes #3936 added a method of running a custom tool, to trigger puppet.

4a8e35aa 11/22/2013 04:16 PM François Deppierraz

fixes #3732 - Saltstack puppet provider, using 'salt host puppet.run'

4c2e7d8b 11/20/2013 11:13 AM Romain Vrignaud

fixes #3699 - chefproxy feature, proxies facts and reports to Foreman

81a34451 10/16/2013 07:22 PM Greg Petras

fixes #3150 - adds ability to specify the user to invoke sudo as when calling mco/puppet kick

13ed4712 09/08/2013 07:18 AM Hannes Schaller

fixes #3047 - added puppetrun over ssh support

1242cab2 07/17/2013 11:46 AM Povilas Daukintis

Fixes #2790 - Optionally set DNS TTL value from settings.yml config file

80f8a61f 05/10/2013 12:21 PM Sam Kottler

fixes #2116 - mcollective support for the proxy to initialize puppetrun

7e72434b 05/09/2013 06:17 PM Dominic Cleal

fixes #1685 - GSS-TSIG support for DNS updates

3a19312e 04/10/2013 07:29 AM Greg Sutcliffe

fixes #2387 - Add shell provider to the BMC API

  • Only Accepts on/off/status/cycle for power commands
  • Needs sudo for the proxy to call /sbin/shutdown
  • Adds a simple test for calling the shutdown api
24806ab8 01/30/2013 03:22 AM Dominic Cleal

Fix a number of tests and settings so tests run from example settings.yml

- enable subsystems being tested before proxy loads code
- fix test assuming /bin/ls is always first in PATH
- dummy puppet.conf file

dd633419 11/15/2012 07:40 AM Greg Sutcliffe

More detailed log message for puppetca ssldir Add ssldir and puppetdir to config examples Fixes #1104

94cca053 08/28/2012 04:19 AM Corey Osman

feature #1829 - add bmc ipmi support to smart proxy

ed062812 03/23/2012 02:42 PM Florian Koch

fixes #1548 - Default Settings File Improvments

Signed-off-by: Florian Koch <>

5da8bfa9 02/20/2012 10:16 AM Ohad Levy

fixes #1499 - show puppet environments and classes over the API

6a342bd2 02/20/2012 02:37 AM Ulrich Dangel

Fix log_level comment for settings.yml.example

Logger.constants does not contain Fatal but only FATAL. This change
adjusts the comment for log_level.

700e96b5 07/20/2011 05:22 AM Paul Kelly

Fixes #1055 - SETTINGS.dhcp_subnets

Signed-off-by: Paul kelly <>

bf8dfda6 05/03/2011 09:05 AM Ohad Levy

fixes #853 - If used with the proxy, the dhcpd server is open for connections from any server

b2aa8c03 04/17/2011 03:18 AM Ohad Levy

Fixes Bug #800, Adds support for tftp_servername

Setting this value overrides the value in the subnet
declaration for the name of the tftp server

Signed-off-by: Mark Bainter <>

2b403a61 03/17/2011 03:57 AM Ohad Levy

fixes #732 - provide better defaults inside rpm package

5821a269 03/17/2011 03:39 AM Mark Bainter

fixes #752 - Lookup the constant for the log level

As written, the Logger::WARN is just a string, causing a crash when
comparing FIXNUM to String types. Switched to using get_const.
Note that this requires changing the settings.yml file to use just the
constant name, :log_level: WARN instead of Logger::WARN...

41ae3f71 02/01/2011 06:41 AM Lukas Zapletal

fixes #620 - PID file creation under /var/log/foreman-proxy

7a668c70 01/27/2011 02:27 AM Paul Kelly

Fixes #618 - Provide a dns_server setting

3ee29b07 01/25/2011 10:20 AM Ohad Levy

fixes #614 - proxy should support Daemon mode

a4f75050 01/25/2011 09:43 AM Ohad Levy

fixes #613 - Allow to use SSL to communicate with the proxy

e86a11a2 12/01/2010 03:29 AM Ohad Levy

Sample config file