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

  1. 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
    Copy to Clipboard Toggle word wrap
  2. Add the existing Red Hat OpenStack environment to the Benchmarking service database. Create a Benchmarking service deployment json file labeled osp-deployment.json:
    {
      "type": "ExistingCloud",
        "auth_url": "http://DEPLOYMENT_IP:35357/v2.0/",
        "region_name": "RegionOne",
      "endpoint_type": "public",
        "admin": {
            "username": "admin",
            "password": "********",
            "tenant_name": "admin"
        },
        "users": [
            {
                "username": "admin",
                "password": "*****",
                "tenant_name": "admin"
            }
        ]
    }
    Copy to Clipboard Toggle word wrap
  3. (Optional) If creating additional users outside of rally and adding them to the osp-deployment.json file, take a look at 1175432 for a known race condition.
  4. 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 the osp-deployment.json file:
    # rally deployment create --name RA-Rally --file osp-deployment.json
    --------------------------+----------------------------+----------+------------------+--------+
    | uuid                    | created_at                 | name     | status           | active |
    +-------------------------+----------------------------+----------+------------------+--------+
    | 496e3be9-6020-4543-82f6-e7eb90517153 | 2015-05-12 15:18:13.817669 | RA-Rally | deploy->finished |    |
    +-------------------------+----------------------------+----------+------------------+--------+
    
    Using deployment: 496e3be9-6020-4543-82f6-e7eb90517153
    ~/.rally/openrc was updated
    [ ... Output Abbreviated ... ]
    Copy to Clipboard Toggle word wrap
Nach oben
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2025 Red Hat