summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2017-12-13 15:28:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-13 15:28:23 +0000
commited34cd0b15fe9d6bbcf201e0d53be9f7a389786b (patch)
tree1d0403a2fb9037c9f05b2395aa2acb015d1b0577
parent16c00a700199f44397b3954372733d7e62af62a1 (diff)
parent8bcd9a20c4b1a12d254bcdd024d6a06581b67460 (diff)
Merge "docs: Update post install instructions." into stable/euphrates
-rw-r--r--docs/release/configguide/postinstall.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/release/configguide/postinstall.rst b/docs/release/configguide/postinstall.rst
index 45a79ffb..7112e269 100644
--- a/docs/release/configguide/postinstall.rst
+++ b/docs/release/configguide/postinstall.rst
@@ -25,6 +25,31 @@ Platform components validation
------------------------------
The following steps describe how to perform a simple "manual" testing of the Barometer components:
+On the controller:
+
+You will need update the archive policy rule for gnocchi via the command line.
+The default is low, which means that you only get a metric every
+5 minutes. To do this:
+
+.. code:: bash
+
+ $ openstack metric archive-policy rule delete default
+ $ openstack metric archive-policy-rule create -a bool -m '*' default
+
+Using the ``bool`` archive policy reduces the number of aggregation methods run
+to one (last), and it keeps all metrics at a 1 second interval.
+In order to query this you need to explicitly choose an aggregation method to
+display (by default, ``measures show`` uses mean). You may have to update the
+command for checking the metrics, this is the CLI command:
+
+.. code:: bash
+
+ $ watch –n2 –d openstack metric measures show --aggregation last <metric_id>
+
+More on testing and displaying metrics is shown below.
+
+On the compute:
+
1. Connect to any compute node and ensure that the collectd service is running. The log file
``collectd.log`` should contain no errors and should indicate that each plugin was successfully
loaded. For example, from the Jump Host: