![Dmitrii Shcherbakov](/assets/img/avatar_default.png)
In order to support cases where pools and keys are pre-created and ceph-proxy just proxies this data to client applications this change introduces support for: * having custom "admin" users which may not actually have admin privileges on the target cluster (client.admin is probably occupied by real admins in this case); * using cephx keys provided via charm config. Change-Id: I01014b6986f92bf0ad8147a08afa1d61fdd5c088 Closes-bug: #1793991
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
- Chris MacNaughton chris.macnaughton@canonical.com
Report bugs on Launchpad
Ceph
Description
Languages
Python
99.7%
Shell
0.2%