Compilation results for ganeti4005.ulsfo.wmnet: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 3195 |
|---|---|
| Resources added: | 0 |
| Resources removed: | 0 |
| Resources modified: | 6 |
| Change percentage: | 0.19% |
Resources modified
- File[/etc/bird/bird.conf]
- Content differences:
--- /etc/bird/bird.conf.orig +++ /etc/bird/bird.conf @@ -45,20 +45,7 @@ export all; }; local as 64612; - neighbor 10.128.0.2 external; - # Linux socket API limitation on v4 (GUA to GUA session) - # as we use a wildcard for the dynamic group, we need to use it everywhere - interface range "ens*"; - source address 10.128.0.20; - strict bind; -} -protocol bgp switch_v4_1 { - ipv4 { - import none; - export all; - }; - local as 64612; - neighbor 10.128.0.3 external; + neighbor 10.128.0.1 external; # Linux socket API limitation on v4 (GUA to GUA session) # as we use a wildcard for the dynamic group, we need to use it everywhere interface range "ens*"; @@ -72,16 +59,7 @@ export all; }; local 2620:0:863:101:10:128:0:20 as 64612; - neighbor 2620:0:863:101:fe00::1 external; - interface "ens3f0np0"; -} -protocol bgp switch_v6_1 { - ipv6 { - import none; - export all; - }; - local 2620:0:863:101:10:128:0:20 as 64612; - neighbor 2620:0:863:101:fe00::2 external; + neighbor fe80::1 external; interface "ens3f0np0"; }
- Content differences:
- File[/etc/nftables/input/10_bird-bgp.nft]
- Content differences:
--- /etc/nftables/input/10_bird-bgp.nft.orig +++ /etc/nftables/input/10_bird-bgp.nft @@ -1,4 +1,4 @@ # Managed by puppet # -ip saddr { 10.128.0.2, 10.128.0.3 } tcp dport { 179 } accept -ip6 saddr { 2620:0:863:101:fe00::1, 2620:0:863:101:fe00::2 } tcp dport { 179 } accept +ip saddr { 10.128.0.1 } tcp dport { 179 } accept +ip6 saddr { fe80::1 } tcp dport { 179 } accept
- Content differences:
- Class[Profile::Ganeti]
- Parameters differences:
--- Class[Profile::Ganeti].orig +++ Class[Profile::Ganeti] - neighbors_list => ['10.128.0.2', '2620:0:863:101:fe00::1', '10.128.0.3', '2620:0:863:101:fe00::2']
- Firewall::Service[bird-bgp]
- Parameters differences:
--- Firewall::Service[bird-bgp].orig +++ Firewall::Service[bird-bgp] @@ - srange => ['10.128.0.2', '2620:0:863:101:fe00::1', '10.128.0.3', '2620:0:863:101:fe00::2'] + srange => ['10.128.0.1', 'fe80::1']
- Nftables::Service[bird-bgp]
- Parameters differences:
--- Nftables::Service[bird-bgp].orig +++ Nftables::Service[bird-bgp] @@ - src_ips => ['10.128.0.2', '10.128.0.3', '2620:0:863:101:fe00::1', '2620:0:863:101:fe00::2'] + src_ips => ['10.128.0.1', 'fe80::1']
- Class[Bird]
- Parameters differences:
--- Class[Bird].orig +++ Class[Bird] - neighbors => ['10.128.0.2', '2620:0:863:101:fe00::1', '10.128.0.3', '2620:0:863:101:fe00::2']
- Class[Bird]
- Nftables::Service[bird-bgp]
- Firewall::Service[bird-bgp]
- Parameters differences: