Re: [foreman-dev] Database and Service Actions in RPM Post Scripts

2017-09-22 Thread Christopher Duryee
On Fri, Sep 22, 2017 at 4:19 PM, Eric D Helms wrote: > Howdy, > > There have been recent conversations that have popped up on PRs, for > example [1], and IRC conversations around whether or not our RPM packages > should be performing database actions and restarting

Re: [foreman-dev] Katello pulp_export_destination checks happen inside the application

2017-08-20 Thread Christopher Duryee
On Sun, Aug 20, 2017 at 4:02 PM, Ewoud Kohl van Wijngaarden < ew...@kohlvanwijngaarden.nl> wrote: > Hello all, > > While working on splitting the Katello installation from its services I > ran into the pulp_export_destination setting. That made me look at the > Repository Export[1] which assumes

[foreman-dev] obtaining "bare" list of hosts from foreman

2017-06-08 Thread Christopher Duryee
Howdy, Work is being done in http://projects.theforeman.org/issues/18975 to make the host api faster. However, sometimes a simple list of hosts will suffice, and the user can then loop through each host in their script and fetch the info or perform updates one by one. Would it make sense to add

Re: [foreman-dev] Performance analysis deep-dive, what would you like to hear about?

2017-05-09 Thread Christopher Duryee
On Tue, May 9, 2017 at 9:01 AM, wrote: > Hey, I want to do a performance analysis deep-dive. > > What I had in mind: > > 1. Installation of tooling in development environment > 2. Simple request breakdown (view, sql) > 3. Debugging API request > 4. Time graph (flamegraph) >