- add route-reflector role and hieradata - enable using dhcp in networkd - add hieradata/node/* entries for route-reflectors
11 lines
239 B
Puppet
11 lines
239 B
Puppet
# 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
|
|
}
|
|
}
|