Mirantis/pmlc_cinder

Name: pmlc_cinder

Owner: Mirantis Inc.

Description: null

Created: 2015-07-27 13:43:18.0

Updated: 2015-07-27 16:55:14.0

Pushed: 2015-07-27 16:55:16.0

Homepage: null

Size: 140

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

pmlc_cinder

This module is for basic cinder management. It was written to provide basic config changes to cinder via the Fuel master. It is not intended to be a fully-functional openstack/cinder configuration management module to deploy cinder from scratch. It is merely to allow config changes and ensure cinder services are running after deploying with Fuel.

Example Usage
s { 'pmlc_cinder':
bug             => $debug,
bbit_pass       => $rabbit_pass,
tabase_password => $database_password,
e_ceph          => true,


arameters
meters are optional but you'd likely want to supply different/correct access credentials. This module does not currently do any MySQL grants or RabbitMQ permissions.  If those passwords change, then you'd need to update the configuration here but this module does not make any changes in RabbitMQ or MySQL.

ebug        - Turn on debug logging for Cinder
scsi_helper - Change the iscsi_helper that is used for iscsi initiators/targets
se_ceph     - (Boolean) Use the Rados RBD driver for volumes
torage_availability_zone - The availability zone to use
efault_availability_zone - The default availability zone
abbit_user               - The user for RabbitMQ connectivity
abbit_pass               - The password for RabbitMQ connectivity
dmin_user                - The admin password for the cinder user
dmin_password            - The admin password for the cinder user
atabase_user             - MySQL user for connecting to the Cinder database
atabase_password         - Password to the MySQL user
anagement_vip            - The address of the VIP for the management network.  This is used to connect to MySQL. Defaults to 127.0.0.1 if not supplied (this is likely not correct and you will want to specify this)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.