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
This commit is contained in:
Devananda van der Veen 2016-03-09 12:00:22 -08:00 committed by Chris Krelle
parent a8a262c67c
commit 040ccabeeb
2 changed files with 13 additions and 0 deletions

8
scripts/README.md Normal file
View File

@ -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.

5
tools/README.md Normal file
View File

@ -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.