1c3b60a8c8
* Mix and Match Workloads * rerun_type - ['iteration', 'complete'] - allows you to rerun complete browbeat workload or iteratively * browbeat/config.py for loading and validating config schema * tests/test_config.py to test config.py Change-Id: I99ea87c01c17d5d06cf7f8d1eec3299aa8d483a5
43 lines
678 B
Plaintext
43 lines
678 B
Plaintext
*.py[cod]
|
|
|
|
# Distribution / packaging
|
|
.eggs
|
|
|
|
# Testing
|
|
.cache
|
|
.tox
|
|
|
|
# Virtual Environments:
|
|
.browbeat-venv
|
|
.perfkit-venv
|
|
.rally-venv
|
|
.shaker-venv
|
|
|
|
# OpenStack Environment Files
|
|
stackrc
|
|
overcloudrc
|
|
overcloudrc.v3
|
|
|
|
# Ansible files
|
|
*.retry
|
|
|
|
# Prevent ssh files from sneaking into the git repo
|
|
ansible/ssh-config
|
|
ansible/heat-admin-id_rsa
|
|
|
|
# Prevent hosts files from sneaking into the git repo
|
|
ansible/hosts
|
|
|
|
# Prevent any fernet keys from sneaking into git repo
|
|
ansible/browbeat/roles/keystone-token/files/[0-9]
|
|
|
|
# Prevent Ansible Checks data/scripts from entering git repo:
|
|
ansible/check/mysqltuner.pl
|
|
ansible/bug_report.log
|
|
ansible/mysql_report.log
|
|
|
|
log/*
|
|
|
|
# Swap files
|
|
*.sw[po]
|