puppet-cinder/manifests
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
..
backend Add support for Pure Volume Drivers 2015-09-24 10:37:36 -07:00
backup Move default value to '<SERVICE DEFAULT>' 2015-09-11 14:41:38 +02:00
cron DB purge cron job 2015-08-11 17:48:29 +02:00
db Sync cinder::db::sync with new standard 2015-07-23 10:22:49 +02:00
keystone keystone/auth: make service description configurable 2015-06-30 00:07:05 +02:00
scheduler Add cinder::scheduler::filter for managing scheduler.filter 2015-05-13 15:24:03 +03:00
volume Add support for Pure Volume Drivers 2015-09-24 10:37:36 -07:00
api.pp Move default value to '<SERVICE DEFAULT>' 2015-09-11 14:41:38 +02:00
backends.pp Add puppet-lint-param-docs plugins to puppet-lint 2014-12-02 09:32:19 +01:00
backup.pp Rely on autorequire for config resource ordering 2015-08-12 18:54:38 +02:00
ceilometer.pp Update default notification_driver for ceilometer 2015-07-20 15:27:37 -05:00
client.pp Tag all Cinder packages 2015-03-28 18:07:07 +01:00
config.pp Add puppet-lint-param-docs plugins to puppet-lint 2014-12-02 09:32:19 +01:00
glance.pp Add puppet-lint-param-docs plugins to puppet-lint 2014-12-02 09:32:19 +01:00
init.pp Move default value to '<SERVICE DEFAULT>' 2015-09-11 14:41:38 +02:00
logging.pp Move default value to '<SERVICE DEFAULT>' 2015-09-11 14:41:38 +02:00
params.pp Fix "Add lock_path to cinder config" 2015-08-12 15:16:43 +02:00
policy.pp Add puppet-lint-param-docs plugins to puppet-lint 2014-12-02 09:32:19 +01:00
qpid.pp Add Puppet 4.x lint checks 2015-02-21 12:09:04 +01:00
quota.pp Add puppet-lint-param-docs plugins to puppet-lint 2014-12-02 09:32:19 +01:00
rabbitmq.pp Add an option to not configure RabbitMQ service. 2015-01-15 14:27:41 +01:00
scheduler.pp Move default value to '<SERVICE DEFAULT>' 2015-09-11 14:41:38 +02:00
setup_test_volume.pp don't run vgcreate if vg exists 2015-08-27 16:32:59 -06:00
type.pp Add puppet-lint-param-docs plugins to puppet-lint 2014-12-02 09:32:19 +01:00
type_set.pp Add Puppet 4.x lint checks 2015-02-21 12:09:04 +01:00
vmware.pp Add puppet-lint-param-docs plugins to puppet-lint 2014-12-02 09:32:19 +01:00
volume.pp Rely on autorequire for config resource ordering 2015-08-12 18:54:38 +02:00