aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/hieradata/default.yaml
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2016-10-07 15:43:37 -0600
committerAlex Schultz <aschultz@redhat.com>2016-12-05 08:26:55 -0700
commitf418c79632a7f21ff6ab11ef1715cd4a5b361789 (patch)
tree90532068592ddf8bd49056826d20bb330734ff15 /spec/fixtures/hieradata/default.yaml
parent77c1ca1243fbc38210e9f6264c5c36b546d1a95a (diff)
Add cinder profile spec tests
This change adds rspec testing for the cinder profiles with in puppet-tripleo. Additionally while testing, it was found that the backends may incorrectly have an extra , included in the settings for cinder volume when running puppet 3. This change includes a fix the cinder volume backends to make sure we are not improperly configuring it with a trailing comma. Change-Id: Ibdfee330413b6f9aecdf42a5508c21126fc05973
Diffstat (limited to 'spec/fixtures/hieradata/default.yaml')
-rw-r--r--spec/fixtures/hieradata/default.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml
index 87ae28c..d63fc76 100644
--- a/spec/fixtures/hieradata/default.yaml
+++ b/spec/fixtures/hieradata/default.yaml
@@ -14,3 +14,6 @@ barbican::keystone::authtoken::password: 'password'
ceilometer::keystone::authtoken::password: 'password'
# ceph related items
ceph::profile::params::mon_key: 'password'
+# cinder related items
+cinder::rabbit_password: 'password'
+cinder::keystone::authtoken::password: 'password'