Puppet Class: storage

Defined in:
manifests/object/storage.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::object::storage

Swift Storage node

Parameters:

storage_eth

(optional) IP or hostname of the Swift storage node Defaults to '127.0.0.1'

swift_zone

(optional) Name of the swift zone Defaults to undef

object_port

(optional) TCP port number of the Object middleware Defaults to '6000'

container_port

(optional) TCP port number of the container middleware Defaults to '6001'

account_port

(optional) TCP port number of the account middleware Defaults to '6002'

fstype

(optional) Name of the File-System type Defaults to 'xfs'

device_config_hash

(optional) A hash of options to pass to io scheduler Defaults to {}

ring_container_device

(optional) The name of the container device Defaults to 'sdb'

ring_account_device

(optional) The name of the account device Defaults to 'sdb'

firewall_settings

(optional) Allow to add custom parameters to firewall rules Should be an hash. Default to {}

Parameter Summary