Initial commit
Adding salt-formula for gnocchi 4.0. Two main roles are supported:
- server
- statsd
They could be installed on different nodes (and on same node too)
gnocchi:common class is used to provide common options for both.
Change-Id: I0e0c9dd4f6d0a1539b9e9aef0084282867012852
Related-Prod: https://mirantis.jira.com/browse/PROD-17704
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fa9a869
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: salt-formula-gnocchi
+Maintainer: Mykyta Karpin <mkarpin@mirantis.com>
+Section: admin
+Priority: optional
+Build-Depends: debhelper (>= 9), salt-master, python, python-yaml
+Standards-Version: 3.9.6
+Homepage: https://github.com/salt-formulas
+Vcs-Browser: https://github.com/salt-formulas/salt-formula-gnocchi
+Vcs-Git: https://github.com/salt-formulas/salt-formula-gnocchi.git
+
+Package: salt-formula-gnocchi
+Architecture: all
+Depends: ${misc:Depends}
+Description: gnocchi salt formula
+ Install and configure gnocchi.