File tree Expand file tree Collapse file tree
helm/charts/nico-machine-a-tron Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ helm upgrade --install nico ./helm \
175175 --namespace nico-mat \
176176 --set nico-machine-a-tron.enabled=true \
177177 --set nico-machine-a-tron.nginxBmcProxy.enabled=true \
178- --set nico-machine-a-tron.nginxBmcProxy.ipRange=" 10.100.0.0 -10.100.7.254" \
178+ --set nico-machine-a-tron.nginxBmcProxy.ipRange=" 10.100.0.2 -10.100.7.254" \
179179 --set nico-machine-a-tron.nginxBmcProxy.bgp.enabled=true \
180180 --set nico-machine-a-tron.machines.dell-hosts.hostCount=100 \
181181 --set nico-machine-a-tron.machines.dell-hosts.dpuPerHostCount=2 \
Original file line number Diff line number Diff line change @@ -320,8 +320,9 @@ nginxBmcProxy:
320320 # # with thousands of individual /32 routes.
321321 bgp :
322322 enabled : false
323- # # Route aggregation length - announces single /18 instead of 16000+ /32s
324- aggregationLength : 18
323+ # # Route aggregation length - announces summary route instead of /32s
324+ # # /21 = 2048 IPs (default), /18 = 16384 IPs (max)
325+ aggregationLength : 21
325326
326327configFiles :
327328 # # Override the entire mat.toml config (leave empty to use generated config)
You can’t perform that action at this time.
0 commit comments