Juju Charm - Ceph Proxy
Go to file
OpenDev Sysadmins 1b9d23a545 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:42:10 +00:00
actions Merge ceph charm into ceph-mon 2016-03-24 14:31:49 -04:00
files fix tests 2016-01-28 18:21:15 +01:00
hooks Replace openstack.org git:// URLs with https:// 2019-03-24 20:32:50 +00:00
templates Add testing 2016-07-12 15:44:23 -04:00
tests Updates for stable branch creation for 16.07 2016-07-28 16:00:53 +02:00
unit_tests Add testing 2016-07-12 15:44:23 -04:00
.coveragerc [dosaboy,r=james-page] Add broker functionality 2014-11-19 16:12:04 -06:00
.gitignore Merge ceph charm into ceph-mon 2016-03-24 14:31:49 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:10 +00:00
.project Add support for Juju network spaces 2016-04-07 16:22:52 +01:00
.pydevproject Add support for Juju network spaces 2016-04-07 16:22:52 +01:00
.testr.conf Add tox configurations and requirements definitions 2015-10-30 11:15:38 +09:00
Makefile Add testing 2016-07-12 15:44:23 -04:00
README.md document this thing 2016-06-28 08:02:36 -04:00
TODO Turn on cephx support by default 2012-10-09 12:18:01 +01:00
actions.yaml Merge ceph charm into ceph-mon 2016-03-24 14:31:49 -04:00
charm-helpers-hooks.yaml Updates for stable branch creation for 16.07 2016-07-28 16:00:53 +02:00
charm-helpers-tests.yaml Updates for stable branch creation for 16.07 2016-07-28 16:00:53 +02:00
config.yaml Add testing 2016-07-12 15:44:23 -04:00
copyright Updated README verbosity, added checks to harden ceph admin-daemon usage in ceph utils 2012-10-04 14:24:12 +01:00
hardening.yaml Add hardening support 2016-03-29 20:26:58 +01:00
icon.svg Added icon.svg 2013-04-25 14:24:03 -04:00
metadata.yaml ceph clients can relate through the proxy 2016-06-15 13:44:40 -04:00
requirements.txt Update .gitreview, fix duplicate requirements 2016-07-06 16:49:03 -04:00
revision [hopem] Added use-syslog cfg option to allow logging to syslog 2014-03-25 18:44:22 +00:00
setup.cfg [dosaboy,r=james-page] Add broker functionality 2014-11-19 16:12:04 -06:00
test-requirements.txt Update to charm-tools >= 2.0.0 2016-03-23 09:30:16 +00:00
tox.ini Resync charm-helpers 2016-05-18 17:33:46 +01:00

README.md

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:

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

Report bugs on Launchpad

Ceph