From d819f17a996c0a3f41b9660d2580055854a3bac2 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 9 May 2019 23:10:15 +0200 Subject: appendix: add supermicro custom 1u server --- docs/_static/images/1u_vyos_back.jpg | Bin 0 -> 586620 bytes docs/_static/images/1u_vyos_front.jpg | Bin 0 -> 363840 bytes docs/_static/images/1u_vyos_front_open_1.jpg | Bin 0 -> 956435 bytes docs/_static/images/1u_vyos_front_open_2.jpg | Bin 0 -> 1225208 bytes docs/_static/images/1u_vyos_front_open_3.jpg | Bin 0 -> 1337822 bytes docs/index.rst | 1 + docs/releasenotes.rst | 2 +- docs/vyos-on-baremetal.rst | 53 +++++++++++++++++++++++++++ 8 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 docs/_static/images/1u_vyos_back.jpg create mode 100644 docs/_static/images/1u_vyos_front.jpg create mode 100644 docs/_static/images/1u_vyos_front_open_1.jpg create mode 100644 docs/_static/images/1u_vyos_front_open_2.jpg create mode 100644 docs/_static/images/1u_vyos_front_open_3.jpg create mode 100644 docs/vyos-on-baremetal.rst diff --git a/docs/_static/images/1u_vyos_back.jpg b/docs/_static/images/1u_vyos_back.jpg new file mode 100644 index 00000000..cd00c11c Binary files /dev/null and b/docs/_static/images/1u_vyos_back.jpg differ diff --git a/docs/_static/images/1u_vyos_front.jpg b/docs/_static/images/1u_vyos_front.jpg new file mode 100644 index 00000000..3d135d56 Binary files /dev/null and b/docs/_static/images/1u_vyos_front.jpg differ diff --git a/docs/_static/images/1u_vyos_front_open_1.jpg b/docs/_static/images/1u_vyos_front_open_1.jpg new file mode 100644 index 00000000..d90d565e Binary files /dev/null and b/docs/_static/images/1u_vyos_front_open_1.jpg differ diff --git a/docs/_static/images/1u_vyos_front_open_2.jpg b/docs/_static/images/1u_vyos_front_open_2.jpg new file mode 100644 index 00000000..6d112463 Binary files /dev/null and b/docs/_static/images/1u_vyos_front_open_2.jpg differ diff --git a/docs/_static/images/1u_vyos_front_open_3.jpg b/docs/_static/images/1u_vyos_front_open_3.jpg new file mode 100644 index 00000000..198ba3ce Binary files /dev/null and b/docs/_static/images/1u_vyos_front_open_3.jpg differ diff --git a/docs/index.rst b/docs/index.rst index 46f554ab..c4932c88 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -34,6 +34,7 @@ as a router and firewall platform for cloud deployments. troubleshooting.rst examples/index.rst commandtree/index.rst + vyos-on-baremetal.rst releasenotes.rst .. toctree:: diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 70579af0..7adc5839 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -1,6 +1,6 @@ .. _releasenotes: -Appendix D - Release notes +Appendix E - Release notes ########################## 1.2 (Crux) diff --git a/docs/vyos-on-baremetal.rst b/docs/vyos-on-baremetal.rst new file mode 100644 index 00000000..7eae80ca --- /dev/null +++ b/docs/vyos-on-baremetal.rst @@ -0,0 +1,53 @@ +.. _vyosonbaremetal: + +Appendix D - Running on Bare Metal +################################## + +I opted to get one of the new Intel Atom C3000 CPUs to spawn VyOS on it. +Running VyOS on an UEFI only device is supported as of VyOS release 1.2. + +Shopping Card +------------- + +* 1x Supermicro CSE-505-203B (19" 1U chassis, inkl. 200W PSU) +* 1x Supermicro MCP-260-00085-0B (I/O Shield for A2SDi-2C-HLN4F) +* 1x Supermicro A2SDi-2C-HLN4F (Intel Atom C3338, 2C/2T, 4MB cache, Quad LAN with + Intel C3000 SoC 1GbE) +* 1x Crucial CT4G4DFS824A (4GB DDR4 RAM 2400 MT/s, PC4-19200) +* 1x SanDisk Ultra Fit 32GB (USB-A 3.0 SDCZ43-032G-G46 mass storage for OS) +* 1x Supermicro MCP-320-81302-0B (optional FAN tray) + +Optional (10GE) +--------------- +If you wan't to get additional ethernet ports or even 10GE connectivity +the following optional parts will be required: + +* 1x Supermicro RSC-RR1U-E8 (Riser Card) +* 1x Supermicro MCP-120-00063-0N (Riser Card Bracket) + +Latest VyOS rolling releases boot without any problem on this board. You also +receive a nice IPMI interface realized with an ASPEED AST2400 BMC (no information +about [OpenBMC](https://www.openbmc.org/)) so far on this motherboard. + +Pictures +-------- + +.. figure:: /_static/images/1u_vyos_back.jpg + :scale: 25 % + :alt: CSE-505-203B Back + +.. figure:: /_static/images/1u_vyos_front.jpg + :scale: 25 % + :alt: CSE-505-203B Front + +.. figure:: /_static/images/1u_vyos_front_open_1.jpg + :scale: 25 % + :alt: CSE-505-203B Open 1 + +.. figure:: /_static/images/1u_vyos_front_open_2.jpg + :scale: 25 % + :alt: CSE-505-203B Open 2 + +.. figure:: /_static/images/1u_vyos_front_open_3.jpg + :scale: 25 % + :alt: CSE-505-203B Open 3 -- cgit v1.2.3