root / manifests / rules / ceph.pp @ e499cece
Historique | Voir | Annoter | Télécharger (336 octets)
1 |
# 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 |
} |