puppet-cinder/spec/defines
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
..
cinder_backend_dellsc_iscsi_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_emc_vnx_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_eqlx_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_glusterfs_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_hp3par_iscsi_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_iscsi_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_netapp_spec.rb Move default value to '<SERVICE DEFAULT>' 2015-09-11 14:41:38 +02:00
cinder_backend_nexenta_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_nfs_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_pure_spec.rb Add support for Pure Volume Drivers 2015-09-24 10:37:36 -07:00
cinder_backend_quobyte_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_rbd_spec.rb Move default value to '<SERVICE DEFAULT>' 2015-09-11 14:41:38 +02:00
cinder_backend_san_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_solidfire_spec.rb Fix rspec 3.x syntax 2015-07-20 15:47:11 +02:00
cinder_backend_vmdk_spec.rb set parameter host in vmdk.pp 2015-08-04 16:41:42 +03:00
cinder_type_set_spec.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-11 17:58:49 +01:00
cinder_type_spec.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-11 17:58:49 +01:00