Rectify indentation in scenario YAMLs

Match indentation with that of other Scenario YAMLs

Change-Id: Iebd93b9994ff1b13f731125032fd997c84abd06f
This commit is contained in:
Piyush 2016-05-10 20:22:23 +05:30
parent 9f1725b2df
commit 94cab12ad6
28 changed files with 544 additions and 544 deletions

View File

@ -1,32 +1,32 @@
--- ---
CeilometerMeters.list_meters: CeilometerMeters.list_meters:
- -
runner: runner:
type: constant type: constant
times: 10 times: 10
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2
ceilometer: ceilometer:
counter_name: "benchmark_meter" counter_name: "benchmark_meter"
counter_type: "gauge" counter_type: "gauge"
counter_unit: "%" counter_unit: "%"
counter_volume: 100 counter_volume: 100
resources_per_tenant: 100 resources_per_tenant: 100
samples_per_resource: 100 samples_per_resource: 100
timestamp_interval: 10 timestamp_interval: 10
metadata_list: metadata_list:
- -
status: "active" status: "active"
name: "rally benchmark on" name: "rally benchmark on"
deleted: "false" deleted: "false"
- -
status: "terminated" status: "terminated"
name: "rally benchmark off" name: "rally benchmark off"
deleted: "true" deleted: "true"
args: args:
limit: 50 limit: 50
metadata_query: metadata_query:
status: "terminated" status: "terminated"

View File

@ -1,32 +1,32 @@
--- ---
CeilometerResource.list_resources: CeilometerResource.list_resources:
- -
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2
ceilometer: ceilometer:
counter_name: "benchmark_meter" counter_name: "benchmark_meter"
counter_type: "gauge" counter_type: "gauge"
counter_unit: "%" counter_unit: "%"
counter_volume: 100 counter_volume: 100
resources_per_tenant: 100 resources_per_tenant: 100
samples_per_resource: 100 samples_per_resource: 100
timestamp_interval: 10 timestamp_interval: 10
metadata_list: metadata_list:
- -
status: "active" status: "active"
name: "rally benchmark on" name: "rally benchmark on"
deleted: "false" deleted: "false"
- -
status: "terminated" status: "terminated"
name: "rally benchmark off" name: "rally benchmark off"
deleted: "true" deleted: "true"
args: args:
limit: 50 limit: 50
metadata_query: metadata_query:
status: "terminated" status: "terminated"

View File

@ -1,20 +1,20 @@
--- ---
CeilometerAlarms.create_alarm_and_get_history: CeilometerAlarms.create_alarm_and_get_history:
- -
args: args:
meter_name: "ram_util" meter_name: "ram_util"
threshold: 10.0 threshold: 10.0
type: "threshold" type: "threshold"
state: "ok" state: "ok"
statistic: "avg" statistic: "avg"
alarm_actions: ["http://localhost:8776/alarm"] alarm_actions: ["http://localhost:8776/alarm"]
ok_actions: ["http://localhost:8776/ok"] ok_actions: ["http://localhost:8776/ok"]
insufficient_data_actions: ["http://localhost:8776/notok"] insufficient_data_actions: ["http://localhost:8776/notok"]
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 5 concurrency: 5
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,19 +1,19 @@
--- ---
CeilometerAlarms.create_alarm: CeilometerAlarms.create_alarm:
- -
args: args:
meter_name: "ram_util" meter_name: "ram_util"
threshold: 10.0 threshold: 10.0
type: "threshold" type: "threshold"
statistic: "avg" statistic: "avg"
alarm_actions: ["http://localhost:8776/alarm"] alarm_actions: ["http://localhost:8776/alarm"]
ok_actions: ["http://localhost:8776/ok"] ok_actions: ["http://localhost:8776/ok"]
insufficient_data_actions: ["http://localhost:8776/notok"] insufficient_data_actions: ["http://localhost:8776/notok"]
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,19 +1,19 @@
--- ---
CeilometerAlarms.create_and_delete_alarm: CeilometerAlarms.create_and_delete_alarm:
- -
args: args:
meter_name: "ram_util" meter_name: "ram_util"
threshold: 10.0 threshold: 10.0
type: "threshold" type: "threshold"
statistic: "avg" statistic: "avg"
alarm_actions: ["http://localhost:8776/alarm"] alarm_actions: ["http://localhost:8776/alarm"]
ok_actions: ["http://localhost:8776/ok"] ok_actions: ["http://localhost:8776/ok"]
insufficient_data_actions: ["http://localhost:8776/notok"] insufficient_data_actions: ["http://localhost:8776/notok"]
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,19 +1,19 @@
--- ---
CeilometerAlarms.create_and_list_alarm: CeilometerAlarms.create_and_list_alarm:
- -
args: args:
meter_name: "ram_util" meter_name: "ram_util"
threshold: 10.0 threshold: 10.0
type: "threshold" type: "threshold"
statistic: "avg" statistic: "avg"
alarm_actions: ["http://localhost:8776/alarm"] alarm_actions: ["http://localhost:8776/alarm"]
ok_actions: ["http://localhost:8776/ok"] ok_actions: ["http://localhost:8776/ok"]
insufficient_data_actions: ["http://localhost:8776/notok"] insufficient_data_actions: ["http://localhost:8776/notok"]
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,21 +1,21 @@
--- ---
CeilometerQueries.create_and_query_alarm_history: CeilometerQueries.create_and_query_alarm_history:
- -
args: args:
orderby: !!null orderby: !!null
limit: !!null limit: !!null
meter_name: "ram_util" meter_name: "ram_util"
threshold: 10.0 threshold: 10.0
type: "threshold" type: "threshold"
statistic: "avg" statistic: "avg"
alarm_actions: ["http://localhost:8776/alarm"] alarm_actions: ["http://localhost:8776/alarm"]
ok_actions: ["http://localhost:8776/ok"] ok_actions: ["http://localhost:8776/ok"]
insufficient_data_actions: ["http://localhost:8776/notok"] insufficient_data_actions: ["http://localhost:8776/notok"]
runner: runner:
type: "constant" type: "constant"
times: 100 times: 100
concurrency: 10 concurrency: 10
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,22 +1,22 @@
--- ---
CeilometerQueries.create_and_query_alarms: CeilometerQueries.create_and_query_alarms:
- -
args: args:
filter: {"and": [{"!=": {"state": "dummy_state"}},{"=": {"type": "threshold"}}]} filter: {"and": [{"!=": {"state": "dummy_state"}},{"=": {"type": "threshold"}}]}
orderby: !!null orderby: !!null
limit: 10 limit: 10
meter_name: "ram_util" meter_name: "ram_util"
threshold: 10.0 threshold: 10.0
type: "threshold" type: "threshold"
statistic: "avg" statistic: "avg"
alarm_actions: ["http://localhost:8776/alarm"] alarm_actions: ["http://localhost:8776/alarm"]
ok_actions: ["http://localhost:8776/ok"] ok_actions: ["http://localhost:8776/ok"]
insufficient_data_actions: ["http://localhost:8776/notok"] insufficient_data_actions: ["http://localhost:8776/notok"]
runner: runner:
type: "constant" type: "constant"
times: 100 times: 100
concurrency: 10 concurrency: 10
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,20 +1,20 @@
--- ---
CeilometerQueries.create_and_query_samples: CeilometerQueries.create_and_query_samples:
- -
args: args:
filter: {"=": {"counter_unit": "instance"}} filter: {"=": {"counter_unit": "instance"}}
orderby: !!null orderby: !!null
limit: 10 limit: 10
counter_name: "cpu_util" counter_name: "cpu_util"
counter_type: "gauge" counter_type: "gauge"
counter_unit: "instance" counter_unit: "instance"
counter_volume: 1.0 counter_volume: 1.0
resource_id: "resource_id" resource_id: "resource_id"
runner: runner:
type: "constant" type: "constant"
times: 100 times: 100
concurrency: 10 concurrency: 10
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,19 +1,19 @@
--- ---
CeilometerAlarms.create_and_update_alarm: CeilometerAlarms.create_and_update_alarm:
- -
args: args:
meter_name: "ram_util" meter_name: "ram_util"
threshold: 10.0 threshold: 10.0
type: "threshold" type: "threshold"
statistic: "avg" statistic: "avg"
alarm_actions: ["http://localhost:8776/alarm"] alarm_actions: ["http://localhost:8776/alarm"]
ok_actions: ["http://localhost:8776/ok"] ok_actions: ["http://localhost:8776/ok"]
insufficient_data_actions: ["http://localhost:8776/notok"] insufficient_data_actions: ["http://localhost:8776/notok"]
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,17 +1,17 @@
--- ---
CeilometerStats.create_meter_and_get_stats: CeilometerStats.create_meter_and_get_stats:
- -
args: args:
user_id: "user-id" user_id: "user-id"
resource_id: "resource-id" resource_id: "resource-id"
counter_volume: 1.0 counter_volume: 1.0
counter_unit: "" counter_unit: ""
counter_type: "cumulative" counter_type: "cumulative"
runner: runner:
type: "constant" type: "constant"
times: 200 times: 200
concurrency: 5 concurrency: 5
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,37 +1,37 @@
--- ---
CeilometerStats.get_stats: CeilometerStats.get_stats:
- -
runner: runner:
type: constant type: constant
times: 10 times: 10
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2
ceilometer: ceilometer:
counter_name: "benchmark_meter" counter_name: "benchmark_meter"
counter_type: "gauge" counter_type: "gauge"
counter_unit: "%" counter_unit: "%"
counter_volume: 100 counter_volume: 100
resources_per_tenant: 100 resources_per_tenant: 100
samples_per_resource: 100 samples_per_resource: 100
timestamp_interval: 10 timestamp_interval: 10
metadata_list: metadata_list:
- -
status: "active" status: "active"
name: "rally benchmark on" name: "rally benchmark on"
deleted: "false" deleted: "false"
- -
status: "terminated" status: "terminated"
name: "rally benchmark off" name: "rally benchmark off"
deleted: "true" deleted: "true"
args: args:
meter_name: "benchmark_meter" meter_name: "benchmark_meter"
filter_by_user_id: true filter_by_user_id: true
filter_by_project_id: true filter_by_project_id: true
filter_by_resource_id: true filter_by_resource_id: true
metadata_query: metadata_query:
status: "terminated" status: "terminated"
period: 300 period: 300
groupby: "resource_id" groupby: "resource_id"

View File

@ -1,16 +1,16 @@
--- ---
CeilometerResource.get_tenant_resources: CeilometerResource.get_tenant_resources:
- -
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 5 concurrency: 5
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2
ceilometer: ceilometer:
counter_name: "cpu_util" counter_name: "cpu_util"
counter_type: "gauge" counter_type: "gauge"
counter_volume: 1.0 counter_volume: 1.0
counter_unit: "instance" counter_unit: "instance"

View File

@ -1,11 +1,11 @@
--- ---
CeilometerAlarms.list_alarms: CeilometerAlarms.list_alarms:
- -
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,35 +1,35 @@
--- ---
CeilometerSamples.list_matched_samples: CeilometerSamples.list_matched_samples:
- -
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 2 concurrency: 2
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2
ceilometer: ceilometer:
counter_name: "cpu_util" counter_name: "cpu_util"
counter_type: "gauge" counter_type: "gauge"
counter_unit: "instance" counter_unit: "instance"
counter_volume: 1.0 counter_volume: 1.0
resources_per_tenant: 100 resources_per_tenant: 100
samples_per_resource: 100 samples_per_resource: 100
timestamp_interval: 60 timestamp_interval: 60
metadata_list: metadata_list:
- status: "active" - status: "active"
name: "fake_resource" name: "fake_resource"
deleted: "False" deleted: "False"
created_at: "2015-09-04T12:34:19.000000" created_at: "2015-09-04T12:34:19.000000"
- status: "not_active" - status: "not_active"
name: "fake_resource_1" name: "fake_resource_1"
deleted: "False" deleted: "False"
created_at: "2015-09-10T06:55:12.000000" created_at: "2015-09-10T06:55:12.000000"
args: args:
limit: 50 limit: 50
filter_by_user_id: true filter_by_user_id: true
filter_by_project_id: true filter_by_project_id: true
filter_by_resource_id: true filter_by_resource_id: true
metadata_query: metadata_query:
status: "not_active" status: "not_active"

View File

@ -1,35 +1,35 @@
--- ---
CeilometerMeters.list_matched_meters: CeilometerMeters.list_matched_meters:
- -
runner: runner:
type: constant type: constant
times: 10 times: 10
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2
ceilometer: ceilometer:
counter_name: "benchmark_meter" counter_name: "benchmark_meter"
counter_type: "gauge" counter_type: "gauge"
counter_unit: "%" counter_unit: "%"
counter_volume: 100 counter_volume: 100
resources_per_tenant: 100 resources_per_tenant: 100
samples_per_resource: 100 samples_per_resource: 100
timestamp_interval: 10 timestamp_interval: 10
metadata_list: metadata_list:
- -
status: "active" status: "active"
name: "rally benchmark on" name: "rally benchmark on"
deleted: "false" deleted: "false"
- -
status: "terminated" status: "terminated"
name: "rally benchmark off" name: "rally benchmark off"
deleted: "true" deleted: "true"
args: args:
limit: 50 limit: 50
filter_by_user_id: true filter_by_user_id: true
filter_by_project_id: true filter_by_project_id: true
filter_by_resource_id: true filter_by_resource_id: true
metadata_query: metadata_query:
status: "terminated" status: "terminated"

View File

@ -1,34 +1,34 @@
--- ---
CeilometerResource.list_matched_resources: CeilometerResource.list_matched_resources:
- -
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2
ceilometer: ceilometer:
counter_name: "benchmark_meter" counter_name: "benchmark_meter"
counter_type: "gauge" counter_type: "gauge"
counter_unit: "%" counter_unit: "%"
counter_volume: 100 counter_volume: 100
resources_per_tenant: 100 resources_per_tenant: 100
samples_per_resource: 100 samples_per_resource: 100
timestamp_interval: 10 timestamp_interval: 10
metadata_list: metadata_list:
- -
status: "active" status: "active"
name: "rally benchmark on" name: "rally benchmark on"
deleted: "false" deleted: "false"
- -
status: "terminated" status: "terminated"
name: "rally benchmark off" name: "rally benchmark off"
deleted: "true" deleted: "true"
args: args:
limit: 50 limit: 50
filter_by_user_id: true filter_by_user_id: true
filter_by_project_id: true filter_by_project_id: true
metadata_query: metadata_query:
status: "terminated" status: "terminated"

View File

@ -1,33 +1,33 @@
--- ---
CeilometerSamples.list_samples: CeilometerSamples.list_samples:
- -
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 2 concurrency: 2
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2
ceilometer: ceilometer:
counter_name: "cpu_util" counter_name: "cpu_util"
counter_type: "gauge" counter_type: "gauge"
counter_unit: "instance" counter_unit: "instance"
counter_volume: 1.0 counter_volume: 1.0
resources_per_tenant: 100 resources_per_tenant: 100
samples_per_resource: 100 samples_per_resource: 100
timestamp_interval: 60 timestamp_interval: 60
metadata_list: metadata_list:
- status: "active" - status: "active"
name: "fake_resource" name: "fake_resource"
deleted: "False" deleted: "False"
created_at: "2015-09-04T12:34:19.000000" created_at: "2015-09-04T12:34:19.000000"
- status: "not_active" - status: "not_active"
name: "fake_resource_1" name: "fake_resource_1"
deleted: "False" deleted: "False"
created_at: "2015-09-10T06:55:12.000000" created_at: "2015-09-10T06:55:12.000000"
batch_size: 5 batch_size: 5
args: args:
limit: 50 limit: 50
metadata_query: metadata_query:
status: "not_active" status: "not_active"

View File

@ -1,17 +1,17 @@
{% set flavor_name = flavor_name or "m1.tiny" %} {% set flavor_name = flavor_name or "m1.tiny" %}
--- ---
NovaServers.boot_and_live_migrate_server: NovaServers.boot_and_live_migrate_server:
- args: - args:
flavor: flavor:
name: "{{flavor_name}}" name: "{{flavor_name}}"
image: image:
name: "^cirros.*uec$" name: "^cirros.*uec$"
block_migration: true block_migration: true
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 2 concurrency: 2
context: context:
users: users:
tenants: 1 tenants: 1
users_per_tenant: 1 users_per_tenant: 1

View File

@ -1,17 +1,17 @@
{% set flavor_name = flavor_name or "m1.tiny" %} {% set flavor_name = flavor_name or "m1.tiny" %}
--- ---
NovaServers.boot_and_live_migrate_server: NovaServers.boot_and_live_migrate_server:
- args: - args:
flavor: flavor:
name: "{{flavor_name}}" name: "{{flavor_name}}"
image: image:
name: "^cirros.*uec$" name: "^cirros.*uec$"
block_migration: false block_migration: false
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 2 concurrency: 2
context: context:
users: users:
tenants: 1 tenants: 1
users_per_tenant: 1 users_per_tenant: 1

View File

@ -1,16 +1,16 @@
{% set flavor_name = flavor_name or "m1.tiny" %} {% set flavor_name = flavor_name or "m1.tiny" %}
--- ---
NovaServers.boot_and_migrate_server: NovaServers.boot_and_migrate_server:
- args: - args:
flavor: flavor:
name: "{{flavor_name}}" name: "{{flavor_name}}"
image: image:
name: "^cirros.*uec$" name: "^cirros.*uec$"
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 2 concurrency: 2
context: context:
users: users:
tenants: 1 tenants: 1
users_per_tenant: 1 users_per_tenant: 1

View File

@ -1,18 +1,18 @@
{% set flavor_name = flavor_name or "m1.tiny" %} {% set flavor_name = flavor_name or "m1.tiny" %}
--- ---
NovaServers.boot_and_rebuild_server: NovaServers.boot_and_rebuild_server:
- args: - args:
flavor: flavor:
name: "{{flavor_name}}" name: "{{flavor_name}}"
from_image: from_image:
name: "^cirros.*uec$" name: "^cirros.*uec$"
to_image: to_image:
name: "^cirros.*uec$" name: "^cirros.*uec$"
runner: runner:
type: "constant" type: "constant"
times: 5 times: 5
concurrency: 2 concurrency: 2
context: context:
users: users:
tenants: 1 tenants: 1
users_per_tenant: 1 users_per_tenant: 1

View File

@ -1,20 +1,20 @@
{% set flavor_name = flavor_name or "m1.tiny" %} {% set flavor_name = flavor_name or "m1.tiny" %}
--- ---
NovaServers.boot_server_attach_created_volume_and_live_migrate: NovaServers.boot_server_attach_created_volume_and_live_migrate:
- args: - args:
flavor: flavor:
name: "{{flavor_name}}" name: "{{flavor_name}}"
image: image:
name: "^cirros.*uec$" name: "^cirros.*uec$"
size: 10 size: 10
block_migration: false block_migration: false
boot_server_kwargs: {} boot_server_kwargs: {}
create_volume_kwargs: {} create_volume_kwargs: {}
runner: runner:
type: "constant" type: "constant"
times: 5 times: 5
concurrency: 1 concurrency: 1
context: context:
users: users:
tenants: 2 tenants: 2
users_per_tenant: 2 users_per_tenant: 2

View File

@ -1,19 +1,19 @@
{% set flavor_name = flavor_name or "m1.tiny" %} {% set flavor_name = flavor_name or "m1.tiny" %}
--- ---
NovaServers.boot_server_from_volume_and_live_migrate: NovaServers.boot_server_from_volume_and_live_migrate:
- args: - args:
flavor: flavor:
name: "{{flavor_name}}" name: "{{flavor_name}}"
image: image:
name: "^cirros.*uec$" name: "^cirros.*uec$"
block_migration: false block_migration: false
volume_size: 10 volume_size: 10
force_delete: false force_delete: false
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10
concurrency: 2 concurrency: 2
context: context:
users: users:
tenants: 1 tenants: 1
users_per_tenant: 1 users_per_tenant: 1

View File

@ -1,7 +1,7 @@
--- ---
NovaAgents.list_agents: NovaAgents.list_agents:
- -
runner: runner:
type: "constant" type: "constant"
concurrency: 2 concurrency: 2
times: 10 times: 10

View File

@ -1,7 +1,7 @@
--- ---
NovaAggregates.list_aggregates: NovaAggregates.list_aggregates:
- -
runner: runner:
type: "constant" type: "constant"
concurrency: 2 concurrency: 2
times : 10 times: 10

View File

@ -1,9 +1,9 @@
--- ---
NovaAvailabilityZones.list_availability_zones: NovaAvailabilityZones.list_availability_zones:
- -
args: args:
detailed: true detailed: true
runner: runner:
type: "constant" type: "constant"
concurrency: 2 concurrency: 2
times: 10 times: 10

View File

@ -1,7 +1,7 @@
--- ---
NovaHosts.list_hosts: NovaHosts.list_hosts:
- -
runner: runner:
type: "constant" type: "constant"
concurrency: 2 concurrency: 2
times: 10 times: 10