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