Issue #15735 has been updated by Jo Rhett.
You only need java and activemq on a single system, not every system. Unless you have tens of thousands of systems (wherein you wouldn't be arguing for puppet kick anyway) activemq's resource consumption will be neglible. For less than a thousand systems IMHO you can safely stick this on any other host in your puppet architecture: puppetmaster, dashboard, puppetdb, etc. It has near-zero I/O requirements except on the network interface. Seriously: <pre> $ ps -U activemq -u activemq -o cp,pcpu,pmem,rss,stat,f,etime,cputime,cmd CP %CPU %MEM RSS STAT F ELAPSED TIME CMD 0 0.0 0.0 1268 Sl 1 16-13:31:12 00:04:19 /usr/sbin/tanukiwrapper /usr/share/activemq/conf/activemq-wrapper.conf wrapper.syslog.ident=activemq wrapper.pidfile=/var/run/activemq/activemq.pid wrapper.daemonize=TRUE 1 0.1 1.2 204968 Sl 0 16-13:31:12 00:25:55 java -Dactivemq.home=/usr/share/activemq -Dactivemq.base=/usr/share/activemq -Dcom.sun.management.jmxremote -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Xmx512m -Dja </pre> ---------------------------------------- Bug #15735: Deprecate 'puppet kick' run mode https://projects.puppetlabs.com/issues/15735#change-101139 * Author: eric sorenson * Status: Re-opened * Priority: High * Assignee: eric sorenson * Category: agent * Target version: 3.x * Affected Puppet version: * Keywords: telly_deprecation * Branch: https://github.com/puppetlabs/puppet/pull/1129 ---------------------------------------- People interested in `puppet kick` functionality should set up mcollective. Supporting it causes problems like #10418. Let's consider removing it for Telly. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
