Add system reclass for gnocchi
Change-Id: I3f6a4fb5c48b27d6ae8259c0d9360ee1ef7a83f5
Related-Prod: https://mirantis.jira.com/browse/PROD-17727
diff --git a/gnocchi/common/storage/redis.yml b/gnocchi/common/storage/redis.yml
new file mode 100644
index 0000000..d71fcf0
--- /dev/null
+++ b/gnocchi/common/storage/redis.yml
@@ -0,0 +1,9 @@
+parameters:
+ _param:
+ gnocchi_storage_redis_url: redis://${_param:single_address}:6379
+ gnocchi_storage_driver: redis
+ gnocchi:
+ common:
+ storage:
+ driver: ${_param:gnocchi_storage_driver}
+ redis_url: ${_param:gnocchi_storage_redis_url}
\ No newline at end of file