From 360c8c9f144ad8d47551394f0a666b9c815972f1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 14 Jul 2011 14:46:26 -0400 Subject: [PATCH] Added some basic docs --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..5a72681b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +This repo contains scripts used by the OpenStack Jenkins to perform tasks, +the tarmac config used by Jenkins, as well as a a few scripts for creating +new Jenkins slaves and additional utility nodes. + +launch_node.py will launch a base node and add user accounts for everyone in +the ~openstack-admins team + +launch_slave.py will launch a node with everything it needs to perform basic +jenkins slave tasks + +