0c8e4cba04
This patch adds an option in browbeat-config.yaml to create annotations on a Grafana dashboard for a Browbeat scenario. This would be useful for CI as it provides information on Grafana about what Browbeat scenario was running at a particular time. Change-Id: I83a9c74a56379da35ec9466a7492aecc2ee64ea9
70 lines
1.8 KiB
YAML
70 lines
1.8 KiB
YAML
# Invalid due to invalid_flag key
|
|
browbeat:
|
|
cloud_name: browbeat-test
|
|
rerun: 1
|
|
rerun_type: complete
|
|
invalid_flag: invalid
|
|
start_stop_collectd: false
|
|
create_grafana_annotations: false
|
|
ansible:
|
|
hosts: ansible/hosts
|
|
metadata_playbook: ansible/gather/site.yml
|
|
logging_playbook: ansible/common_logging/browbeat_logging.yml
|
|
start_collectd_playbook: ansible/install/start-collectd.yml
|
|
stop_collectd_playbook: ansible/install/stop-collectd.yml
|
|
check_collectd_config_playbook: ansible/install/check-collectd-config.yml
|
|
ssh_config: ansible/ssh-config
|
|
elasticsearch:
|
|
enabled: false
|
|
host: browbeat.test.com
|
|
port: 9200
|
|
regather: false
|
|
metadata_files:
|
|
- name: hardware-metadata
|
|
file: metadata/hardware-metadata.json
|
|
- name: environment-metadata
|
|
file: metadata/environment-metadata.json
|
|
- name: software-metadata
|
|
file: metadata/software-metadata.json
|
|
- name: version
|
|
file: metadata/version.json
|
|
grafana:
|
|
enabled: true
|
|
host: browbeat.test.com
|
|
port: 3000
|
|
dashboards:
|
|
- openstack-general-system-performance
|
|
rally:
|
|
sleep_before: 0
|
|
sleep_after: 0
|
|
shaker:
|
|
server: 1.1.1.1
|
|
port: 5555
|
|
flavor: m1.small
|
|
join_timeout: 600
|
|
sleep_before: 0
|
|
sleep_after: 0
|
|
shaker_region: regionOne
|
|
external_host: 2.2.2.2
|
|
|
|
workloads:
|
|
- name: browbeat-test-authenticate
|
|
enabled: false
|
|
type: rally
|
|
rally_deployment: underclouud
|
|
concurrency:
|
|
- 1
|
|
times: 1
|
|
scenarios:
|
|
- name: browbeat-test-authentic-keystone
|
|
enabled: false
|
|
file: rally/authenticate/keystone-cc.yml
|
|
- name: browbeat-test-shaker-l2
|
|
enabled: false
|
|
type: shaker
|
|
density: 1
|
|
compute: 1
|
|
progression: linear
|
|
time: 60
|
|
file: lib/python2.7/site-packages/shaker/scenarios/openstack/dense_l2.yaml
|