feat: add frrouting module (#208)

- add frrouting module
- enable ospf daemon on nomad agents
- enable docker volumes

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/208
This commit was merged in pull request #208.
This commit is contained in:
2024-12-27 23:39:03 +11:00
parent d37fb5d7e1
commit 4400456519
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
@@ -10,7 +11,17 @@ docker::curl_ensure: false
docker::root_dir: /data/docker
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:
@@ -27,6 +38,7 @@ profiles::ceph::client::keyrings:
profiles::packages::include:
nomad: {}
cni-plugins: {}
profiles::nomad::node::client: true