browbeat/browbeat-complete.yaml
Alex Krzos 270506a87a Converging browbeat and shaker installers. Adding shaker network for automatic network configuration.
+ Updated Documentation.

Change-Id: Ic119675777d45787266946f08367e761bd55f284
2016-03-01 10:29:01 -05:00

161 lines
4.3 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_snapshot: ansible/browbeat/snapshot-general-performance-dashboard.yml
shaker_build: ansible/install/shaker_build.yml
grafana:
enabled: true
cloud_name: openstack
grafana_ip: 1.1.1.1
grafana_port: 3000
dashboards:
- openstack-general-system-performance
snapshot:
enabled: true
grafana_api_key: (Your API Key Here)
snapshot_compute: false
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_avg_duration: 6
sla_max_seconds: 30
sla_max_failure: 0
authentic-neutron:
enabled: true
file: rally/keystone/authenticate-neutron-cc.yml
sla_max_avg_duration: 18
sla_max_seconds: 30
sla_max_failure: 0
authentic-nova:
enabled: true
file: rally/keystone/authenticate-nova-cc.yml
sla_max_avg_duration: 12
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