Jump to: navigation, search

Difference between revisions of "Shotgun"

Line 1: Line 1:
 
==What is Shotgun?==
 
==What is Shotgun?==
 
Shotgun is a tool that could be used for gathering files and commands output from a set of nodes in a data driven manner. Shotgun also allows to use custom APIs to get data. These data then can be used to analyze issues (a.k.a. diagnostic snapshot). Shotgun can be used either as a library or a CLI tool. It provides a set of drivers like `command`, `file`, `postgres`, etc. to deal with various data sources.
 
Shotgun is a tool that could be used for gathering files and commands output from a set of nodes in a data driven manner. Shotgun also allows to use custom APIs to get data. These data then can be used to analyze issues (a.k.a. diagnostic snapshot). Shotgun can be used either as a library or a CLI tool. It provides a set of drivers like `command`, `file`, `postgres`, etc. to deal with various data sources.
 +
 +
== Project information ==
 +
=== Release Cycle ===
 +
Shotgun is released once new features are implemented and tested. There is no specific roadmap yet.
 +
 +
=== Support ===
 +
Shotgun was originally a part of [[Fuel]] project, but then it was brought out and became independent. Shotgun is small and there is no dedicated development team, but you can ask questions about shotgun in #fuel channel.
 +
 +
=== Useful information ===
 +
* [https://github.com/openstack/shotgun.git Shotgun source code]
 +
* [https://launchpad.net/shotgun Launchpad project]
 +
* [https://review.openstack.org/#/q/status:open+shotgun,n,z Patches on review]
 +
* [https://bugs.launchpad.net/shotgun Bugs]

Revision as of 08:01, 29 March 2016

What is Shotgun?

Shotgun is a tool that could be used for gathering files and commands output from a set of nodes in a data driven manner. Shotgun also allows to use custom APIs to get data. These data then can be used to analyze issues (a.k.a. diagnostic snapshot). Shotgun can be used either as a library or a CLI tool. It provides a set of drivers like `command`, `file`, `postgres`, etc. to deal with various data sources.

Project information

Release Cycle

Shotgun is released once new features are implemented and tested. There is no specific roadmap yet.

Support

Shotgun was originally a part of Fuel project, but then it was brought out and became independent. Shotgun is small and there is no dedicated development team, but you can ask questions about shotgun in #fuel channel.

Useful information