diff options
author | Dan Prince <dprince@redhat.com> | 2015-01-19 15:41:26 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-01-27 09:07:19 -0500 |
commit | 8633aca4ed5461b5758866f5b64fdaf9957ae151 (patch) | |
tree | d4afdef9778af2c85b9d1a3417e8927cbf17c2d4 /puppet/hieradata | |
parent | 25b35cb71174c1db971e2f80b693d1be2e502d4e (diff) |
Puppet: Cinder common block storage support
This patch implements the required changes to configure
common Cinder block storage nodes via Puppet.
Change-Id: Iac8b4679a00f58d5faac4a1d08b7a830f0360ba5
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/volume.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/hieradata/volume.yaml b/puppet/hieradata/volume.yaml new file mode 100644 index 00000000..ad9e2c2a --- /dev/null +++ b/puppet/hieradata/volume.yaml @@ -0,0 +1,4 @@ +# Hiera data here applies to all volume storage nodes + +# cinder +cinder::scheduler::scheduler_driver: cinder.scheduler.filter_scheduler.FilterScheduler |