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
|
* 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
|
ScanarioClass should be a subclass of the base Scenario class
|
||||||
and scenario_method specifies what benchmark task should be run. Section
|
and scenario_method specifies what benchmark task should be run. Section
|
||||||
"args" is also related to scenario. To learn more about scenarios
|
"args" is also related to scenario. To learn more about scenarios
|
||||||
configuration, see samples in `doc/samples/tasks/scenarios
|
configuration, see samples in `samples/tasks/scenarios
|
||||||
<https://github.com/stackforge/rally/tree/master/doc/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
|
Section "runners" specifies the way, how task should be run. To learn
|
||||||
more about runners configurations, see samples in `doc/samples/tasks/runners
|
more about runners configurations, see samples in `samples/tasks/runners
|
||||||
<https://github.com/stackforge/rally/tree/master/doc/samples/tasks/runners>`_.
|
<https://github.com/stackforge/rally/tree/master/samples/tasks/runners>`_.
|
||||||
|
|
||||||
Section "context" defines different types of environments in which task can
|
Section "context" defines different types of environments in which task can
|
||||||
be launched. Look at `doc/samples/tasks/contexts
|
be launched. Look at `samples/tasks/contexts
|
||||||
<https://github.com/stackforge/rally/tree/master/doc/samples/tasks/contexts>`_
|
<https://github.com/stackforge/rally/tree/master/samples/tasks/contexts>`_
|
||||||
for samples.
|
for samples.
|
||||||
|
|
||||||
Section "sla" defines details for determining compliance with contracted values
|
Section "sla" defines details for determining compliance with contracted values
|
||||||
such as maximum error rate or minimum response time.
|
such as maximum error rate or minimum response time.
|
||||||
Look at `doc/samples/tasks/sla
|
Look at `samples/tasks/sla
|
||||||
<https://github.com/stackforge/rally/tree/master/doc/samples/tasks/sla>`_ for
|
<https://github.com/stackforge/rally/tree/master/samples/tasks/sla>`_ for
|
||||||
samples.
|
samples.
|
||||||
|
|
||||||
See a `detailed description of benchmark scenarios, contexts & runners
|
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.
|
This directory contains task runners conficuration samples.
|
||||||
|
|
||||||
Samples here are presented with methods of Dummy scenario. To see samples
|
Samples here are presented with methods of Dummy scenario. To see samples
|
||||||
of usage other scenarios, go to `doc/samples/tasks/scenarios
|
of usage other scenarios, go to `samples/tasks/scenarios
|
||||||
<https://github.com/stackforge/rally/tree/master/doc/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.
|
from "args" section to actual values for your deployment.
|
||||||
|
|
||||||
Samples here are presented with constant runner. To see samples of using
|
Samples here are presented with constant runner. To see samples of using
|
||||||
other runners, go to `doc/samples/tasks/runners
|
other runners, go to `samples/tasks/runners
|
||||||
<https://github.com/stackforge/rally/tree/master/doc/samples/tasks/runners>`_.
|
<https://github.com/stackforge/rally/tree/master/samples/tasks/runners>`_.
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"floating_network": "public",
|
"floating_network": "public",
|
||||||
"use_floatingip": true,
|
"use_floatingip": true,
|
||||||
"force_delete": false,
|
"force_delete": false,
|
||||||
"script": "doc/samples/tasks/support/instance_dd_test.sh",
|
"script": "samples/tasks/support/instance_dd_test.sh",
|
||||||
"interpreter": "/bin/sh",
|
"interpreter": "/bin/sh",
|
||||||
"username": "cirros"
|
"username": "cirros"
|
||||||
},
|
},
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
floating_network: "public"
|
floating_network: "public"
|
||||||
use_floatingip: true
|
use_floatingip: true
|
||||||
force_delete: false
|
force_delete: false
|
||||||
script: "doc/samples/tasks/support/instance_dd_test.sh"
|
script: "samples/tasks/support/instance_dd_test.sh"
|
||||||
interpreter: "/bin/sh"
|
interpreter: "/bin/sh"
|
||||||
username: "cirros"
|
username: "cirros"
|
||||||
runner:
|
runner:
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"floating_network": "public",
|
"floating_network": "public",
|
||||||
"force_delete": false,
|
"force_delete": false,
|
||||||
"script": "doc/samples/tasks/support/instance_dd_test.sh",
|
"script": "samples/tasks/support/instance_dd_test.sh",
|
||||||
"interpreter": "/bin/sh",
|
"interpreter": "/bin/sh",
|
||||||
"username": "cirros"
|
"username": "cirros"
|
||||||
},
|
},
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
name: "^cirros.*uec$"
|
name: "^cirros.*uec$"
|
||||||
floating_network: "public"
|
floating_network: "public"
|
||||||
force_delete: false
|
force_delete: false
|
||||||
script: "doc/samples/tasks/support/instance_dd_test.sh"
|
script: "samples/tasks/support/instance_dd_test.sh"
|
||||||
interpreter: "/bin/sh"
|
interpreter: "/bin/sh"
|
||||||
username: "cirros"
|
username: "cirros"
|
||||||
runner:
|
runner:
|
||||||
|
Loading…
Reference in New Issue
Block a user