Project

General

Profile

Activity

From 11/16/2012 to 12/15/2012

12/11/2012

03:44 AM Bug #2031 (Closed): Smart proxy should not depend on net-ping
Applied in changeset commit:"b4982e2425ce4a1de3693f2a73d25f96369f405f". Anonymous

12/10/2012

03:22 PM Revision c60b9b25: release bump to 1.1RC1
Ohad Levy
02:58 PM Revision b4982e24: fixes #2031 - Remove dependency on net-ping
Greg Sutcliffe
02:54 PM Bug #2031 (Closed): Smart proxy should not depend on net-ping
net-ping pulls in net-ldap and other stuff we don't need just to do a TCP ping. We should drop that dependency. Greg Sutcliffe

12/05/2012

02:46 PM Bug #1983 (Closed): puppet_conf mandatory with Puppet 3 for confdir initialisation
Applied in changeset commit:"7530ea4b0f97982e7c5566162a585685be98f0eb". Dominic Cleal
08:56 AM Bug #1983: puppet_conf mandatory with Puppet 3 for confdir initialisation
Ohad Levy wrote:
> should we also update the packaging to include it by default?
This was done in "pr#13":https://gi...
Dominic Cleal
08:50 AM Bug #1983: puppet_conf mandatory with Puppet 3 for confdir initialisation
should we also update the packaging to include it by default? Ohad Levy
02:46 PM Bug #2016 (Closed): Potential IP suggestion race condition in the Proxy
Applied in changeset commit:"9a38704839f089942683842e6ebc369cb8502181". Anonymous
01:45 PM Bug #2016 (Closed): Potential IP suggestion race condition in the Proxy
If two users both ask for an IP at the same time, the proxy will suggest the same IP to both of them. See pull/44 for... Greg Sutcliffe
02:03 PM Revision 9a387048: fixes #2016 Use a tmpfile+lockfile to avoid race conditions in IP suggestion
Greg Sutcliffe
09:15 AM Revision 7530ea4b: fixes #1983 - use /etc/puppet/puppet.conf by default
When initialising Puppet 3 settings directly, a config dir or file is required,
so default to /etc/puppet/puppet.conf...
Dominic Cleal

12/01/2012

05:27 PM Bug #1986 (Closed): Smart-Proxy Documentation on SSL
It looks like a while ago someone went in and edited this document with what should have been an issue ticket rather ... Robert Birnie

11/28/2012

02:51 PM Bug #1655 (Resolved): Failed to list puppet environments: Attempting to initialize global default settings more than once!
Thanks for confirming Drew! Dominic Cleal
02:47 PM Bug #1655: Failed to list puppet environments: Attempting to initialize global default settings more than once!
This issue seems to be resolved by http://theforeman.org/issues/1915. I applied the changes from the commit at https... Drew Blessing
10:22 AM Feature #1985 (Closed): Smart proxy should use nmap
ping is not a great choice for IP detection - nmap would be much better. patch incoming Greg Sutcliffe
05:47 AM Bug #1984 (Closed): Ruby 1.9 handles wiriting arrays to files differently
merged in 981015b93b31f09929d4f73262eb4eca0891acb3 Greg Sutcliffe
05:38 AM Bug #1984 (Closed): Ruby 1.9 handles wiriting arrays to files differently
On ruby1.9 the autosign DELETE route breaks, because "file.write array" no longer does an implicit join. Patch incoming. Greg Sutcliffe
05:44 AM Revision 66223ef2: Fixes #1984 - explicitly call array.join when writing autosign.conf
Greg Sutcliffe
04:47 AM Bug #1983 (Ready For Testing): puppet_conf mandatory with Puppet 3 for confdir initialisation
https://github.com/theforeman/smart-proxy/pull/45
https://github.com/theforeman/foreman-rpms/pull/13
Dominic Cleal

11/27/2012

03:55 PM Bug #1950 (Resolved): The smart proxy attempts to load the configuration more than once when using Puppet 3
Got merged in a07f4bd0840e657f26fe2bbe18932a1bdb4554da. Dominic Cleal
05:45 AM Bug #1950: The smart proxy attempts to load the configuration more than once when using Puppet 3
works for me David Schmitt
10:36 AM Bug #1983 (Closed): puppet_conf mandatory with Puppet 3 for confdir initialisation
Using Puppet 3 with the proxy, if "puppet_conf" isn't specified then settings can't be initialised:
E, [2012-11-27T1...
Dominic Cleal

11/22/2012

04:51 PM Bug #1967 (Closed): Failed to list certificates: uninitialized constant Module::Puppet
Applied in changeset commit:"7a74458139368bce08bd16c5613f4691e2c22fed". Dominic Cleal
08:32 AM Bug #1967 (Assigned): Failed to list certificates: uninitialized constant Module::Puppet
Thanks for confirming.
https://github.com/theforeman/smart-proxy/pull/43
Dominic Cleal
08:17 AM Bug #1967: Failed to list certificates: uninitialized constant Module::Puppet
> Could you try adding require 'puppet' to the top of lib/proxy/puppetca.rb?
help when added after line: module Proxy...
Dmitriy Novitskiy
08:13 AM Bug #1967: Failed to list certificates: uninitialized constant Module::Puppet
Hm, fix error when replace puppetca.rb with this file: https://github.com/logicminds/smart-proxy/blob/223cc97fc3a1978... Dmitriy Novitskiy
08:04 AM Bug #1967: Failed to list certificates: uninitialized constant Module::Puppet
Could you try adding @require 'puppet'@ to the top of @lib/proxy/puppetca.rb@? Dominic Cleal
07:58 AM Bug #1967: Failed to list certificates: uninitialized constant Module::Puppet
... Dmitriy Novitskiy
07:19 AM Bug #1967: Failed to list certificates: uninitialized constant Module::Puppet
Could you try editing @/usr/share/foreman-proxy/lib/puppetca_api.rb@ and changing these from line 6? It might give a... Dominic Cleal
05:35 AM Bug #1967 (Closed): Failed to list certificates: uninitialized constant Module::Puppet
I have problem with smart-proxy and puppet 3:
OS: Centos 5 i386
puppet: 3.0.1
foreman: 1.0.1-1.el5
foreman-proxy: 1.0...
Dmitriy Novitskiy
10:39 AM Revision 7a744581: fixes #1967 - missing require for Puppet constant
Dominic Cleal
10:37 AM Revision a07f4bd0: fixes #1915 - load environments from Puppet 3
Two changes to support loading environment settings from Puppet 3:
* explicitly specify the run_mode as being 'maste...
Dominic Cleal
10:22 AM Bug #1915 (Closed): Proxy with puppet3 causes global load errors
Applied in changeset commit:"ff16a263433c5f3202b81663ba9a6745dd11a047". Dominic Cleal

11/21/2012

03:06 PM Bug #1915 (Assigned): Proxy with puppet3 causes global load errors
Two pulls to address this, the main one being for the smart proxy, but related was one in foreman itself:
* https://...
Dominic Cleal

11/16/2012

03:51 PM Bug #1915: Proxy with puppet3 causes global load errors
After applying the change on @Puppet.parse_config@ to
@Puppet.settings.initialize_global_settings(Puppet[:config]) u...
Carlos Aguado
04:48 AM Feature #676: Syslog support
I clicked on the wrong button to vote. Too bad I didnt find how to revoke my vote :( Benjamin Papillon
04:16 AM Bug #1806 (Duplicate): puppet 2.6 depreciates puppetca
Ohad Levy
04:13 AM Bug #1441 (Closed): error when updating to 0.3.1 from .2.3 rpm
Ohad Levy
04:13 AM Bug #1441: error when updating to 0.3.1 from .2.3 rpm
cant reproduce with latest version Ohad Levy
 

Also available in: Atom