forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sonic-cfggen] Be case insensitive to hostname in minigraph (sonic-ne…
- Loading branch information
Showing
3 changed files
with
438 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
317 changes: 317 additions & 0 deletions
317
src/sonic-config-engine/tests/simple-sample-graph-case.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,317 @@ | ||
<DeviceMiniGraph xmlns="Microsoft.Search.Autopilot.Evolution" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<CpgDec> | ||
<IsisRouters xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/> | ||
<PeeringSessions> | ||
<BGPSession> | ||
<MacSec>false</MacSec> | ||
<StartRouter>switch-t0</StartRouter> | ||
<StartPeer>10.0.0.56</StartPeer> | ||
<EndRouter>ARISTA01T1</EndRouter> | ||
<EndPeer>10.0.0.57</EndPeer> | ||
<Multihop>1</Multihop> | ||
<HoldTime>180</HoldTime> | ||
<KeepAliveTime>60</KeepAliveTime> | ||
</BGPSession> | ||
<BGPSession> | ||
<StartRouter>switch-t0</StartRouter> | ||
<StartPeer>FC00::71</StartPeer> | ||
<EndRouter>ARISTA01T1</EndRouter> | ||
<EndPeer>FC00::72</EndPeer> | ||
<Multihop>1</Multihop> | ||
<HoldTime>180</HoldTime> | ||
<KeepAliveTime>60</KeepAliveTime> | ||
</BGPSession> | ||
<BGPSession> | ||
<MacSec>false</MacSec> | ||
<StartRouter>switch-t0</StartRouter> | ||
<StartPeer>10.0.0.58</StartPeer> | ||
<EndRouter>ARISTA02T1</EndRouter> | ||
<EndPeer>10.0.0.59</EndPeer> | ||
<Multihop>1</Multihop> | ||
<HoldTime>180</HoldTime> | ||
<KeepAliveTime>60</KeepAliveTime> | ||
</BGPSession> | ||
<BGPSession> | ||
<StartRouter>switch-t0</StartRouter> | ||
<StartPeer>FC00::75</StartPeer> | ||
<EndRouter>ARISTA02T1</EndRouter> | ||
<EndPeer>FC00::76</EndPeer> | ||
<Multihop>1</Multihop> | ||
<HoldTime>180</HoldTime> | ||
<KeepAliveTime>60</KeepAliveTime> | ||
</BGPSession> | ||
</PeeringSessions> | ||
<Routers xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"> | ||
<a:BGPRouterDeclaration> | ||
<a:ASN>65100</a:ASN> | ||
<a:Hostname>switch-t0</a:Hostname> | ||
<a:Peers> | ||
<BGPPeer> | ||
<Address>10.0.0.57</Address> | ||
<RouteMapIn i:nil="true"/> | ||
<RouteMapOut i:nil="true"/> | ||
<Vrf i:nil="true"/> | ||
</BGPPeer> | ||
<BGPPeer> | ||
<Address>10.0.0.59</Address> | ||
<RouteMapIn i:nil="true"/> | ||
<RouteMapOut i:nil="true"/> | ||
<Vrf i:nil="true"/> | ||
</BGPPeer> | ||
</a:Peers> | ||
<a:RouteMaps/> | ||
</a:BGPRouterDeclaration> | ||
<a:BGPRouterDeclaration> | ||
<a:ASN>64600</a:ASN> | ||
<a:Hostname>ARISTA01T1</a:Hostname> | ||
<a:RouteMaps/> | ||
</a:BGPRouterDeclaration> | ||
<a:BGPRouterDeclaration> | ||
<a:ASN>64600</a:ASN> | ||
<a:Hostname>ARISTA02T1</a:Hostname> | ||
<a:RouteMaps/> | ||
</a:BGPRouterDeclaration> | ||
<a:BGPRouterDeclaration> | ||
<a:ASN>64600</a:ASN> | ||
<a:Hostname>ARISTA03T1</a:Hostname> | ||
<a:RouteMaps/> | ||
</a:BGPRouterDeclaration> | ||
<a:BGPRouterDeclaration> | ||
<a:ASN>64600</a:ASN> | ||
<a:Hostname>ARISTA04T1</a:Hostname> | ||
<a:RouteMaps/> | ||
</a:BGPRouterDeclaration> | ||
</Routers> | ||
</CpgDec> | ||
<DpgDec> | ||
<DeviceDataPlaneInfo> | ||
<IPSecTunnels/> | ||
<LoopbackIPInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"> | ||
<a:LoopbackIPInterface> | ||
<Name>HostIP</Name> | ||
<AttachTo>Loopback0</AttachTo> | ||
<a:Prefix xmlns:b="Microsoft.Search.Autopilot.Evolution"> | ||
<b:IPPrefix>10.1.0.32/32</b:IPPrefix> | ||
</a:Prefix> | ||
<a:PrefixStr>10.1.0.32/32</a:PrefixStr> | ||
</a:LoopbackIPInterface> | ||
<a:LoopbackIPInterface> | ||
<Name>HostIP1</Name> | ||
<AttachTo>Loopback0</AttachTo> | ||
<a:Prefix xmlns:b="Microsoft.Search.Autopilot.Evolution"> | ||
<b:IPPrefix>FC00:1::32/128</b:IPPrefix> | ||
</a:Prefix> | ||
<a:PrefixStr>FC00:1::32/128</a:PrefixStr> | ||
</a:LoopbackIPInterface> | ||
</LoopbackIPInterfaces> | ||
<ManagementIPInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"> | ||
<a:ManagementIPInterface> | ||
<Name>HostIP</Name> | ||
<AttachTo>eth0</AttachTo> | ||
<a:Prefix xmlns:b="Microsoft.Search.Autopilot.Evolution"> | ||
<b:IPPrefix>10.0.0.100/24</b:IPPrefix> | ||
</a:Prefix> | ||
<a:PrefixStr>10.0.0.100/24</a:PrefixStr> | ||
</a:ManagementIPInterface> | ||
</ManagementIPInterfaces> | ||
<ManagementVIPInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/> | ||
<MplsInterfaces/> | ||
<MplsTeInterfaces/> | ||
<RsvpInterfaces/> | ||
<Hostname>switch-t0</Hostname> | ||
<PortChannelInterfaces> | ||
<PortChannel> | ||
<Name>PortChannel01</Name> | ||
<AttachTo>fortyGigE0/4</AttachTo> | ||
<SubInterface/> | ||
</PortChannel> | ||
</PortChannelInterfaces> | ||
<VlanInterfaces> | ||
<VlanInterface> | ||
<Name>ab1</Name> | ||
<AttachTo>fortyGigE0/8</AttachTo> | ||
<DhcpRelays>192.0.0.1;192.0.0.2</DhcpRelays> | ||
<VlanID>1000</VlanID> | ||
<Tag>1000</Tag> | ||
<Subnets>192.168.0.0/27</Subnets> | ||
</VlanInterface> | ||
</VlanInterfaces> | ||
<IPInterfaces> | ||
<IPInterface> | ||
<Name i:nil="true"/> | ||
<AttachTo>PortChannel01</AttachTo> | ||
<Prefix>10.0.0.56/31</Prefix> | ||
</IPInterface> | ||
<IPInterface> | ||
<Name i:Name="true"/> | ||
<AttachTo>PortChannel01</AttachTo> | ||
<Prefix>FC00::71/126</Prefix> | ||
</IPInterface> | ||
<IPInterface> | ||
<Name i:nil="true"/> | ||
<AttachTo>fortyGigE0/0</AttachTo> | ||
<Prefix>10.0.0.58/31</Prefix> | ||
</IPInterface> | ||
<IPInterface> | ||
<Name i:nil="true"/> | ||
<AttachTo>fortyGigE0/0</AttachTo> | ||
<Prefix>FC00::75/126</Prefix> | ||
</IPInterface> | ||
<IPInterface> | ||
<Name i:nil="true"/> | ||
<AttachTo>ab1</AttachTo> | ||
<Prefix>192.168.0.1/27</Prefix> | ||
</IPInterface> | ||
</IPInterfaces> | ||
<DataAcls/> | ||
<AclInterfaces> | ||
<AclInterface> | ||
<AttachTo>PortChannel01</AttachTo> | ||
<InAcl>DataAcl</InAcl> | ||
<Type>DataPlane</Type> | ||
</AclInterface> | ||
<AclInterface> | ||
<AttachTo>SNMP</AttachTo> | ||
<InAcl>SNMP_ACL</InAcl> | ||
<Type>SNMP</Type> | ||
</AclInterface> | ||
</AclInterfaces> | ||
<DownstreamSummaries/> | ||
<DownstreamSummarySet xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/> | ||
</DeviceDataPlaneInfo> | ||
</DpgDec> | ||
<PngDec> | ||
<DeviceInterfaceLinks/> | ||
<Devices> | ||
<Device i:type="ToRRouter"> | ||
<Hostname>switch-t0</Hostname> | ||
<HwSku>Force10-S6000</HwSku> | ||
</Device> | ||
<Device i:type="LeafRouter"> | ||
<Hostname>ARISTA01T1</Hostname> | ||
<HwSku>Arista</HwSku> | ||
</Device> | ||
<Device i:type="LeafRouter"> | ||
<Hostname>ARISTA02T1</Hostname> | ||
<HwSku>Arista</HwSku> | ||
</Device> | ||
<Device i:type="LeafRouter"> | ||
<Hostname>ARISTA03T1</Hostname> | ||
<HwSku>Arista</HwSku> | ||
</Device> | ||
<Device i:type="LeafRouter"> | ||
<Hostname>ARISTA04T1</Hostname> | ||
<HwSku>Arista</HwSku> | ||
</Device> | ||
</Devices> | ||
</PngDec> | ||
<MetadataDeclaration> | ||
<Devices xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"> | ||
<a:DeviceMetadata> | ||
<a:Name>switch-t0</a:Name> | ||
<a:Properties> | ||
<a:DeviceProperty> | ||
<a:Name>DeploymentId</a:Name> | ||
<a:Reference i:nil="true"/> | ||
<a:Value>1</a:Value> | ||
</a:DeviceProperty> | ||
<a:DeviceProperty> | ||
<a:Name>ErspanDestinationIpv4</a:Name> | ||
<a:Reference i:nil="true"/> | ||
<a:Value>10.0.100.1</a:Value> | ||
</a:DeviceProperty> | ||
<a:DeviceProperty> | ||
<a:Name>NtpResources</a:Name> | ||
<a:Value> | ||
10.0.10.1;10.0.10.2 | ||
</a:Value> | ||
</a:DeviceProperty> | ||
<a:DeviceProperty> | ||
<a:Name>SnmpResources</a:Name> | ||
<a:Value> | ||
10.0.10.3;10.0.10.4 | ||
</a:Value> | ||
</a:DeviceProperty> | ||
<a:DeviceProperty> | ||
<a:Name>SyslogResources</a:Name> | ||
<a:Value> | ||
10.0.10.5;10.0.10.6; | ||
</a:Value> | ||
</a:DeviceProperty> | ||
<a:DeviceProperty> | ||
<a:Name>TacacsServer</a:Name> | ||
<a:Reference i:nil="true"/> | ||
<a:Value>10.0.10.7;10.0.10.8</a:Value> | ||
</a:DeviceProperty> | ||
</a:Properties> | ||
</a:DeviceMetadata> | ||
</Devices> | ||
<Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/> | ||
</MetadataDeclaration> | ||
<DeviceInfos> | ||
<DeviceInfo> | ||
<AutoNegotiation>true</AutoNegotiation> | ||
<EthernetInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"> | ||
<a:EthernetInterface> | ||
<ElementType>DeviceInterface</ElementType> | ||
<AlternateSpeeds i:nil="true"/> | ||
<EnableAutoNegotiation>true</EnableAutoNegotiation> | ||
<EnableFlowControl>true</EnableFlowControl> | ||
<Index>1</Index> | ||
<InterfaceName>fortyGigE0/0</InterfaceName> | ||
<InterfaceType i:nil="true"/> | ||
<MultiPortsInterface>false</MultiPortsInterface> | ||
<PortName>0</PortName> | ||
<Priority>0</Priority> | ||
<Speed>10000</Speed> | ||
</a:EthernetInterface> | ||
<a:EthernetInterface> | ||
<ElementType>DeviceInterface</ElementType> | ||
<AlternateSpeeds i:nil="true"/> | ||
<EnableAutoNegotiation>true</EnableAutoNegotiation> | ||
<EnableFlowControl>true</EnableFlowControl> | ||
<Index>1</Index> | ||
<InterfaceName>fortyGigE0/4</InterfaceName> | ||
<InterfaceType i:nil="true"/> | ||
<MultiPortsInterface>false</MultiPortsInterface> | ||
<PortName>0</PortName> | ||
<Priority>0</Priority> | ||
<Speed>25000</Speed> | ||
</a:EthernetInterface> | ||
<a:EthernetInterface> | ||
<ElementType>DeviceInterface</ElementType> | ||
<AlternateSpeeds i:nil="true"/> | ||
<EnableAutoNegotiation>true</EnableAutoNegotiation> | ||
<EnableFlowControl>true</EnableFlowControl> | ||
<Index>1</Index> | ||
<InterfaceName>fortyGigE0/8</InterfaceName> | ||
<InterfaceType i:nil="true"/> | ||
<MultiPortsInterface>false</MultiPortsInterface> | ||
<PortName>0</PortName> | ||
<Priority>0</Priority> | ||
<Speed>40000</Speed> | ||
<Description>Interface description</Description> | ||
</a:EthernetInterface> | ||
<a:EthernetInterface> | ||
<ElementType>DeviceInterface</ElementType> | ||
<AlternateSpeeds i:nil="true"/> | ||
<EnableAutoNegotiation>true</EnableAutoNegotiation> | ||
<EnableFlowControl>true</EnableFlowControl> | ||
<Index>1</Index> | ||
<InterfaceName>fortyGigE0/12</InterfaceName> | ||
<InterfaceType i:nil="true"/> | ||
<MultiPortsInterface>false</MultiPortsInterface> | ||
<PortName>0</PortName> | ||
<Priority>0</Priority> | ||
<Speed>100000</Speed> | ||
<Description>Interface description</Description> | ||
</a:EthernetInterface> | ||
</EthernetInterfaces> | ||
<FlowControl>true</FlowControl> | ||
<Height>0</Height> | ||
<HwSku>Force10-S6000</HwSku> | ||
</DeviceInfo> | ||
</DeviceInfos> | ||
<Hostname>switch-T0</Hostname> | ||
<HwSku>Force10-S6000</HwSku> | ||
</DeviceMiniGraph> |
Oops, something went wrong.