rally/samples/deployments/for_deploying_openstack_with_rally/multihost.rst
Boris Pavlovic d366987c87 Finish support of benchmarking with existing users
Now one can use Rally for benchmarking OpenStack clouds that are using
LDAP, AD or any other read only keystone backend where you are not able
to create any users.

To do this one can specify "users" section in ExistingCloud plugin
input file.

Rally will use these "users" to generate load instead of creating new.
As well if you specify both "users" section in deployment input file
and "users" context it will use temporary created by Rally users.

Restructurize samples/deployments directory:

  - Deploying OpenStack clouds with Rally is not popular functionallity
    so hide all samples deeper.
  - Some fixes in readme.rst
  - Add new sample for existing cloud with predefined users

Change-Id: If3d31960ee317e0770abceacc62b3acf0947d269
2015-04-24 18:46:34 +03:00

426 B

MultihostEngine

How to deploy multihost OpenStack

MultihostEngine's configuration contains two sections: controller and nodes.

Controller section

This section is full configuration of a deployment. Returned endpoints is endpoints of the whole cloud.

Nodes section

This section is a list of full configurations of a compute nodes. Returned endpoints are silently ignored.