rally-openstack/samples/tasks/scenarios
Winnie Tsang f0786c82e9 [Magnum] Context and scenario for Kubernetes
Context and scenario to create pods and RCs

In this scenario, a Kubernetes cluster is created and
pods and replication controllers are launched.  These
will in turn launch docker instances.  The manifest
for the pods and replication controllers specifies
the docker image to be downloaded and used in the
containers.

The sample files will create nginx containers.

This scenario is intended to test the performance
of the Kubernetes as provisioned and configured by
Magnum.  There are many ways to configure the
cluster, therefore it would be helpful to detect
if any configuration can be tuned for better
performance.

Partially-Implements: blueprint benchmark-scenarios-for-magnum
Co-Authored-By: Ton Ngo <ton@us.ibm.com>
Change-Id: I3284f44ecce1f6b30087ad380b72da9ac41f21ce
2017-05-19 17:36:19 +02:00
..
authenticate Add keystone validate token using ceilometer scenario 2016-06-29 07:37:41 -04:00
ceilometer Add CeilometerAlarms.create_and_get_alarm 2016-11-07 23:52:50 -05:00
cinder Merge "Add CinderVolumeTypes.create_and_update_encryption_type" 2017-05-18 04:50:35 +00:00
designate Designate V2 - Add recordset scenarios 2016-02-26 15:26:20 +01:00
dummy [Core] Add support for default platform and rally self job 2017-03-27 20:04:14 +03:00
ec2 [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
glance Merge "GlanceImages.create_and_update_image" 2017-04-19 19:23:18 +00:00
heat [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
ironic Add properties argument when create ironic node 2017-04-07 06:19:10 -04:00
keystone Add keystone.CreateAndUpdateUser scenario 2017-02-06 05:25:16 -05:00
magnum [Magnum] Context and scenario for Kubernetes 2017-05-19 17:36:19 +02:00
manila [Manila] Add scenarios for Manila share metadata 2016-11-14 12:24:54 +02:00
mistral Add an option to pass workflow input and parms to mistral execution 2016-11-15 12:17:28 +00:00
monasca Add monasca benchmark in plugin - Part 0: metrics 2016-07-31 00:38:18 +03:00
murano Ensure consistent naming of sample scenarios 2016-06-21 17:03:37 +00:00
neutron Merge "Adds Networking-bgpvpn scenarios" 2017-05-14 00:34:53 +00:00
nova Add NovaServers.boot_server_and_list_interfaces 2017-04-25 06:19:29 -04:00
quotas Add quotas.CinderGet scenario 2017-01-25 12:15:32 -05:00
requests Add Http Request Scenario 2015-04-28 17:12:37 +00:00
sahara Ensure consistent naming of sample scenarios 2016-06-21 17:03:37 +00:00
senlin [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
swift [Swift] Add additional Swift scenarios 2015-11-11 00:05:44 -08:00
vm Enabling support of 'script_inline' option 2017-03-16 08:35:53 +00:00
watcher Remove extra field from watcher plugin 2016-11-17 12:29:18 +03:00
workload Add heat siege workload scenario 2016-02-12 08:02:46 +00:00
zaqar Ensure consistent naming of sample scenarios 2016-06-21 17:03:37 +00:00
README.rst Fix six typos and grammar inaccuracies in Rally Readme Files 2015-08-14 16:18:40 +05:30

Scenarios Configuration Samples

This directory contains task scenarios configuration samples. To successfully start this samples you may need to substitute some values from "args" section to actual values for your deployment.

Samples here are presented with constant runner. To see samples of using other runners, go to samples/tasks/runners.