From b091e85e4831cccf8eb2816188d000bf55661e4c Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 5 Oct 2016 12:22:04 -0600 Subject: Add ceph profile rspec testing This change adds rspec testing for the ceph profiles in puppet-tripleo. Change-Id: I08954e011848d6b747735f11b3cbff5707460c26 --- spec/fixtures/hieradata/default.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/fixtures/hieradata/default.yaml') 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' -- cgit 1.2.3-korg