Skip to content

Commit

Permalink
[config]: add device type in minigraph (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Feb 13, 2017
1 parent 6a6f5a6 commit 0a6565d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/image_config/minigraph/minigraph_ACS-MSN2700.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,12 @@
<StartPort>Ethernet1</StartPort>
</DeviceLinkBase>
</DeviceInterfaceLinks>
<Devices>
<Device i:type="LeafRouter">
<Hostname>switch2</Hostname>
<HwSku>ACS-MSN2700</HwSku>
</Device>
</Devices>`
</PngDec>
<Hostname>switch2</Hostname>
<HwSku>ACS-MSN2700</HwSku>
Expand Down
6 changes: 6 additions & 0 deletions files/image_config/minigraph/minigraph_AS7512.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,12 @@
<StartPort>Ethernet1</StartPort>
</DeviceLinkBase>
</DeviceInterfaceLinks>
<Devices>
<Device i:type="LeafRouter">
<Hostname>switch2</Hostname>
<HwSku>ACS-MSN2700</HwSku>
</Device>
</Devices>
</PngDec>
<Hostname>switch2</Hostname>
<HwSku>ACS-MSN2700</HwSku>
Expand Down
6 changes: 6 additions & 0 deletions files/image_config/minigraph/minigraph_Force10-S6000.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,12 @@
<StartPort>Ethernet1</StartPort>
</DeviceLinkBase>
</DeviceInterfaceLinks>
<Devices>
<Device i:type="LeafRouter">
<Hostname>switch1</Hostname>
<HwSku>Force10-S6000</HwSku>
</Device>
</Devices>
</PngDec>
<Hostname>switch1</Hostname>
<HwSku>Force10-S6000</HwSku>
Expand Down

0 comments on commit 0a6565d

Please sign in to comment.