feat: add frrouting module

- add frrouting module
- enable ospf daemon on nomad agents
- enable docker volumes
This commit is contained in:
2024-12-26 20:55:26 +11:00
parent 022a564dc0
commit d87f749376
5 changed files with 140 additions and 1 deletions
+13 -1
View File
@@ -3,6 +3,7 @@
hiera_include:
- docker
- docker::networks
- frrouting
- profiles::nomad::node
docker::version: latest
@@ -11,7 +12,17 @@ docker::root_dir: /data/docker
docker::bip: '198.18.101.254/24'
docker::ip_forward: true
docker::ip_masq: false
docker::iptables: true
docker::iptables: false
frrouting::ospfd_redistribute:
- connected
frrouting::ospfd_interfaces:
eth0:
area: 0.0.0.0
ens19:
passive: true
docker0:
area: 0.0.0.1
profiles::yum::global::repos:
ceph-reef:
@@ -28,6 +39,7 @@ profiles::ceph::client::keyrings:
profiles::packages::include:
nomad: {}
cni-plugins: {}
profiles::nomad::node::client: true