Re: [Puppet-dev] Catalog Service

2010-10-05 Thread Luke Kanies
On Oct 4, 2010, at 3:37, David Schmitt wrote: > On 10/2/2010 1:06 AM, Luke Kanies wrote: >> On Sep 17, 2010, at 1:41 AM, David Schmitt wrote: >> >>> On 9/16/2010 1:26 AM, Luke Kanies wrote: > >> I've updated the document with these notes and Brice's.Would you >> prefer I post the whole doc here,

Re: [Puppet-dev] Catalog Service

2010-10-04 Thread David Schmitt
On 10/2/2010 1:06 AM, Luke Kanies wrote: On Sep 17, 2010, at 1:41 AM, David Schmitt wrote: On 9/16/2010 1:26 AM, Luke Kanies wrote: I've updated the document with these notes and Brice's.Would you prefer I post the whole doc here, or just rely on people checking the original out? http://pro

Re: [Puppet-dev] Catalog Service

2010-10-01 Thread Luke Kanies
On Sep 17, 2010, at 1:41 AM, David Schmitt wrote: > On 9/16/2010 1:26 AM, Luke Kanies wrote: >> Hi all, >> >> I've just stuck my proposal for a Catalog Service (which we've been >> bandying about internally for a while, and which I've been thinking >> about even longer) on the wiki: >> >> http:/

Re: [Puppet-dev] Catalog Service

2010-09-21 Thread Jeff McCune
On Wed, Sep 15, 2010 at 4:26 PM, Luke Kanies wrote: [snip] > Comments appreciated, and ideas for how you would use it appreciated even > more. After reading through a couple of times, I'm not compelled to comment on any specific aspects so I think it looks good. I'll keep an eye out for specifi

Re: [Puppet-dev] Catalog Service

2010-09-21 Thread Luke Kanies
On Sep 20, 2010, at 7:15 AM, David Schmitt wrote: > On 9/17/2010 11:03 PM, Luke Kanies wrote: > [...] >>> node A { y { 1: } } node B { x { 1: } } >>> >>> define y() { $next = $name+1 @@x { $next: } Y<<||>> } >>> >>> define x() { $next = $name+1 @@y { $next: } X<<||>> } >>> >>> If I'm not comple

Re: [Puppet-dev] Catalog Service

2010-09-20 Thread Luke Kanies
On Sep 20, 2010, at 7:15, David Schmitt wrote: > Combining external node classification, fact storage and offline-compile > capability mentally really made that idea click for me. It leads to a mental > model which contains a single step from definition to Catalog for the whole > system as opp

Re: [Puppet-dev] Catalog Service

2010-09-20 Thread David Schmitt
On 9/17/2010 11:03 PM, Luke Kanies wrote: On Sep 17, 2010, at 4:41 AM, David Schmitt wrote: On 9/16/2010 1:26 AM, Luke Kanies wrote: Hi all, I've just stuck my proposal for a Catalog Service (which we've been bandying about internally for a while, and which I've been thinking about even longe

Re: [Puppet-dev] Catalog Service

2010-09-17 Thread Luke Kanies
On Sep 17, 2010, at 6:08 AM, Brice Figureau wrote: > On Wed, 2010-09-15 at 16:26 -0700, Luke Kanies wrote: >> Hi all, >> >> I've just stuck my proposal for a Catalog Service (which we've been >> bandying about internally for a while, and which I've been thinking >> about even longer) on the wiki:

Re: [Puppet-dev] Catalog Service

2010-09-17 Thread Luke Kanies
On Sep 17, 2010, at 4:41 AM, David Schmitt wrote: > On 9/16/2010 1:26 AM, Luke Kanies wrote: >> Hi all, >> >> I've just stuck my proposal for a Catalog Service (which we've been >> bandying about internally for a while, and which I've been thinking >> about even longer) on the wiki: >> >> http:/

Re: [Puppet-dev] Catalog Service

2010-09-17 Thread Brice Figureau
On Wed, 2010-09-15 at 16:26 -0700, Luke Kanies wrote: > Hi all, > > I've just stuck my proposal for a Catalog Service (which we've been > bandying about internally for a while, and which I've been thinking > about even longer) on the wiki: > > http://projects.puppetlabs.com/projects/puppet/wiki/C

Re: [Puppet-dev] Catalog Service

2010-09-17 Thread David Schmitt
On 9/16/2010 1:26 AM, Luke Kanies wrote: Hi all, I've just stuck my proposal for a Catalog Service (which we've been bandying about internally for a while, and which I've been thinking about even longer) on the wiki: http://projects.puppetlabs.com/projects/puppet/wiki/CatalogServiceArchitecture

[Puppet-dev] Catalog Service

2010-09-15 Thread Luke Kanies
Hi all, I've just stuck my proposal for a Catalog Service (which we've been bandying about internally for a while, and which I've been thinking about even longer) on the wiki: http://projects.puppetlabs.com/projects/puppet/wiki/CatalogServiceArchitecture Comments appreciated, and ideas for how