From 040ccabeebb89b7edc7bb5f45fe93996d071b2f4 Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Wed, 9 Mar 2016 12:00:22 -0800 Subject: [PATCH] add scripts/README and tools/README Add two README files to avoid any confusion about the intent of the scripts/ and tools/ directories. Change-Id: I50d94088649ec6b6d7f0799f40760e03b5aad371 --- scripts/README.md | 8 ++++++++ tools/README.md | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 scripts/README.md create mode 100644 tools/README.md diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 000000000..07d696d59 --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,8 @@ +Scripts +======= + +This directory contains several scripts used in the OpenStack CI environment +for CI testing of Bifrost, or CI testing that uses Bifrost to test other projects. + +These are generally not intended for use outside of the OpenStack CI environment (or similar). +However env-setup.sh script is often used to install initial dependencies. \ No newline at end of file diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 000000000..ddb410968 --- /dev/null +++ b/tools/README.md @@ -0,0 +1,5 @@ +Tools +===== + +This directory contains some tooling for local developer testing, such as +vagrant config files. These are not intended for production use.