browbeat/browbeat-complete.yaml
2016-02-16 15:44:15 +01:00

151 lines
4.0 KiB
YAML

# Complete set of Stress Tests, this can take a long time (day(s))
browbeat:
results : results/
sudo: true
connmon: true
rerun: 3
ansible:
hosts: ansible/hosts
install:
connmon: ansible/install/connmon.yml
browbeat: ansible/install/browbeat.yml
check: ansible/check/site.yml
adjust:
keystone_token: ansible/browbeat/adjustment-keystone-token.yml
neutron_l3: ansible/browbeat/adjustment-l3.yml
nova_db: ansible/browbeat/adjustment-db.yml
workers: ansible/browbeat/adjustment-workers.yml
grafana:
enabled: true
cloud_name: openstack
dashboards:
- openstack-general-system-performance
url: http://grafana-host.example.com:3000/dashboard/db/
rally:
sleep_before: 5
sleep_after: 5
venv: /home/stack/rally-venv/bin/activate
benchmarks:
cinder:
enabled: true
concurrency:
- 16
- 32
- 48
- 64
times: 128
scenarios:
create-attach-volume-centos:
enabled: true
file: rally/cinder/cinder-create-and-attach-volume-cc.yml
sla_max_seconds: 30
sla_max_failure: 0
create-attach-volume-cirros:
enabled: true
image_name: cirros
file: rally/cinder/cinder-create-and-attach-volume-cc.yml
flavor_name: m1.tiny
sla_max_seconds: 30
sla_max_failure: 0
keystone:
enabled: true
concurrency:
- 64
- 128
- 192
- 256
- 320
- 384
- 448
- 512
times: 10000
scenarios:
authentic-keystone:
enabled: true
file: rally/keystone/authenticate-keystone-cc.yml
sla_max_seconds: 30
sla_max_failure: 0
authentic-neutron:
enabled: true
file: rally/keystone/authenticate-neutron-cc.yml
sla_max_seconds: 30
sla_max_failure: 0
authentic-nova:
enabled: true
file: rally/keystone/authenticate-nova-cc.yml
sla_max_seconds: 30
sla_max_failure: 0
create-list-tenant:
enabled: true
file: rally/keystone/keystone-create-list-tenant-cc.yml
sla_max_seconds: 30
sla_max_failure: 0
times: 5000
concurrency:
- 256
create-list-user:
enabled: true
file: rally/keystone/keystone-create-list-user-cc.yml
times: 5000
concurrency:
- 256
sla_max_seconds: 30
sla_max_failure: 0
nova:
enabled: true
concurrency:
- 16
- 32
- 48
- 64
- 80
- 96
times: 128
scenarios:
boot-list-centos:
enabled: true
file: rally/nova/nova-boot-list-cc.yml
sla_max_seconds: 30
sla_max_failure: 0
boot-list-cirros:
enabled: true
image_name: cirros
file: rally/nova/nova-boot-list-cc.yml
flavor_name: m1.tiny
sla_max_seconds: 30
sla_max_failure: 0
neutron:
enabled: true
concurrency:
- 16
- 32
- 48
- 64
times: 500
scenarios:
create-list-network:
enabled: true
file: rally/neutron/neutron-create-list-network-cc.yml
sla_max_seconds: 30
sla_max_failure: 0
create-list-port:
enabled: true
file: rally/neutron/neutron-create-list-port-cc.yml
sla_max_seconds: 30
sla_max_failure: 0
create-list-router:
enabled: true
file: rally/neutron/neutron-create-list-router-cc.yml
sla_max_seconds: 30
sla_max_failure: 0
create-list-security-group:
enabled: true
file: rally/neutron/neutron-create-list-security-group-cc.yml
sla_max_seconds: 30
sla_max_failure: 0
create-list-subnet:
enabled: true
file: rally/neutron/neutron-create-list-subnet-cc.yml
sla_max_seconds: 30
sla_max_failure: 0