Skip to content

saltstack-formulas/ceph-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ceph-formula

Formulas to set up and configure a Ceph cluster.

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)