90929f8848
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>
9 lines
348 B
Plaintext
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/deleter-logging.conf --no-launches --no-webapp"
|