puppet-cinder/spec
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
..
acceptance acceptance: switch RDO to CBS repositories 2015-09-10 12:13:15 -04:00
classes Add support for Pure Volume Drivers 2015-09-24 10:37:36 -07:00
defines Add support for Pure Volume Drivers 2015-09-24 10:37:36 -07:00
unit Reflect provider change in puppet-openstacklib 2015-08-19 10:49:25 +02:00
shared_examples.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-11 17:58:49 +01:00
spec_helper.rb Initial msync run for all Puppet OpenStack modules 2015-08-06 20:42:33 +02:00
spec_helper_acceptance.rb Fix git clone for locally running tests 2015-07-08 11:58:29 -07:00