Use prpoper wording instead of benchmark in rally-jobs
Change-Id: I0b80135129a67c0712932c7a107cfd0684d8fbdb
This commit is contained in:
parent
2f4555be27
commit
4ab300b67e
@ -7,7 +7,7 @@ Structure
|
||||
---------
|
||||
|
||||
* plugins - directory where you can add rally plugins. Almost everything in
|
||||
Rally is a plugin. Benchmark context, Benchmark scenario, SLA checks, Generic
|
||||
Rally is a plugin. Task contexts, scenarios, SLAs, Hooks, Generic
|
||||
cleanup resources, ....
|
||||
|
||||
* extra - all files from this directory will be copy pasted to gates, so you
|
||||
|
@ -1,7 +1,7 @@
|
||||
Murano applications
|
||||
===================
|
||||
|
||||
Files for Murano benchmarking
|
||||
Files for Murano plugins
|
||||
|
||||
Structure
|
||||
---------
|
||||
|
@ -5,5 +5,5 @@ All *.py modules from this directory will be auto-loaded by Rally and all
|
||||
plugins will be discoverable. There is no need of any extra configuration
|
||||
and there is no difference between writing them here and in rally code base.
|
||||
|
||||
Note that it is better to push all interesting and useful benchmarks to Rally
|
||||
Note that it is better to push all interesting and useful plugins to Rally
|
||||
code base, this simplifies administration for Operators.
|
||||
|
@ -84,7 +84,7 @@
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
ceilometer:
|
||||
counter_name: "benchmark_meter"
|
||||
counter_name: "rally_meter"
|
||||
counter_type: "gauge"
|
||||
counter_unit: "%"
|
||||
counter_volume: 100
|
||||
@ -106,7 +106,7 @@
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
ceilometer:
|
||||
counter_name: "benchmark_meter"
|
||||
counter_name: "rally_meter"
|
||||
counter_type: "gauge"
|
||||
counter_unit: "%"
|
||||
counter_volume: 100
|
||||
@ -376,7 +376,7 @@
|
||||
tenants: 2
|
||||
users_per_tenant: 2
|
||||
ceilometer:
|
||||
counter_name: "benchmark_meter"
|
||||
counter_name: "rally_meter"
|
||||
counter_type: "gauge"
|
||||
counter_unit: "%"
|
||||
counter_volume: 100
|
||||
@ -386,14 +386,14 @@
|
||||
metadata_list:
|
||||
-
|
||||
status: "active"
|
||||
name: "rally benchmark on"
|
||||
name: "rally on"
|
||||
deleted: "false"
|
||||
-
|
||||
status: "terminated"
|
||||
name: "rally benchmark off"
|
||||
name: "rally off"
|
||||
deleted: "true"
|
||||
args:
|
||||
meter_name: "benchmark_meter"
|
||||
meter_name: "rally_meter"
|
||||
filter_by_user_id: true
|
||||
filter_by_project_id: true
|
||||
filter_by_resource_id: true
|
||||
|
Loading…
Reference in New Issue
Block a user