ceph-formula

Formulas to set up and configure a Ceph cluster.

Note

See the full Salt Formulas installation and usage instructions.

Available states

Install and configure Ceph

Install and configure Ceph monitor.

Install and configure Ceph OSDs.

Configures the official Ceph (upstream) repository on target system (either download.ceph.org or www.suse.com mirror).

The state relies on ceph:use_upstream_repo pillar boolean value-

  • True (default): adds the upstream repository to install packages from.
  • False: makes sure that the repository configuration is absent.

The ceph:release pillar controls which release to install. Defaults to luminous.

Usage

For a list of all available options, look at: ceph/defaults.yaml - also have a look at the pillar.example and map.jinja.

Supports GNU Linux (Ubuntu, Fedora, Centos, Suse)