Puppet Class: volume

Defined in:
manifests/volume.pp

Overview

Copyright (C) 2014 eNovance SAS <licensing@enovance.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Class: cloud::volume

Common class for volume nodes

Parameters:

cinder_db_host

(optional) Cinder database host Defaults to '127.0.0.1'

cinder_db_user

(optional) Cinder database user Defaults to 'cinder'

cinder_db_password

(optional) Cinder database password Defaults to 'cinderpassword'

cinder_db_idle_timeout

(optional) Timeout before idle SQL connections are reaped. Defaults to 5000

rabbit_hosts

(optional) List of RabbitMQ servers. Should be an array. Defaults to ['127.0.0.1:5672']

rabbit_password

(optional) Password to connect to cinder queues. Defaults to 'rabbitpassword'

verbose

(optional) Set log output to verbose output Defaults to true

debug

(optional) Set log output to debug output Defaults to true

use_syslog

(optional) Use syslog for logging Defaults to true

log_facility

(optional) Syslog facility to receive log lines Defaults to 'LOG_LOCAL0'

storage_availability_zone

(optional) The storage availability zone Defaults to 'nova'

nova_endpoint_type

(optional) The type of the OpenStack endpoint (public/internal/admin) URL Defaults to 'publicURL'

Parameter Summary