Description
Ceph is a distributed storage and network file system designed to provide
excellent performance, reliability, and scalability.
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
Configuration
- auth-supported
- (string) Which authentication flavour to use. . Valid options are "cephx" and "none". If "none" is specified, keys will still be created and deployed so that it can be enabled later.
- cephx
- loglevel
- (int) Mon and OSD debug level. Max is 20.
- 1
- source
- (string) Optional configuration to support use of additional sources such as: - ppa:myteam/ppa - cloud:trusty-proposed/kilo - http://my.archive.com/ubuntu main The last option should be used in conjunction with the key configuration option. Note that a minimum ceph version of 0.48.2 is required for use with this charm which is NOT provided by the packages in the main Ubuntu archive for precise but is provided in the Ubuntu cloud archive.
- monitor-hosts
- (string) Space separated list of existing monitor hosts, in the format {IP / Hostname}:{port} {IP / Hostname}:{port}
- key
- (string) Key ID to import to the apt keyring to support use with arbitary source configuration from outside of Launchpad archives or PPA's.
- admin-key
- (string) Admin cephx key for existing Ceph cluster
- fsid
- (string) fsid of the ceph cluster. To generate a suitable value use `uuid` . This configuration element is mandatory and the service will fail on install if it is not provided.
- use-syslog
- (boolean) If set to True, supporting services will log to syslog.