diff options
author | Alex Schultz <aschultz@redhat.com> | 2016-10-05 12:22:04 -0600 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2016-10-05 12:22:04 -0600 |
commit | b091e85e4831cccf8eb2816188d000bf55661e4c (patch) | |
tree | 8bf2fb8e6c5e078fb301c9b899d6ccce2b44b846 /spec/fixtures/hieradata | |
parent | daebf929822aa6849e4e8c6f2e61efe1759e4f80 (diff) |
Add ceph profile rspec testing
This change adds rspec testing for the ceph profiles in puppet-tripleo.
Change-Id: I08954e011848d6b747735f11b3cbff5707460c26
Diffstat (limited to 'spec/fixtures/hieradata')
-rw-r--r-- | spec/fixtures/hieradata/default.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml index e9409e7..f0f7f1c 100644 --- a/spec/fixtures/hieradata/default.yaml +++ b/spec/fixtures/hieradata/default.yaml @@ -9,3 +9,5 @@ aodh::auth::auth_password: 'password' aodh::db::mysql::password: 'password' aodh::keystone::authtoken::password: 'password' ceilometer::keystone::authtoken::password: 'password' +# ceph related items +ceph::profile::params::mon_key: 'password' |