Re: [foreman-dev] Re: 1.15.0 release status

2017-05-10 Thread Daniel Lobato
Thanks, it seems like either I don't understand the combination filter or it didn't work (https://github.com/theforeman/foreman-infra/blob/cb03c58b7b2bf3b5c61a125e4c32841a07a6a274/puppet/modules/jenkins_job_builder/files/theforeman.org/yaml/jobs/release_test.yaml#L33) combination-filter: 'os == "e

[foreman-dev] Re: [Event] Foreman Community Demo Items - Thu 11 May 3pm [GMT]

2017-05-10 Thread Greg Sutcliffe
Friendly reminder that the demo is *tomorrow* and I still see very little content on the agenda. Given we did an AMA last time, it's been 6 weeks since the last demo - is there really nothing to show since then? Or is it a case of people not having enough time to spare? Greg -- You received this

Re: [foreman-dev] Re: 1.15.0 release status

2017-05-10 Thread Michael Moll
Hi, On Thu, May 11, 2017 at 01:57:26AM +0900, Daniel Lobato wrote: > Currently the pipeline is stuck on tests for Debian Stretch (not sure > if just an artifact or a real failure yet, investigating). Stretch is not supported with 1.15 (and known to fail). So that should get overriden for 1.15 (or

[foreman-dev] Re: 1.15.0 release status

2017-05-10 Thread Daniel Lobato
Update, RPMS are signed and signatures are uploaded. Currently the pipeline is stuck on tests for Debian Stretch (not sure if just an artifact or a real failure yet, investigating). Help investigating the issue would be appreciated :) After tests pass on Debian stretch both RPMs and debs will be p

Re: [foreman-dev] Katello Scenario tests and annotations merged

2017-05-10 Thread Ivan Necas
Justin Sherrill writes: > Hi All, > > I have just merged https://github.com/Katello/katello/pull/6716 which > adds some end to end testing for a small set of scenarios (that will > likely be expanded over time). It also adds annotations to these > requests and the ability to generated documen

Re: [foreman-dev] Script to recycle passenger processes

2017-05-10 Thread Bryan Kearney
On 05/10/2017 05:05 AM, Lukas Zapletal wrote: Check out the new version I just pushed into the gist! I hope you will like it. What is the process to go from gist to in 1.16? -- bk -- You received this message because you are subscribed to the Google Groups "foreman-dev" group. To unsubscribe

Re: [foreman-dev] Script to recycle passenger processes

2017-05-10 Thread Lukas Zapletal
Ohad 1) I decreased it to 2 GB by default, but I don't want to go further down in case of many plugins installed. Ohad 2) I tested it and it works just fine without scl, the non-scl passenger client can communicate with scl passenger as we install both passengers (one for puppet, one for foreman).

Re: [foreman-dev] Script to recycle passenger processes

2017-05-10 Thread Tomer Brisker
While this is an interesting idea, I have a few concerns about it: 1. This won't take care of requests that balloon memory very rapidly (such as the issue we recently found in katello which would cause OOM in a matter of minutes). Waiting up to an hour to reclaim memory might not be fast enough in

Re: [foreman-dev] Script to recycle passenger processes

2017-05-10 Thread Ohad Levy
On Wed, May 10, 2017 at 10:28 AM, Lukas Zapletal wrote: > Hello, > > I wrote a script that gracefully terminates Passenger processes > consuming more than 2.5 GB of private RSS memory. Typical consumption > of Foreman with Katello and other basic plugins is around 1.5 GB and > since only Passenge

[foreman-dev] Script to recycle passenger processes

2017-05-10 Thread Lukas Zapletal
Hello, I wrote a script that gracefully terminates Passenger processes consuming more than 2.5 GB of private RSS memory. Typical consumption of Foreman with Katello and other basic plugins is around 1.5 GB and since only Passenger Enterprise allows to limit maximum amount of RSS memory for process