Installs the Openstack volume service (codename: cinder) from packages.
Chef 0.10.0 or higher required (for Chef environment use).
- Ubuntu-12.04
- Fedora-17
The following cookbooks are dependencies:
- apt
- database
- glance
- keystone
- mysql
- openssh
- rabbitmq
- selinux (Fedora)
- osops-utils
- Installs the cinder-api, sets up the cinder database, and cinder service/user/endpoints in keystone
- Installs the cinder-scheduler service
- Installs the cinder-volume service and sets up the iscsi helper
cinder["db"]["name"]
- name of database to create for cindercinder["db"]["username"]
- cinder username for databasecinder["service_tenant_name"]
- name of tenant to use for the cinder service account in keystonecinder["service_user"]
- cinder service user in keystonecinder["service_role"]
- role for the cinder service user in keystonecinder["services"]["volume"]["scheme"]
- http or httpscinder["services"]["volume"]["network"]
network name to place the service oncinder["services"]["volume"]["port"]
cinder api portcinder["services"]["volume"]["path"]
uri to use when using the cinder apicinder["syslog"]["use"]
cinder["syslog"]["facility"]
cinder["syslog"]["config_facility"]
cinder["platform"]
= hash of platform specific package/service names and optionscinder["config"]["log_verbosity"]
- Logging verbosity. Valid options are DEBUG, INFO, WARNING, ERROR, CRITICAL. Default is INFO
api-paste.ini.erb
- Paste config for cinder API middlewarecinder.conf.erb
- Basic cinder.conf filetargets.conf.erb
- config file for tgt (iscsi target software)
Author:: Justin Shepherd (justin.shepherd@rackspace.com)
Author:: Jason Cannavale (jason.cannavale@rackspace.com)
Author:: Ron Pedde (ron.pedde@rackspace.com)
Author:: Joseph Breu (joseph.breu@rackspace.com)
Author:: William Kelly (william.kelly@rackspace.com)
Author:: Darren Birkett (darren.birkett@rackspace.co.uk)
Author:: Evan Callicoat (evan.callicoat@rackspace.com)
Copyright 2012, Rackspace US, Inc.
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.