Skip to content

gridcentric/ceph-salt-states

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ceph salt states

Load into /srv/salt/ceph.

Configuration

First, setup some pillar data for your storage configuration.

ceph:
    devices:
        node-0025904fc1de:
            0: sdb
            1: sdc
        node-0025904fc34c:
            2: sdb
            3: sdc
    monitors:
        - node-0025904fc1de
        - node-0025904fc34c

Then run state.sls ceph on all participating nodes in order to deploy the configuration. To make the cluster, you will then run:

mkcephfs -a -c /etc/ceph/ceph.conf --mkfs

That's it!

About

States for deploying a ceph cluster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages