From e091e9ddb5e3c14cac9491383ccaf371e2ce3b86 Mon Sep 17 00:00:00 2001 From: earrage Date: Thu, 8 Nov 2018 23:15:13 -0800 Subject: Initial commit of visibility services config guide - Updates to jmeter validation and controller services guides - Image for jmeter guide Change-Id: I175c4052f005d6fbebde8afbcb2bda1df4a4d6d9 Signed-off-by: earrage --- docs/release/configguide/jmeter_config_guide.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/release/configguide/jmeter_config_guide.rst') diff --git a/docs/release/configguide/jmeter_config_guide.rst b/docs/release/configguide/jmeter_config_guide.rst index de1d2f5..78858d0 100644 --- a/docs/release/configguide/jmeter_config_guide.rst +++ b/docs/release/configguide/jmeter_config_guide.rst @@ -15,7 +15,7 @@ the Clover Gambia release. Overview ========= -Apache JMeter is a mature, open source application that supports web client emulation. Its +`Apache JMeter`_ is a mature, open source application that supports web client emulation. Its functionality has been integrated into the Clover project to allow various CI validations and performance tests to be performed. The system under test can either be REST services/APIs directly or a set of L7 network services. In the latter scenario, Clover nginx servers may @@ -77,7 +77,7 @@ the command shown below:: $ cloverctl create system validation -t latest -The Clover CLI will add master/slave pods to the k8s cluster in the default namespace. +The Clover CLI will add master/slave pods to the k8s cluster in the default namespace. The JMeter master/slave docker images will automatically be pulled from the OPNFV public Dockerhub registry. Deployments and respective services will be created with three slave @@ -147,7 +147,7 @@ Creating a test plan -------------------- To employ a test plan that can be used against the :ref:`sdc_config_guide` sample, navigate to - cloverctl yaml directory and use the sample named 'jmeter_testplan.yaml', which is shown below. +cloverctl yaml directory and use the sample named 'jmeter_testplan.yaml', which is shown below. .. code-block:: bash @@ -296,3 +296,5 @@ in the k8s cluster. $ docker rmi opnfv/clover-jmeter-master $ docker rmi opnfv/clover-jmeter-slave $ docker rmi opnfv/clover-controller + +.. _Apache JMeter: https://jmeter.apache.org/ -- cgit 1.2.3-korg