README improvements

Adding information on running the gather playbook

Change-Id: Ib63ac206931e94097975bb7e8cb926d42dc142b8
Closes-Bug: #1592916
This commit is contained in:
Sai Sindhur Malleni 2016-07-20 13:29:32 -04:00
parent cd09901a99
commit f52b97b4e2

View File

@ -205,6 +205,22 @@ dashboards
# ansible-playbook -i hosts install/dashboards-openstack.yml
Gather Metadata
---------------
Run the gather playbook to gather metadata about how the OpenStack cloud is
currently configured. This playbook writes hardware(No. of CPUs etc),
software(OpenStack Configuration), environment(No. of controllers etc) metadata
files into the metadata directory which are transported to ElasticSearch along
with test results to provide context for the result data. Make sure you do not
run this playbook from a python virtual environment or it would fail.
::
# ansible-playbook -i hosts gather/site.yml
Performance Check
-----------------