
** Next PR Triage Wednesday, October 15th @ 10:00 am Pacific. **Priorities
- Puppet 3.7.2
- CFacter on the march
- New puppet doc implementation
- Code removal for puppet 4
CommentaryPuppet 3.7.2 is in full swing. The big unknown for me was the memory leak (PUP-3345) that had been reported, but we hadn't reproduced. Well, it's been reproduced. It happens when directory environments are in use and environment_timeout != unlimited. Whenever it refreshes the environment cache it seems to leak memory. This is pretty critical for us since it will be in the next PE version, work on which is taking a lot of our time at the moment.CFacter is continuing. Solaris support is still in the works and so is the toolchain for building it on all the various platforms. I believe you can see the build scripts at https://github.com/puppetlabs/cfacter-build
Puppet-dev conversations of note:* PUP-1073 - How to allow installing packages with the same name in different packaging systems in a single catalog?This thread had been going on for a long time and had died off in March without a conclusion. The issue was brought back to my attention this past week and so I started the conversation up again with another proposal. There are some very valid concerns about what impact loosening the constraints will have on catalogs and flapping resources; however, it appears that the decision is to go ahead with the latest proposal. I still need to reply to the thread to conclude it and update tickets, etc, etc. I'm going to target a fix a 4.0.* Behavior of apply + ENCFelix presented some options about how command line arguments should behave wrt to environments + enc + command line overrides. There was a lot of agreement about a "command line args win" solution, but RI feels that "ENC wins" is the better solution. I'm waiting with baited breath for the conclusion :)* Removing types/providers from coreAh yes. This old thread. But it's going somewhere this time! Daenny and Kylo submitted a PR for removing nagios from core at the contributor summit and now Daenny is following up with working out a plant for removing the rest. I'd really like to see this drive to a conclusion that we take action on this time. At the moment a lot of things hinge on getting packaging setup to allow pulling in modules so that they don't live in the core repo, but are available in a standard puppet installation.Puppet strings 0.1.0 has been released! Hailee put a lot of work into this to get it ready and Charlie did a lot of great work to show that it can be done. The next steps are for people to try it out and send us feedback/fixes.Whopper has been working through the code removals for puppet 4. Not much else to say about that...DataI was hoping to have some data from our profiling information request…but we still don't have any :(The data trap--Andrew ParkerFreenode: zaphod42Twitter: @aparker42Software Developer
--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/CANhgQXtSbWs9O%2Bimdn14vXddxyNTCdQTN%2B0mDZ%2BiJXgcePb2wQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
On Thu, Oct 9, 2014 at 12:24 PM, Andy Parker <an...@puppetlabs.com> wrote:** Next PR Triage Wednesday, October 15th @ 10:00 am Pacific. **Priorities
- Puppet 3.7.2
- CFacter on the march
- New puppet doc implementation
- Code removal for puppet 4
CommentaryPuppet 3.7.2 is in full swing. The big unknown for me was the memory leak (PUP-3345) that had been reported, but we hadn't reproduced. Well, it's been reproduced. It happens when directory environments are in use and environment_timeout != unlimited. Whenever it refreshes the environment cache it seems to leak memory. This is pretty critical for us since it will be in the next PE version, work on which is taking a lot of our time at the moment.CFacter is continuing. Solaris support is still in the works and so is the toolchain for building it on all the various platforms. I believe you can see the build scripts at https://github.com/puppetlabs/cfacter-buildClarification: that repo has build support only for Solaris and Windows. For new-enough Linux and OS X the build instructions are trivially short and are in the readme: https://github.com/puppetlabs/cfacter/blob/master/README.md
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/CALsUZFHrFSV0Ayz9AD8VVOKYY9%3DT1MspvCRBKBzzuLnVuAnt%3Dg%40mail.gmail.com.
On Thu, Oct 9, 2014 at 12:24 PM, Andy Parker <an...@puppetlabs.com> wrote:** Next PR Triage Wednesday, October 15th @ 10:00 am Pacific. **Priorities
- Puppet 3.7.2
- CFacter on the march
- New puppet doc implementation
- Code removal for puppet 4
CommentaryPuppet 3.7.2 is in full swing. The big unknown for me was the memory leak (PUP-3345) that had been reported, but we hadn't reproduced. Well, it's been reproduced. It happens when directory environments are in use and environment_timeout != unlimited. Whenever it refreshes the environment cache it seems to leak memory. This is pretty critical for us since it will be in the next PE version, work on which is taking a lot of our time at the moment.CFacter is continuing. Solaris support is still in the works and so is the toolchain for building it on all the various platforms. I believe you can see the build scripts at https://github.com/puppetlabs/cfacter-buildClarification: that repo has build support only for Solaris and Windows. For new-enough Linux and OS X the build instructions are trivially short and are in the readme: https://github.com/puppetlabs/cfacter/blob/master/README.md
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/4f503290-264b-4981-aec0-07b2c2540b3b%40googlegroups.com.
On 10 October 2014 06:56, Kylo Ginsberg <ky...@puppetlabs.com> wrote:On Thu, Oct 9, 2014 at 12:24 PM, Andy Parker <an...@puppetlabs.com> wrote:** Next PR Triage Wednesday, October 15th @ 10:00 am Pacific. **Priorities
- Puppet 3.7.2
- CFacter on the march
- New puppet doc implementation
- Code removal for puppet 4
CommentaryPuppet 3.7.2 is in full swing. The big unknown for me was the memory leak (PUP-3345) that had been reported, but we hadn't reproduced. Well, it's been reproduced. It happens when directory environments are in use and environment_timeout != unlimited. Whenever it refreshes the environment cache it seems to leak memory. This is pretty critical for us since it will be in the next PE version, work on which is taking a lot of our time at the moment.CFacter is continuing. Solaris support is still in the works and so is the toolchain for building it on all the various platforms. I believe you can see the build scripts at https://github.com/puppetlabs/cfacter-buildClarification: that repo has build support only for Solaris and Windows. For new-enough Linux and OS X the build instructions are trivially short and are in the readme: https://github.com/puppetlabs/cfacter/blob/master/README.mdHi Gang,Any idea when cfacter will show up in the nightly repos?I am keen to add support for it (and the nightly repos) to my puppet management module.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/CAM8R_x_UdCrDt6q8%3DJ7urJe3uOtLcpZVevdX7JSAOEwJ_Dw%2BYQ%40mail.gmail.com.