Puppet Class: role::wmcs::ceph::mon
- Defined in:
- modules/role/manifests/wmcs/ceph/mon.pp
Overview
1 2 3 4 5 6 7 8 |
# 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::base::firewall
# potential chicken-egg problem with the next two profiles bc the admin keyring:
include profile::ceph::auth::load_all
include profile::ceph::mon
}
|