Stop notifying nodepool on log config changes

Previously puppet would restart nodepool whenever the nodepool log
config changes. This is problematic because nodepool will try to do a
graceful shutdown which can take hours. During this time period no new
nodes are built. Stop doing this and rely on manual nodepool restarts
(which is status quo for any other nodepool changes).

Change-Id: I522070df96d4e455a2c478bcf832ae6bb8729bf2
This commit is contained in:
Clark Boylan
2014-10-23 16:01:05 -07:00
parent dddb1aa17b
commit b2a1887f31

View File

@@ -227,7 +227,6 @@ class nodepool (
owner => 'root',
group => 'root',
content => template('nodepool/nodepool.logging.conf.erb'),
notify => Service['nodepool'],
}
file { '/etc/init.d/nodepool':