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/releasenotes/notes/add-releasenotes-9c076c7ee8fbe2a4.yaml b/releasenotes/notes/add-releasenotes-9c076c7ee8fbe2a4.yaml
new file mode 100644
index 0000000..7e96d63
--- /dev/null
+++ b/releasenotes/notes/add-releasenotes-9c076c7ee8fbe2a4.yaml
@@ -0,0 +1,13 @@
+---
+summary: >
+ Add "reno", an releasenotes configuration tool to record release notes.
+ Documentation: https://docs.openstack.org/reno/latest
+
+ To list/create/show release notes, run following commands:
+
+ .. code-block:: shell
+
+ reno list
+ reno new releasenote-slug-title --edit
+ # git add/commit releasenotes/*
+ reno report --no-show-source
diff --git a/releasenotes/notes/initial-release-600545d40e6c102e.yaml b/releasenotes/notes/initial-release-600545d40e6c102e.yaml
new file mode 100644
index 0000000..2d44aa4
--- /dev/null
+++ b/releasenotes/notes/initial-release-600545d40e6c102e.yaml
@@ -0,0 +1,7 @@
+---
+summary: >
+ Initial release of salt-formula-gnocchi
+
+features:
+ - Supports deployment of statsd and server roles
+ - Gnocchi 4.0.X is supported