From 2313ab117b625047d5081c647fc6f20e2954ee3c Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Wed, 20 Jan 2016 21:19:40 +0000
Subject: [PATCH] Initial config for nodepool

Just set random update time
The cloud credentials are expected from the ci nodes' common.yaml via os-client-config
---
 nodepool/nodepool.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml
index 21f7f97..b852e30 100644
--- a/nodepool/nodepool.yaml
+++ b/nodepool/nodepool.yaml
@@ -15,7 +15,7 @@ cron:
 #   root@jenkins:~# echo "0 $((RANDOM%23+1)) * * *"
 #   0 16 * * *
 # This references the hour of the day when images will be built.
-  image-update: '0 0 * * *'
+  image-update: '0 12 * * *'
 
 zmq-publishers:
   - tcp://localhost:8888
-- 
GitLab