此内容没有您所选择的语言版本。
Chapter 18. Install OpenStack Benchmarking Service
The OpenStack Benchmarking Service helps answer the question of "How does OpenStack work at scale?". It is able to achieve this up automating the process that includes the OpenStack deployment, cloud verification, benchmarking and profiling. While the Benchmarking service is able to offer an assorment of actions to test and validate an OpenStack cloud, this chapter focuses on installing and configuring it to work with your OpenStack deployment.
Note
The OpenStack Benchmarking service is available in this release as a Technology Preview, and therefore is not fully supported by Red Hat. It should only be used for testing, and should not be deployed in a production environment. For more information about Technology Preview features, see Scope of Coverage Details.
18.1. Install the OpenStack Benchmarking Service Packages
Before you Begin:
- As a
root
user, create a virtual machine titledrally
using thevirt-manager
that installs Red Hat Enterprise Linux 7.2. For more information, see Creating a Red Hat Enterprise Linux 7 guest with virt-manager. - The Benchmarking service virtual machine requires access to the Internal API network, the tenant network and the Controller network.
Note
For more information, see Creating a Red Hat Enterprise Linux 7 guest with virt-manager. - Make sure you are subscribed to the necessary channels on the Benchmarking service virtual machine.
Procedure 18.1. Install the Benchmarking Service
- On the Benchmarking service virtual machine, as a
root
user create a working directory:#
mkdir /path/to/myrally
- Clone the repository:
#
git clone https://github.com/redhat-openstack/rally.git
- Navigate to the working directory:
#
cd /path/to/myrally/rally
- As a
root
user, run theinstall_rally.sh
script and follow the prompts to install the required dependencies.#
//path/to/myrally/rally/install_rally.sh
[ ... Output Abbreviated ...] Installing rally-manage script to /usr/bin Installing rally script to /usr/bin ====================================================================== Information about your Rally installation: * Method: system * Database at: /var/lib/rally/database * Configuration file at: /etc/rally ===================================================