From d8c93ca678b0e43729fa0eac5ce22b2d31c41537 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 10 Nov 2015 09:43:31 -0500 Subject: [PATCH] Add description for nodepool Signed-off-by: Paul Belanger --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 164abcd..0385487 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,11 @@ nodepool ======== +Nodepool is a system for launching single-use test nodes on demand based on +images built with cached data. It is designed to work with any OpenStack based +cloud, and is part of a suite of tools that form a comprehensive test system +including Jenkins and Zuul. + Requirements ------------