Puppet Class: dmlite::plugins::adapter::params

Overview



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# File 'manifests/plugins/adapter/params.pp', line 1

class dmlite::plugins::adapter::params (
) inherits dmlite::params {
  $dpmhost            = undef
  $nshost             = undef
  $connection_timeout = 15
  $connection_poolsize = 10
  $retry_limit        = 3
  $retry_interval     = 2
  $enable_dpm         = false
  $enable_ns          = false
  $enable_io          = false
  $enable_rfio        = true
  $enable_pooldriver  = true
  $with_db_plugin     = false

  $token_id           = 'id'
  $token_life         = 1000
}