system-config/modules/nodepool/templates/nodepool.default.erb
James E. Blair 8222c6e00f Add nodepool host
Change-Id: Ib216bd400aa269ccdb17848b3870ab65400cf3d2
2013-08-16 13:15:42 -07:00

7 lines
233 B
Plaintext

<% if scope.lookupvar("nodepool::statsd_host") != "" %>
export STATSD_HOST=<%= scope.lookupvar("nodepool::statsd_host") %>
export STATSD_PORT=8125
<% end %>
DAEMON_ARGS="-c /etc/nodepool/nodepool.yaml -l /etc/nodepool/logging.conf"