Add doc with preparing Ceilometer for testing

Added doc with requirements that guarantee OSTF tests
with Ceilometer will pass.

Change-Id: Ifec4ebfc9beb31dddc440637511e1639f6861a00
Closes-bug: #1459655
This commit is contained in:
vgusev
2015-07-29 16:30:08 +03:00
parent 22b46c1b0a
commit 159d447eae
2 changed files with 35 additions and 0 deletions

View File

@@ -110,3 +110,5 @@ see :ref:`assign-roles-ug` for instructions.
This resolves the Ceilometer performance issues caused
by the volume of concurrent read/write operations.
.. include:: /pages/operations/ceilometer/8510-prepare-to-test.rst

View File

@@ -0,0 +1,33 @@
.. _ceilometer_test_prepare:
Preparing Ceilometer for Testing
--------------------------------
The Platform Tests that are run as a part of the Health Tests
test Ceilometer if the Environment is configured accordingly.
Before running the test,
please read the requirements below.
Note that the tests are run in the tenant
that you specify in the `OpenStack Settings` tab
during the OpenStack installation.
By default, the `admin` tenant is used for the tests.
To run Ceilometer Platform Tests, you must have at least 6 GB
of RAM on each controller node.
To run the "Ceilometer test to check notifications from Sahara" test,
you must have at least 4096 MB of available RAM in the tenant
you are using for the Ceilometer Platform Tests, otherwise the test may fail.
Also you must get an image with Hadoop for Sahara
and register it with Sahara. For instructions,
see the `Sahara deployment (Preparing Sahara for Testing)
<https://docs.mirantis.com/openstack/fuel/fuel-6.1/operations.html#preparing-sahara-for-testing>`_.
To run the "Ceilometer test to check notifications from Nova" test,
you must have at least 100 MB of available RAM in the tenant
you are using for the Ceilometer Platform Tests, otherwise the test may fail.
If the requirements above are satisfied, Ceilometer is ready
to be tested.