fbf309baee
This commit 1. Provides a playbook to install the filebeat agent on all undercloud/overcloud nodes 2. Provides another playbook that adds the browbeat uuid to the filebeat config file and starts filebeat during browbeat run 3. Corresponding changes in browbeat.py and browbeat/tools.py to run the playbook to insert custom browbeat uuid in the filebeat configuration. Change-Id: Idd2efaf931f4ff581db715a04adef738f81d281c
65 lines
1.5 KiB
YAML
65 lines
1.5 KiB
YAML
# Invalid due to invalid_flag key
|
|
browbeat:
|
|
cloud_name: browbeat-test
|
|
rerun: 1
|
|
rerun_type: complete
|
|
invalid_flag: invalid
|
|
ansible:
|
|
hosts: ansible/hosts
|
|
metadata_playbook: ansible/gather/site.yml
|
|
logging_playbook: ansible/common_logging/browbeat_logging.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
|