charm-ceph-proxy/README.md
Felipe Reyes 77fda8103b Update url to file bugs in README.md file
Change-Id: I5d0ce5bf5449edb98b1e2e92a301334ec73793a5
Closes-Bug: 1669803
2017-03-03 11:30:35 -03:00

36 lines
1.0 KiB
Markdown

# Overview
Ceph is a distributed storage and network file system designed to provide
excellent performance, reliability, and scalability.
This charm allows connecting an existing Ceph deployment with a Juju environment.
# Usage
Your config.yaml needs to provide the monitor-hosts and fsid options like below:
`config.yaml`:
```yaml
ceph-proxy:
monitor-hosts: IP_ADDRESS:PORT IP ADDRESS:PORT
fsid: FSID
```
You must then provide this configuration to the new deployment: `juju deploy ceph-proxy -c config.yaml`.
This charm noes NOT insert itself between the clusters, but merely makes the external cluster available through Juju's environment by exposing the same relations that the existing ceph charms do.
# Contact Information
## Authors
- Chris MacNaughton <chris.macnaughton@canonical.com>
Report bugs on [Launchpad](http://bugs.launchpad.net/charm-ceph-proxy/+filebug)
## Ceph
- [Ceph website](http://ceph.com)
- [Ceph mailing lists](http://ceph.com/resources/mailing-list-irc/)
- [Ceph bug tracker](http://tracker.ceph.com/projects/ceph)