chore: add rados gateway role #379
10
site/roles/manifests/infra/ceph/rgw.pp
Normal file
10
site/roles/manifests/infra/ceph/rgw.pp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# a role to deploy the ceph rgw
|
||||||
|
class roles::infra::ceph::rgw {
|
||||||
|
if $facts['firstrun'] {
|
||||||
|
include profiles::defaults
|
||||||
|
include profiles::firstrun::init
|
||||||
|
}else{
|
||||||
|
include profiles::defaults
|
||||||
|
include profiles::base
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user