Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gambol99/docker-ceph

Ceph containers
https://github.com/gambol99/docker-ceph

Last synced: 25 days ago
JSON representation

Ceph containers

Awesome Lists containing this project

README

        

## Containers

The store component is comprised of four containers:

* [store-client] - a utility container taken from store-base which contains nothing but the ceph commands (the admin / monitor keyrings has been removed)
* [store-manager] - a cheeky utility service used to automate the unlock on rbd volumes from ec2 instances which have terminated or stopped
* [store-daemon](https://index.docker.io/u/deis/store-daemon/) - the daemon which serves data
(in Ceph, this is an object store daemon, or OSD)
* [store-gateway](https://index.docker.io/u/deis/store-gateway/) - the blob store gateway,
offering Swift and S3-compatible bucket APIs
* [store-metadata](https://index.docker.io/u/deis/store-metadata/) - the metadata service necessary
to use the CephFS shared filesystem (in Ceph, this is a metadata server daemon, or MDS)
* [store-monitor](https://index.docker.io/u/deis/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](https://github.com/deis/deis/tree/master/store/base) image,
which is a Docker container that preinstalls Ceph.

## Usage

Please consult the [Makefile](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

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.