From 16752cf95de12c3b5270ae09a1b4d9fc5382c149 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sun, 18 Aug 2013 09:00:55 -0700 Subject: [PATCH] Run nodepool cleanup every 5 mins It's early days; if nodepool barfs and we have to munge the db or restart it, this will clean up not-quite-deleted nodes faster. Change-Id: I854378966150aaeffed6de223de5e04daa83112a --- modules/openstack_project/templates/nodepool/nodepool.yaml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/templates/nodepool/nodepool.yaml.erb b/modules/openstack_project/templates/nodepool/nodepool.yaml.erb index 1efe6852c0..fa48b1797c 100644 --- a/modules/openstack_project/templates/nodepool/nodepool.yaml.erb +++ b/modules/openstack_project/templates/nodepool/nodepool.yaml.erb @@ -2,7 +2,7 @@ script-dir: /etc/nodepool/scripts dburi: 'mysql://nodepool:<%= mysql_password %>@localhost/nodepool' cron: - cleanup: '27 */6 * * *' + cleanup: '*/5 * * * *' update-image: '14 2 * * *' zmq-publishers: