diff --git a/pages/operations/8500-ceilometer.rst b/pages/operations/8500-ceilometer.rst index 8073ac37b..64f165ede 100644 --- a/pages/operations/8500-ceilometer.rst +++ b/pages/operations/8500-ceilometer.rst @@ -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 diff --git a/pages/operations/ceilometer/8510-prepare-to-test.rst b/pages/operations/ceilometer/8510-prepare-to-test.rst new file mode 100644 index 000000000..b142e2b21 --- /dev/null +++ b/pages/operations/ceilometer/8510-prepare-to-test.rst @@ -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) +`_. + +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. \ No newline at end of file