Chris MacNaughton 649bdb4683 Ensure that we define unit before use
When ceph-proxy is configured prior to being related
to clients, it is possible for the units to go into
a hook error because of an undefined variable. This
change ensures that we do correctly define the unit
before we use it.

Change-Id: Ic6e28783bde4fc342d7c5ef1d733e69a03b702fe
Closes-Bug: #1862487
2020-02-12 11:28:56 +01:00
2019-03-10 14:16:41 +00:00
2020-02-05 14:07:53 +00:00
2020-02-05 14:07:53 +00:00
2018-10-03 16:26:42 -05:00
2019-04-19 19:42:09 +00:00
2016-04-07 16:22:52 +01:00
2019-10-31 17:37:25 +08:00
2016-03-29 20:26:58 +01:00
2017-07-31 14:13:52 -05:00
2020-02-05 14:07:53 +00: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%