Felipe Reyes f250c2274a Set ceph-public-address with monitor-hosts config
charms capable of relating to ceph build the list of monitor hosts
from the ceph-public-address in the relation data or simply using the
private-address field provided by juju.

This patch populates ceph-public-address in the relations with the
list of monitor hosts provided in the configuration, so clients connect
directly to the non juju managed ceph and not to ceph-proxy IP.

Closes-Bug: #1642430
Change-Id: Ib2e3c6a8b0d9fc0b6d729d845a802945b64fc74c
2017-03-29 20:00:55 -03:00
2016-03-24 14:31:49 -04:00
2016-01-28 18:21:15 +01:00
2016-07-12 15:44:23 -04:00
2017-03-09 14:34:13 -08:00
2016-03-24 14:31:49 -04:00
2016-04-07 16:22:52 +01:00
2016-03-24 14:31:49 -04:00
2016-07-12 15:44:23 -04:00
2016-03-29 20:26:58 +01:00
2013-04-25 14:24:03 -04:00
2017-03-09 14:34:13 -08:00
2012-10-09 12:18:01 +01:00

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

Description
Juju Charm - Ceph Proxy
Readme 3.1 MiB
Languages
Python 99.7%
Shell 0.2%