Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
18.2. Configure the OpenStack Benchmarking Service
When you have successfully installed the Benchmarking service, you need to configure the Benchmarking service environment by providing the service access to your OpenStack deployment.
Procedure 18.2. Confifuring the OpenStack Benchmarking Service
- Export the OpenStack environment variables with the proper credentials. The credentials are as follows:
export OS_USERNAME=admin export OS_TENANT_NAME=admin export OS_PASSWORD= export OS_AUTH_URL=http://IP:35357/v2
# export OS_USERNAME=admin # export OS_TENANT_NAME=admin # export OS_PASSWORD= # export OS_AUTH_URL=http://IP:35357/v2
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add the existing Red Hat OpenStack environment to the Benchmarking service database. Create a Benchmarking service deployment json file labeled
osp-deployment.json
:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - (Optional) If creating additional users outside of
rally
and adding them to theosp-deployment.json
file, take a look at 1175432 for a known race condition. - Add the existing OpenStack deployment to the
rally
database. The following example names the entry RA_Rally and captures all the appropriate credentials required within theosp-deployment.json
file:Copy to Clipboard Copied! Toggle word wrap Toggle overflow