Project

General

Profile

Activity

From 01/05/2013 to 02/03/2013

02/03/2013

12:25 PM Bug #2174 (Resolved): Wrong log settings should have the proxy terminate on startup
When specifying "STDOUT" which is mentioned as a possibility in the settings file the proxy starts fine but apparentl... Dennis Jacobfeuerborn
12:18 PM Bug #2173: "500 internal error" when proxy log file is invalid
Found the reason for this. When dealing with http://projects.theforeman.org/issues/2172 I set the log file to STDOUT.... Dennis Jacobfeuerborn
12:09 PM Bug #2173 (Closed): "500 internal error" when proxy log file is invalid
After successfully installing 1.1rc5 with the installer and adding the local proxy to the config with the name "local... Dennis Jacobfeuerborn

01/31/2013

03:04 PM Feature #2101 (Closed): Project should include a Gemfile
Applied in changeset commit:"1112ca8ae2c96a50f32322760c968ffdd9354eeb". Dominic Cleal
03:04 PM Bug #1674 (Closed): Error when modifying autosign.conf with commented line
Applied in changeset commit:"45455631b6eeae5229da3b00b50228fa424faecc". Jan Vansteenkiste

01/30/2013

03:45 AM Bug #1674: Error when modifying autosign.conf with commented line
https://github.com/theforeman/smart-proxy/pull/59 Dominic Cleal
03:38 AM Revision 45455631: fixes #1674: Ignore commented lines when reading all certificates in autosign and make sure the autosign file contains a EOL on the last line
Jan Vansteenkiste
03:38 AM Revision ad635ac8: Tests the autosign.conf operations
Jan Vansteenkiste
03:22 AM Revision 1112ca8a: fixes #2101 - add bundler / Gemfile
Dominic Cleal
03:22 AM Revision 24806ab8: 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 ...
Dominic Cleal

01/24/2013

10:34 AM Revision 22431e90: version bump to RC3
Ohad Levy
06:24 AM Revision f3923961: refs #1567 - fixed a copy paste error
Ohad Levy

01/23/2013

06:13 AM Bug #2152: foreman-proxy in foreground mode prevents server from booting
This is a packaging problem - the proxy can't tell if it's a boot-start or not, so it needs to be handled in the init... Greg Sutcliffe

01/22/2013

11:11 AM Bug #2152 (Resolved): foreman-proxy in foreground mode prevents server from booting
Having ":daemon: false" set in /etc/foreman-proxy/settings.yaml prevents the server coming back up in the event of a ... Callum Scott

01/21/2013

02:50 AM Bug #2148 (Duplicate): Error 400 or Conflict DNS when try save host, if bind config has wildcard record for domain
Ohad Levy
02:32 AM Bug #2148 (Duplicate): Error 400 or Conflict DNS when try save host, if bind config has wildcard record for domain
I have bind-9.8.2-0.10.rc1.el6_3.3.x86_64
And my bind config has wildcard record for my domain:
* IN CNAME fabrikant...
Vlad Koul

01/20/2013

01:23 PM Bug #2085 (Closed): Classes import fails on first module with Puppet 3: Could not find value for $confdir
Applied in changeset commit:"d58db7573838c16005113e201833b535af90e6cf". Dominic Cleal
01:23 PM Bug #2143 (Closed): Only create the log file parent dir if daemonize is true
Applied in changeset commit:"952c4515f51069310b936fa5b2df25f0163fda11". Anonymous
10:02 AM Revision 952c4515: Fixes #2143: Only create the log file parent dir if daemonize is true
Sam Kottler
09:58 AM Revision d58db757: fixes #2085 - load Puppet 3 app defaults for master mode too
Allows $confdir and other run mode specific settings to be initialised from
the defaults present in Puppet::Util::Run...
Dominic Cleal

01/18/2013

10:53 AM Feature #1809: Smart-Proxy control of IPA Server
Integrating machine joins via OTPs would be useful too: http://freeipa.org/page/Machine_join. This might work well a... Dominic Cleal
08:56 AM Bug #2143 (Closed): Only create the log file parent dir if daemonize is true
The parent dir will be created right now even if the logs are getting emitted to stdout. Sam Kottler

01/17/2013

12:24 PM Bug #2085 (Ready For Testing): Classes import fails on first module with Puppet 3: Could not find value for $confdir
https://github.com/theforeman/smart-proxy/pull/57 Dominic Cleal

01/16/2013

01:43 AM Bug #2131 (New): Error 400 when try save host, if bind config has wildcard record for domain
I have bind-9.8.2-0.10.rc1.el6_3.3.x86_64
And my bind config has wildcard record for my domain:
* IN ...
Vlad Koul

01/12/2013

04:47 AM Bug #2085: Classes import fails on first module with Puppet 3: Could not find value for $confdir
I'm considering this a blocker for 1.1 and have a proper solution in the works, but here's a quick hack for anybody w... Dominic Cleal

01/10/2013

05:46 AM Feature #1985: Smart proxy should use nmap
No. We merged a patch to remove the net-ping dependency (and always shell out to system ping instead) but nmap is sti... Greg Sutcliffe

01/09/2013

11:01 PM Feature #1985: Smart proxy should use nmap
Isn't this already taken care of? Sam Kottler
11:00 PM Bug #2119: ignored valid puppet modulepath if first configured directory does not exist
I can reproduce this. Thanks for the report @kcormier! Sam Kottler

01/08/2013

03:08 PM Bug #2119 (Closed): ignored valid puppet modulepath if first configured directory does not exist
In my master section of my puppet.conf I have the following modulepath:
modulepath = $confdir/environments/$environm...
Kevin Cormier
06:11 AM Bug #2099 (Closed): $confdir not interpolated in puppet modulepath during class import
Applied in changeset commit:"ce3bbf116ce0f03425bf062e26f1663310f54bf2". Dominic Cleal
06:11 AM Bug #2114 (Closed): Add warning if no environments found and smart-proxy falls back to defaults
Applied in changeset commit:"90a57cf1dbe7858d7985a878a96d05df7e0bee3c". Christoph Witzany
04:07 AM Revision 90a57cf1: fixes #2114 Add warning if no environments found
Christoph Witzany
04:02 AM Revision 4e24d8c8: fixes #2099 - fix handling of multiple module paths
Replace every occurrence of $confdir, not only the first one Raffael Schmid
04:02 AM Revision ce3bbf11: fixes #2099 - interpolate $confdir if $environment not used
Dominic Cleal

01/07/2013

10:55 AM Bug #2099 (Ready For Testing): $confdir not interpolated in puppet modulepath during class import
https://github.com/theforeman/smart-proxy/pull/55 Dominic Cleal
10:36 AM Bug #2114 (Closed): Add warning if no environments found and smart-proxy falls back to defaults
https://github.com/theforeman/smart-proxy/pull/54 Christoph Witzany
 

Also available in: Atom