Update location to samples
With the docs reorg, the path to the samples/ directory changed. This updates the tasks/code/docs that referenced it. Change-Id: Ie1d6756b97ff631588e069ba58969dc505c1572c
This commit is contained in:
parent
6ec8c91e04
commit
1c04a50ee0
@ -37,4 +37,4 @@ Useful links
|
||||
|
||||
* About plugins: https://rally.readthedocs.org/en/latest/plugins.html
|
||||
|
||||
* Plugin samples: https://github.com/stackforge/rally/tree/master/doc/samples/plugins
|
||||
* Plugin samples: https://github.com/stackforge/rally/tree/master/samples/plugins
|
||||
|
@ -27,23 +27,23 @@ General structure of configuration file:
|
||||
ScanarioClass should be a subclass of the base Scenario class
|
||||
and scenario_method specifies what benchmark task should be run. Section
|
||||
"args" is also related to scenario. To learn more about scenarios
|
||||
configuration, see samples in `doc/samples/tasks/scenarios
|
||||
<https://github.com/stackforge/rally/tree/master/doc/samples/tasks/scenarios>`_.
|
||||
configuration, see samples in `samples/tasks/scenarios
|
||||
<https://github.com/stackforge/rally/tree/master/samples/tasks/scenarios>`_.
|
||||
|
||||
Section "runners" specifies the way, how task should be run. To learn
|
||||
more about runners configurations, see samples in `doc/samples/tasks/runners
|
||||
<https://github.com/stackforge/rally/tree/master/doc/samples/tasks/runners>`_.
|
||||
more about runners configurations, see samples in `samples/tasks/runners
|
||||
<https://github.com/stackforge/rally/tree/master/samples/tasks/runners>`_.
|
||||
|
||||
Section "context" defines different types of environments in which task can
|
||||
be launched. Look at `doc/samples/tasks/contexts
|
||||
<https://github.com/stackforge/rally/tree/master/doc/samples/tasks/contexts>`_
|
||||
be launched. Look at `samples/tasks/contexts
|
||||
<https://github.com/stackforge/rally/tree/master/samples/tasks/contexts>`_
|
||||
for samples.
|
||||
|
||||
Section "sla" defines details for determining compliance with contracted values
|
||||
such as maximum error rate or minimum response time.
|
||||
Look at `doc/samples/tasks/sla
|
||||
<https://github.com/stackforge/rally/tree/master/doc/samples/tasks/sla>`_ for
|
||||
Look at `samples/tasks/sla
|
||||
<https://github.com/stackforge/rally/tree/master/samples/tasks/sla>`_ for
|
||||
samples.
|
||||
|
||||
See a `detailed description of benchmark scenarios, contexts & runners
|
||||
<https://github.com/stackforge/rally/tree/master/doc/source/concepts.rst>`_.
|
||||
<https://github.com/stackforge/rally/tree/master/source/concepts.rst>`_.
|
||||
|
@ -4,6 +4,6 @@ Runners Configuration Samples
|
||||
This directory contains task runners conficuration samples.
|
||||
|
||||
Samples here are presented with methods of Dummy scenario. To see samples
|
||||
of usage other scenarios, go to `doc/samples/tasks/scenarios
|
||||
<https://github.com/stackforge/rally/tree/master/doc/samples/tasks/scenarios>`_.
|
||||
of usage other scenarios, go to `samples/tasks/scenarios
|
||||
<https://github.com/stackforge/rally/tree/master/samples/tasks/scenarios>`_.
|
||||
|
||||
|
@ -6,6 +6,6 @@ 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 `doc/samples/tasks/runners
|
||||
<https://github.com/stackforge/rally/tree/master/doc/samples/tasks/runners>`_.
|
||||
other runners, go to `samples/tasks/runners
|
||||
<https://github.com/stackforge/rally/tree/master/samples/tasks/runners>`_.
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
"floating_network": "public",
|
||||
"use_floatingip": true,
|
||||
"force_delete": false,
|
||||
"script": "doc/samples/tasks/support/instance_dd_test.sh",
|
||||
"script": "samples/tasks/support/instance_dd_test.sh",
|
||||
"interpreter": "/bin/sh",
|
||||
"username": "cirros"
|
||||
},
|
||||
|
@ -12,7 +12,7 @@
|
||||
floating_network: "public"
|
||||
use_floatingip: true
|
||||
force_delete: false
|
||||
script: "doc/samples/tasks/support/instance_dd_test.sh"
|
||||
script: "samples/tasks/support/instance_dd_test.sh"
|
||||
interpreter: "/bin/sh"
|
||||
username: "cirros"
|
||||
runner:
|
||||
|
@ -10,7 +10,7 @@
|
||||
},
|
||||
"floating_network": "public",
|
||||
"force_delete": false,
|
||||
"script": "doc/samples/tasks/support/instance_dd_test.sh",
|
||||
"script": "samples/tasks/support/instance_dd_test.sh",
|
||||
"interpreter": "/bin/sh",
|
||||
"username": "cirros"
|
||||
},
|
||||
|
@ -8,7 +8,7 @@
|
||||
name: "^cirros.*uec$"
|
||||
floating_network: "public"
|
||||
force_delete: false
|
||||
script: "doc/samples/tasks/support/instance_dd_test.sh"
|
||||
script: "samples/tasks/support/instance_dd_test.sh"
|
||||
interpreter: "/bin/sh"
|
||||
username: "cirros"
|
||||
runner:
|
||||
|
Loading…
Reference in New Issue
Block a user