root / manifests / rules / ceph.pp @ bbc93ede
Historique | Voir | Annoter | Télécharger (335 octets)
1 | bbc93ede | Dan van der Ster | # Ceph is a distributed object store and file system. |
---|---|---|---|
2 | # Enable this to support Ceph's Object Storage Daemons (OSD), |
||
3 | # Metadata Server Daemons (MDS), or Manager Daemons (MGR). |
||
4 | class nftables::rules::ceph { |
||
5 | nftables::rule{ |
||
6 | 'default_in-ceph': |
||
7 | content => 'tcp dport 6800-7300 accept comment "Accept Ceph OSD, MDS, MGR"', |
||
8 | } |
||
9 | } |