From 0975041f9630d9c49e91ddadb6cba86f564a9ba0 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 29 May 2017 09:58:17 -0400 Subject: [PATCH] Create /opt/nodepool/tmp directory Provide a tmp directory for nodepool-builder. This is to work around operating systems that use tmpfs for /tmp. Change-Id: I8f5eafe03a759a4b271e6f82946d2ffecba9f81a Signed-off-by: Paul Belanger --- tasks/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/config.yaml b/tasks/config.yaml index 2eb4e3a..e817ae1 100644 --- a/tasks/config.yaml +++ b/tasks/config.yaml @@ -22,6 +22,7 @@ with_items: - /etc/nodepool - /opt/nodepool/images + - /opt/nodepool/tmp - /var/log/nodepool - /var/log/nodepool/images