Projet

Général

Profil

Révision 5dedf86c

ID5dedf86cb36beb4043c7e2d34724d8439479dc48
Parent 4ee75698
Enfant 0f34454b

Ajouté par Steve Traylen il y a 3 mois

Add ruleset for a Nomad cluster

Nomad clusters typically have single public API
port as well as rpc and serf ports for inter cluster
communication.

Example:

```puppet
class{ 'nftables::rules::nomad':
cluster_elements = [
'10.0.0.1','10.0.0.2',
'::1', '::2'',
],
}
```

The default ports can be overridden with parameters `http`, `rpc` and
`surf`.

Voir les différences:

spec/acceptance/all_rules_spec.rb
48 48
      include nftables::rules::smtp_submission
49 49
      include nftables::rules::https
50 50
      include nftables::rules::nfs
51
      include nftables::rules::nomad
51 52
      include nftables::rules::smtps
52 53
      include nftables::rules::smtp
53 54
      include nftables::rules::ceph

Formats disponibles : Unified diff