diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-07 04:04:21 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-07 04:04:21 +0000 |
commit | 98dba3e92b5278de6e32001126169191cb62c3d2 (patch) | |
tree | 7b44d80b39276e35d03b28c30394a55063288afc /spec/fixtures/hieradata/default.yaml | |
parent | 5efa62788b0265dd86f0d408b78c32c24b18a175 (diff) | |
parent | 1c725dd46f37e2b21d5e1dece467e4f5567bd761 (diff) |
Merge "Add aodh profile rspec testing"
Diffstat (limited to 'spec/fixtures/hieradata/default.yaml')
-rw-r--r-- | spec/fixtures/hieradata/default.yaml | 7 |
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' |