puppet-cinder/manifests/backend
Patrick East e980ccfb40 Add support for Pure Volume Drivers
This allows for someone to configure Cinder to use the PureISCSIDriver
or PureFCDriver. This can be done either in the default section of the
volume config or as a backend definition.

For example:

class { ‘cinder::volume::pure’:
  ‘san_ip’ => ‘1.2.3.4’,
  ‘pure_api_token’ => ‘abcdef123456789,
  ‘pure_storage_protocol’ => ‘iSCSI’,
}

or

cinder::backend::pure {‘pure-iscsi’,
  ‘san_ip’ => ‘1.2.3.4’,
  ‘pure_api_token’ => ‘abcdef123457890’,
  ‘pure_storage_protocol’ => ‘iSCSI’,
}

Change-Id: If5aebb1f19f666eb158e337f7609e2503f6eb967
2015-09-24 10:37:36 -07:00
..
dellsc_iscsi.pp Added support for DellStorageCenter ISCSI cinder driver 2015-06-15 19:59:25 +00:00
emc_vnx.pp lint: Fix lint issues (missing documentation for define types) 2015-06-25 11:52:30 +02:00
eqlx.pp backends: Add an extra_options door 2015-03-12 09:11:34 +01:00
glusterfs.pp backends: Add an extra_options door 2015-03-12 09:11:34 +01:00
hp3par_iscsi.pp lint: Fix lint issues (missing documentation for define types) 2015-06-25 11:52:30 +02:00
iscsi.pp lint: Fix lint issues (missing documentation for define types) 2015-06-25 11:52:30 +02:00
netapp.pp Move default value to '<SERVICE DEFAULT>' 2015-09-11 14:41:38 +02:00
nexenta.pp backends: Add an extra_options door 2015-03-12 09:11:34 +01:00
nfs.pp backends: Add an extra_options door 2015-03-12 09:11:34 +01:00
pure.pp Add support for Pure Volume Drivers 2015-09-24 10:37:36 -07:00
quobyte.pp Add configuration helpers for Quobyte 2015-03-27 10:09:54 +01:00
rbd.pp Move default value to '<SERVICE DEFAULT>' 2015-09-11 14:41:38 +02:00
san.pp lint: Fix lint issues (missing documentation for define types) 2015-06-25 11:52:30 +02:00
solidfire.pp backends: Add an extra_options door 2015-03-12 09:11:34 +01:00
vmdk.pp set parameter host in vmdk.pp 2015-08-04 16:41:42 +03:00