aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/hieradata/default.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-07 04:04:21 +0000
committerGerrit Code Review <review@openstack.org>2016-10-07 04:04:21 +0000
commit98dba3e92b5278de6e32001126169191cb62c3d2 (patch)
tree7b44d80b39276e35d03b28c30394a55063288afc /spec/fixtures/hieradata/default.yaml
parent5efa62788b0265dd86f0d408b78c32c24b18a175 (diff)
parent1c725dd46f37e2b21d5e1dece467e4f5567bd761 (diff)
Merge "Add aodh profile rspec testing"
Diffstat (limited to 'spec/fixtures/hieradata/default.yaml')
-rw-r--r--spec/fixtures/hieradata/default.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml
index 0d0c944..7a57a15 100644
--- a/spec/fixtures/hieradata/default.yaml
+++ b/spec/fixtures/hieradata/default.yaml
@@ -1,3 +1,10 @@
+---
my_hash:
network: '127.0.0.1'
not_hash: string
+# aodh profile required hieradata
+aodh_redis_password: 'password'
+redis_vip: '127.0.0.1'
+aodh::auth::auth_password: 'password'
+aodh::db::mysql::password: 'password'
+aodh::keystone::authtoken::password: 'password'