feat: manage route-reflectors

- add route-reflector role and hieradata
- enable using dhcp in networkd
- add hieradata/node/* entries for route-reflectors
This commit is contained in:
2025-04-25 00:34:09 +10:00
parent 2321186ad5
commit f4ac1f2000
12 changed files with 143 additions and 12 deletions
+10
View File
@@ -0,0 +1,10 @@
# a role to manage mpls route-reflectors
class roles::infra::mpls::rr {
if $facts['firstrun'] {
include profiles::defaults
include profiles::firstrun::init
}else{
include profiles::defaults
include profiles::base
}
}