browbeat/.gitignore
akrzos 5432c20b65 Improvements to Checks focused around Keystone Process count
+ Check for Keystone Process count on Controllers
+ Removed thread count check as it would inadvertently prevent correct
  checking of Keystone Process count
+ .gitignore files that should not be introduced into repo
+ Add .yml extension to checks group_vars

Change-Id: Iad7475a3d0839edf800d1ce4fdbd17a9b7b9a5f4
2016-08-27 17:39:51 -04:00

21 lines
378 B
Plaintext

*.py[cod]
# Ansible files
*.retry
# 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]