SRE host, role, and service inventory
Find a file
Daniel Parks f9b7d7cd58
Use the term “application” rather than “service”
The term “service” is confusing because of the related Puppet resource
type. “Application” makes it clear that this doesn't track running
processes.
2018-10-12 18:45:41 -07:00
infinitory Use the term “application” rather than “service” 2018-10-12 18:45:41 -07:00
.gitignore Adding index json document so this can be hit like an API, and used by other apps 2017-12-05 15:59:55 -08:00
MANIFEST.in Include static and templates in the built package 2017-09-13 11:03:25 -07:00
README.rst Adding index json document so this can be hit like an API, and used by other apps 2017-12-05 15:59:55 -08:00
setup.py 0.0.6: Find roles based on class name 2018-09-17 16:59:47 -07:00

SRE Inventory Report
====================

Generate a report on SRE inventory, including hosts, roles, and services.

Developing
==========

Use `python setup.py develop` to install dependencies