rally-openstack/samples/deployments
Luke Short 55d7c4dcda Add an example configuration that does not use an admin user.
Rally added support for running
tests as non-admin users in the
0.10.0 release.

Change-Id: I96d125190f2419673c1417a372822fd9a773db72
Closes-Bug: 1751326
2018-10-16 22:57:49 -04:00
..
README.rst Add an example configuration that does not use an admin user. 2018-10-16 22:57:49 -04:00
existing-api.json [api versions]Support to specify api versions in the spec of env 2018-08-31 14:05:27 +08:00
existing-keystone-v3-osprofiler.json OSProfiler Intergration 2017-12-09 21:47:58 +00:00
existing-keystone-v3-user.json Add an example configuration that does not use an admin user. 2018-10-16 22:57:49 -04:00
existing-keystone-v3.json Simplify deployment config format 2017-08-22 16:26:17 +03:00
existing-with-predefined-users.json Simplify deployment config format 2017-08-22 16:26:17 +03:00
existing.json Simplify deployment config format 2017-08-22 16:26:17 +03:00

README.rst

Rally Deployments

Rally needs to have information about OpenStack Cloud before you actually can run any tests against it.

You need create a deployment input file and run use command bellow:

rally deployment create --file <one_of_files_from_this_dir> --name my_cloud

Below you can find samples of supported configurations.

existing.json

Register existing OpenStack cluster.

existing-keystone-v3.json

Register existing OpenStack cluster that uses Keystone v3.

existing-with-predefined-users.json

If you are using read-only backend in Keystone like LDAP, AD then you need this sample. If you don't specify "users" rally will use already existing users that you provide.

existing-keystone-v3-user.json

Register an exisitng OpenStack cluster that uses Keystone v3 and a non-privileged user. The use of an admin account is optional because most tests can use a normal account.

existing-api.json

If you expect to specify version of some clients, you could register existing Openstack cluster like this sample.