Joe Talerico 82bca99726 Removing my username from checks/site.yml
Change-Id: I7c71f0c67841cf9455b5c705e6caa147efc7c9fb
2015-12-22 07:35:44 -05:00

36 lines
556 B
YAML

---
#
# Playbook to check OSP install for common performance tuning issues
#
- hosts: controller
remote_user: heat-admin
roles:
- common
- controller
- keystone
- neutron
- nova
- hosts: compute
remote_user: heat-admin
roles:
- common
- compute
- nova
- hosts: ceph
remote_user: heat-admin
roles:
- common
- ceph
- hosts: localhost
gather_facts: False
become: false
sudo: false
name: Generating bug report
tasks:
- local_action: template src=templates/bug_report.j2 dest=./bug_report.log
sudo: false