feat: add ceph osd/mds/mon roles
- basic roles currently - will allow build of ceph to begin
This commit is contained in:
parent
89653912cb
commit
5076d7383a
6
site/roles/manifests/ceph/mds.pp
Normal file
6
site/roles/manifests/ceph/mds.pp
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# a role to deploy the ceph mds
|
||||||
|
# work in progress
|
||||||
|
class roles::ceph::mds {
|
||||||
|
include profiles::defaults
|
||||||
|
include profiles::base
|
||||||
|
}
|
||||||
6
site/roles/manifests/ceph/mon.pp
Normal file
6
site/roles/manifests/ceph/mon.pp
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# a role to deploy the ceph mon
|
||||||
|
# work in progress
|
||||||
|
class roles::ceph::mon {
|
||||||
|
include profiles::defaults
|
||||||
|
include profiles::base
|
||||||
|
}
|
||||||
6
site/roles/manifests/ceph/osd.pp
Normal file
6
site/roles/manifests/ceph/osd.pp
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# a role to deploy the ceph osd
|
||||||
|
# work in progress
|
||||||
|
class roles::ceph::osd {
|
||||||
|
include profiles::defaults
|
||||||
|
include profiles::base
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user