puppet-tripleo/spec/fixtures/hiera.yaml
Alex Schultz f418c79632 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
2016-12-05 08:26:55 -07:00

9 lines
117 B
YAML

---
:backends:
- yaml
:yaml:
:datadir: './spec/fixtures/hieradata'
:hierarchy:
- 'step%{::step}'
- 'default'