From 78f4d2a88f9b56fdb9e61ebf49012fd6c98fdb80 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 26 Apr 2025 00:39:23 +1000 Subject: [PATCH] feat: cleanup mpls configuration (#262) Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/262 --- hieradata/roles/infra/incus/node.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/hieradata/roles/infra/incus/node.yaml b/hieradata/roles/infra/incus/node.yaml index 2fa57f9..a5cadbc 100644 --- a/hieradata/roles/infra/incus/node.yaml +++ b/hieradata/roles/infra/incus/node.yaml @@ -110,14 +110,7 @@ frrouting::ospfd_interfaces: area: 0.0.0.0 loopback2: area: 0.0.0.0 -frrouting::mpls_te_enabled: true -frrouting::mpls_ldp_router_id: "%{hiera('networking_loopback0_ip')}" -frrouting::mpls_ldp_transport_addr: "%{hiera('networking_loopback0_ip')}" -frrouting::mpls_ldp_interfaces: - - enp2s0 - - enp3s0 frrouting::daemons: - ldpd: true ospfd: true # add loopback interfaces to ssh list @@ -193,12 +186,6 @@ sysctl::base::values: value: '0' net.ipv4.conf.all.rp_filter: value: '0' - net.mpls.platform_labels: - value: '1048575' - net.mpls.conf.enp2s0.input: - value: '1' - net.mpls.conf.enp3s0.input: - value: '1' # limits.d recommendations limits::entries: