aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/hieradata/default.yaml
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2017-04-12 13:53:44 -0600
committerPradeep Kilambi <pkilambi@redhat.com>2017-06-15 22:14:20 +0000
commit8779d1a5262c683d1b225b92408b6c633d28eed9 (patch)
tree31967f76cda29329f16d53555d11bb205e37ecff /spec/fixtures/hieradata/default.yaml
parentee5366fc5e71d047c1b91af4522a46c6acbef589 (diff)
Cover gnocchi api step 4 and 5
Update the gnocchi api to expose the redis information as a class parameter so it can be tested correctly. Change-Id: I075b4af5e7bb35f90f7b82f8fb1b6d6ad6363b71 (cherry picked from commit 4450afd495794a8ac0fc5b8c51d696416e5deb9d)
Diffstat (limited to 'spec/fixtures/hieradata/default.yaml')
-rw-r--r--spec/fixtures/hieradata/default.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml
index 7e6c177..c8f9ac9 100644
--- a/spec/fixtures/hieradata/default.yaml
+++ b/spec/fixtures/hieradata/default.yaml
@@ -26,6 +26,8 @@ cinder::rabbit_password: 'password'
cinder::keystone::authtoken::password: 'password'
# gnocchi related items
gnocchi::keystone::authtoken::password: 'password'
+gnocchi::storage::ceph::ceph_username: 'gnocchi'
+gnocchi::storage::ceph::ceph_secret: 'password'
# nova related items
nova::rabbit_password: 'password'
nova::keystone::authtoken::password: 'password'