Puppet Class: role::wmcs::ceph::mon

Defined in:
modules/role/manifests/wmcs/ceph/mon.pp

Overview



1
2
3
4
5
6
7
8
9
# File 'modules/role/manifests/wmcs/ceph/mon.pp', line 1

class role::wmcs::ceph::mon {
    system::role { $name: description => 'Ceph Monitor / Manager server.' }
    include profile::base::production
    include profile::firewall
    include profile::base::cloud_production
    # potential chicken-egg problem with the next two profiles bc the admin keyring:
    include profile::cloudceph::auth::load_all
    include profile::cloudceph::mon
}