puppet-nodepool/templates/nodepool-launcher.default.erb
Paul Belanger 90929f8848 Remove --no-images from nodepool
Now that the feature/zuulv3 branch of nodepool has been merged into
master, remove deleted args from our default files.

Change-Id: Icd595ae3311fa8428b812292c8f40c290bde5e3b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-12-01 12:44:44 -05:00

9 lines
348 B
Plaintext

<% if @statsd_host != nil && @statsd_host != "" -%>
export STATSD_HOST=<%= @statsd_host %>
export STATSD_PORT=8125
<% end -%>
<% @environment.keys.sort.each do |key| -%>
export <%= key %>='<%= @environment[key] %>'
<% end -%>
DAEMON_ARGS="--no-builder -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/launcher-logging.conf --no-deletes --no-webapp"