Skip to content

Latest commit

 

History

History
 
 

store

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Deis Store

A backing store built on Ceph for use in the Deis open source PaaS.

The bin/boot scripts and Dockerfiles were inspired by Seán C. McCord's docker-ceph repository.

This Docker image is based on the official alpine:3.2 image.

Please add any issues you find with this software to the Deis project.

Containers

The store component is comprised of four containers:

  • store-daemon - the daemon which serves data (in Ceph, this is an object store daemon, or OSD)
  • store-gateway - the blob store gateway, offering Swift and S3-compatible bucket APIs
  • store-metadata - the metadata service necessary to use the CephFS shared filesystem (in Ceph, this is a metadata server daemon, or MDS)
  • store-monitor - the service responsible for keeping track of the cluster state (this is also called a monitor in Ceph)

These are all based upon the store-base image, which is a Docker container that preinstalls Ceph.

Usage

Please consult the Makefile for current instructions on how to build, test, push, install, and start deis/store.

License

© 2014 Engine Yard, 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.