From 159d447eaeeb4a3757653314bf837b29384189f3 Mon Sep 17 00:00:00 2001 From: vgusev Date: Wed, 29 Jul 2015 16:30:08 +0300 Subject: [PATCH] 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 --- pages/operations/8500-ceilometer.rst | 2 ++ .../ceilometer/8510-prepare-to-test.rst | 33 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 pages/operations/ceilometer/8510-prepare-to-test.rst 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