From 3a260ee35d3b2711d85218538b64682906e74fce Mon Sep 17 00:00:00 2001 From: Shuo Yang Date: Fri, 12 Jun 2015 15:49:10 -0700 Subject: [PATCH] add the remaining description of directory structure Change-Id: Ide8242c4c7862f77f3cc82538ca05f706fe7627d --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b666b545..bd227cd9 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,16 @@ tools (Cobbler, Chef, Ansible) and allows third-parties (vendors) plugins for ha * service/ - contains Compass messaging service and cluster installation progress service +* vagrant/ - contains scripts of downloading compass-adapters and installing the target systems onto the virtual machine(s), this directory is for testing purpose + +* regtest/ - contains the scripts that will be used by the continuous integrations. + +* monitor/ - contains a script monitor Compass server's resource utilization during an installation + +* misc/ - configuration files for Compass server setup + +* conf/ - configuration files related to newly supported target systems will be added here. + Quick Guide to Users --------------------