browbeat/ansible/check
jkilpatr 0f7680d7fc Removed check for RabbitMQ partitions on the undercloud
This task in the check playbook checks the undercloud
for RabbitMQ partitions and fails the playbook if none
are found.

This is wrong for two reasons.

1. Only the overcloud should be partitioned, the undercloud
   runs the undercloud and nothing else, no partitions
   are required.

2. This check does not have sufficient permissions to access
   the files required to even check for partitions. It would
   need to run with sudo.

The check as been removed as it is does nothing useful.

Closes-Bug:1593314

Change-Id: Ibb8cd19316cad21f0a0501222d5c3465e797f48f
2016-06-16 13:24:24 -04:00
..
group_vars Cleanup the clean 2016-06-15 15:42:31 -04:00
roles Removed check for RabbitMQ partitions on the undercloud 2016-06-16 13:24:24 -04:00
templates Adding MySQL Tuner to checks 2016-03-11 16:20:06 -05:00
browbeat-example-bug_report.log Adding example of Overcloud Check 2016-01-05 16:13:43 -05:00
README.md Adding README to checks 2015-12-21 09:58:13 -05:00
site.yml Fix Checks 2016-04-28 15:02:45 -04:00

Browbeat Ansible Checks

The Browbeat Ansible checks playbook will scan a given deployment to check for known configuration issues.

Output from Checks

Once the Checks playbook completes there will be a report generated in the checks directory.

bug_report.log

This will contain each of the hosts that were scanned, and their known issues. Some of the issues will have BZ's associated with them, use the BZ link to learn more about the bug, and how it can impact your deployment. There will be Checks that do not have a BZ associated, these are simply suggestions.