Skip to content

Instantly share code, notes, and snippets.

@timfreund
Created December 31, 2014 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timfreund/9d5a08c1bba14c873d6c to your computer and use it in GitHub Desktop.
Save timfreund/9d5a08c1bba14c873d6c to your computer and use it in GitHub Desktop.
class { 'ceph':
fsid => generate('/usr/bin/uuidgen'),
mon_host => $::ipaddress_eth0,
authentication_type => 'none',
}
ceph::mon { 'a':
public_addr => $::ipaddress_eth0,
osd_pool_default_size => 1,
authentication_type => 'none',
}
ceph::osd { '/dev/vdb': }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment