5432c20b65
+ 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
21 lines
378 B
Plaintext
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]
|