Project

General

Profile

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

# Date Author Comment
335a1610 08/28/2015 07:43 AM Lukas Zapletal

Fixes #11323 - fixed PID writing, interrupt trap and daemon logging

9ea2ac71 01/26/2015 07:55 AM Lukas Zapletal

Fixes #8905 - bind_port config option

30aff66f 01/26/2015 07:47 AM Markus Frosch

Fixes #7849 - re-factor trusted_hosts handling

On HTTPS we will get the FQDN from the client certificate and check against the
list.

While on HTTP we will perform both reverse DNS and forward DNS lookup to verify
the client may talk to us.

Additionally the forward_verify of DNS can be disabled.

0c9a01b6 08/08/2014 05:44 AM Dominic Cleal

fixes #6589 - add trusted_hosts check back

6108539b 08/06/2014 09:10 AM Martin Milata

fixes #6522 - move request code out of chef module

The patch also moves foreman_ssl_ca, foreman_ssl_cert and
foreman_ssl_key config options from Chef plugin config to global config
and adds fallback to the ssl_* options if these are not defined.

038fa6cf 06/18/2014 02:18 PM Dmitri Dolguikh

Fixes #4866: Breaking up monolithic smart-proxy into modules

cabb60bc 05/20/2014 10:24 AM Jimmi Dyson

Fixes #5712: Limit DHCP subnets for ISC if necessary

53863e79 04/25/2014 09:05 AM Felix Barbeira

Small symantic changes.

3824d182 04/02/2014 10:09 AM Lukas Zapletal

fixes #5019 - puppet cert sudo command now configurable and optional

45e05273 04/02/2014 10:07 AM Stephen Benjamin

fixes #1809 - freeipa integration to smartproxy

168ee4e6 01/15/2014 02:33 PM Martin Matuska

fixes #3991 - dnscmd provider for smart-proxy (Windows)

860a2885 01/15/2014 01:47 PM Romain Vrignaud

refs #3699 - update settings.yml.example

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