Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rabbitmq report spec file
Browse files Browse the repository at this point in the history
Adding RabbitMQ spec file for OSP containers.

Signed-off-by: Robin Cernin <rcerninr@redhat.com>
Robin Cernin committed Jul 8, 2019
1 parent fedecee commit 05eb827
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion insights/specs/sos_archive.py
Original file line number Diff line number Diff line change
@@ -98,7 +98,11 @@ class SosSpecs(Specs):
simple_file("sos_commands/foreman/foreman-debug/qpid_stat_subscriptions"),
simple_file("sos_commands/foreman/foreman-debug/qpid-stat-u")
])
rabbitmq_report = simple_file("sos_commands/rabbitmq/rabbitmqctl_report")
rabbitmq_report = first_of([
glob_file(
"sos_commands/rabbitmq/docker_exec_-t_rabbitmq-bundle-docker-*_rabbitmqctl_report"),
simple_file("sos_commands/rabbitmq/rabbitmqctl_report")
])
rhn_charsets = first_file(["sos_commands/satellite/rhn-charsets", "sos_commands/rhn/rhn-charsets"])
root_crontab = first_file(["sos_commands/crontab/root_crontab", "sos_commands/cron/root_crontab"])
route = simple_file("sos_commands/networking/route_-n")

0 comments on commit 05eb827

Please sign in to comment.