Go to file
Deepak C Shetty 14ce263766 TEST PATCH - DO NOT MERGE. TESTING RGW Support
Testing RGW support

Change-Id: I5b934ce7d7c56645fa77c0636b2decd74ecc1db9
2015-12-23 19:05:34 +05:30
2015-11-27 19:43:03 +00:00
2015-11-25 14:11:30 +00:00
2015-11-27 19:43:03 +00:00
2015-11-27 19:43:03 +00:00
2015-12-23 19:05:28 +05:30
2015-11-27 19:43:03 +00:00

Devstack Ceph Plugin

Overview

Devstack plugin to configure Ceph as the storage backend for openstack services

As part of stack.sh:

  • Installs Ceph (client and server) packages
  • Creates a Ceph cluster for use with openstack services
  • Configures Ceph as the storage backend for Cinder, Cinder Backup, Nova & Glance services
  • (Optionally) Sets up & configures Rados gateway (aka rgw or radosgw) as a Swift endpoint with Keystone integration
    • Set ENABLE_CEPH_RGW=True in your localrc
  • Supports Ceph cluster running local or remote to openstack services

As part of unstack.sh | clean.sh:

  • Tears down the Ceph cluster and its related services

This plugin also gets used to configure Ceph as the storage backend for the upstream Ceph CI job named gate-tempest-dsvm-full-devstack-plugin-ceph

How to use

  • Enable the plugin in localrc:

    enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph

    Note: Ceph can be disabled as the storage backend for a service with the following setting in the localrc file,

    ENABLE_CEPH_$SERVICE=False
    

    where $SERVICE can be CINDER, C_BAK, GLANCE, or NOVA corresponding to Cinder, Cinder Backup, Glance, and Nova services respectively.

  • Then run stack.sh and wait for the magic to happen :)

TODOs

  • Configuring Rados Gateway with Keystone for Swift
  • Add support for Ceph Infernalis release
  • Add support for distro specific ceph repos

Bugs

Description
DevStack plugin to configure Ceph backend.
Readme 5.8 MiB
Languages
Shell 100%