Page MenuHomePhabricator

Add new codfw private vlan sub-interfaces to lvs2013 and lvs2014
Closed, ResolvedPublic

Description

Once T348218 is complete we can add the required new sub-interfaces to the LVS servers in row's C and D so they can talk to realservers on the new per-rack subnets.

We don't want to pre-allocate these for now, as it could cause our switch automation to add the vlans to the old switch ports. The new sub-ints we need are detailed below:

LVS2013

LVSParent IntNew IntVlan NameIPv4 Subnet
lvs2013eno12409np1vlan2021private1-a1-codfw10.192.4.0/24
lvs2013eno12409np1vlan2022private1-a2-codfw10.192.23.0/24
lvs2013eno12409np1vlan2023private1-a3-codfw10.192.5.0/24
lvs2013eno12409np1vlan2024private1-a4-codfw10.192.6.0/24
lvs2013eno12409np1vlan2025private1-a5-codfw10.192.7.0/24
lvs2013eno12409np1vlan2026private1-a6-codfw10.192.8.0/24
lvs2013eno12409np1vlan2027private1-a7-codfw10.192.9.0/24
lvs2013eno12409np1vlan2028private1-a8-codfw10.192.10.0/24
lvs2013enp152s0f0np0vlan2029private1-b2-codfw10.192.11.0/24
lvs2013enp152s0f0np0vlan2030private1-b3-codfw10.192.12.0/24
lvs2013enp152s0f0np0vlan2031private1-b4-codfw10.192.13.0/24
lvs2013enp152s0f0np0vlan2032private1-b5-codfw10.192.14.0/24
lvs2013enp152s0f0np0vlan2033private1-b6-codfw10.192.15.0/24
lvs2013enp152s0f0np0vlan2034private1-b7-codfw10.192.21.0/24
lvs2013enp152s0f0np0vlan2035private1-b8-codfw10.192.22.0/24

LVS2014

LVSParent IntNew IntVlan NameIPv4 Subnet
lvs2014eno12409np1vlan2021private1-a1-codfw10.192.4.0/24
lvs2014eno12409np1vlan2022private1-a2-codfw10.192.23.0/24
lvs2014eno12409np1vlan2023private1-a3-codfw10.192.5.0/24
lvs2014eno12409np1vlan2024private1-a4-codfw10.192.6.0/24
lvs2014eno12409np1vlan2025private1-a5-codfw10.192.7.0/24
lvs2014eno12409np1vlan2026private1-a6-codfw10.192.8.0/24
lvs2014eno12409np1vlan2027private1-a7-codfw10.192.9.0/24
lvs2014eno12409np1vlan2028private1-a8-codfw10.192.10.0/24
lvs2014enp152s0f0np0vlan2029private1-b2-codfw10.192.11.0/24
lvs2014enp152s0f0np0vlan2030private1-b3-codfw10.192.12.0/24
lvs2014enp152s0f0np0vlan2031private1-b4-codfw10.192.13.0/24
lvs2014enp152s0f0np0vlan2032private1-b5-codfw10.192.14.0/24
lvs2014enp152s0f0np0vlan2033private1-b6-codfw10.192.15.0/24
lvs2014enp152s0f0np0vlan2034private1-b7-codfw10.192.21.0/24
lvs2014enp152s0f0np0vlan2035private1-b8-codfw10.192.22.0/24

When the time comes I can script up the netbox and puppet changes fairly easily so leave that to me.