summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-05-09 23:11:14 +0200
committerChristian Poessinger <christian@poessinger.com>2019-05-09 23:11:14 +0200
commit527b92853ed3ecbff00e68c3a043433c67378f31 (patch)
treee752cceea350edcd21d03fcc671a0b03a2a19322
parent94e11cd375812376957e18861288b5d6e4497479 (diff)
downloadvyos-build-527b92853ed3ecbff00e68c3a043433c67378f31.tar.gz
vyos-build-527b92853ed3ecbff00e68c3a043433c67378f31.zip
Docs: move custom 1U baremetal router to vyos-documentation
-rw-r--r--docs/1u-diy-atom-c3000/1u_vyos_back.jpgbin586620 -> 0 bytes
-rw-r--r--docs/1u-diy-atom-c3000/1u_vyos_front.jpgbin363840 -> 0 bytes
-rw-r--r--docs/1u-diy-atom-c3000/1u_vyos_front_open_1.jpgbin956435 -> 0 bytes
-rw-r--r--docs/1u-diy-atom-c3000/1u_vyos_front_open_2.jpgbin1225208 -> 0 bytes
-rw-r--r--docs/1u-diy-atom-c3000/1u_vyos_front_open_3.jpgbin1337822 -> 0 bytes
-rw-r--r--docs/1u-diy-atom-c3000/README.md38
-rw-r--r--docs/README.md6
7 files changed, 0 insertions, 44 deletions
diff --git a/docs/1u-diy-atom-c3000/1u_vyos_back.jpg b/docs/1u-diy-atom-c3000/1u_vyos_back.jpg
deleted file mode 100644
index cd00c11c..00000000
--- a/docs/1u-diy-atom-c3000/1u_vyos_back.jpg
+++ /dev/null
Binary files differ
diff --git a/docs/1u-diy-atom-c3000/1u_vyos_front.jpg b/docs/1u-diy-atom-c3000/1u_vyos_front.jpg
deleted file mode 100644
index 3d135d56..00000000
--- a/docs/1u-diy-atom-c3000/1u_vyos_front.jpg
+++ /dev/null
Binary files differ
diff --git a/docs/1u-diy-atom-c3000/1u_vyos_front_open_1.jpg b/docs/1u-diy-atom-c3000/1u_vyos_front_open_1.jpg
deleted file mode 100644
index d90d565e..00000000
--- a/docs/1u-diy-atom-c3000/1u_vyos_front_open_1.jpg
+++ /dev/null
Binary files differ
diff --git a/docs/1u-diy-atom-c3000/1u_vyos_front_open_2.jpg b/docs/1u-diy-atom-c3000/1u_vyos_front_open_2.jpg
deleted file mode 100644
index 6d112463..00000000
--- a/docs/1u-diy-atom-c3000/1u_vyos_front_open_2.jpg
+++ /dev/null
Binary files differ
diff --git a/docs/1u-diy-atom-c3000/1u_vyos_front_open_3.jpg b/docs/1u-diy-atom-c3000/1u_vyos_front_open_3.jpg
deleted file mode 100644
index 198ba3ce..00000000
--- a/docs/1u-diy-atom-c3000/1u_vyos_front_open_3.jpg
+++ /dev/null
Binary files differ
diff --git a/docs/1u-diy-atom-c3000/README.md b/docs/1u-diy-atom-c3000/README.md
deleted file mode 100644
index 698faae3..00000000
--- a/docs/1u-diy-atom-c3000/README.md
+++ /dev/null
@@ -1,38 +0,0 @@
-Ínitially I wanted to replace Cisco and Ubiquity devices with VyOS but did not
-want to run a full blown Hypervisor at that locations. Instead I opted to get
-one of the new Intel Atom C3000 CPUs to spawn VyOS on it.
-
-## 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
-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
-
-![CSE-505-203B Front][505_case_front]
-![CSE-505-203B Open 1][505_case_open_1]
-![CSE-505-203B Open 2][505_case_open_2]
-![CSE-505-203B Open 3][505_case_open_3]
-![CSE-505-203B Back][505_case_back]
-
-[505_case_back]: 1u_vyos_back.jpg "CSE-505-203B Back"
-[505_case_front]: 1u_vyos_front.jpg "CSE-505-203B Front"
-[505_case_open_1]: 1u_vyos_front_open_1.jpg "CSE-505-203B Open 1"
-[505_case_open_2]: 1u_vyos_front_open_2.jpg "CSE-505-203B Open 2"
-[505_case_open_3]: 1u_vyos_front_open_3.jpg "CSE-505-203B Open 3"
diff --git a/docs/README.md b/docs/README.md
deleted file mode 100644
index c0de03e0..00000000
--- a/docs/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-A brief documentation about VyOS can be found at
-https://github.com/vyos-documentation or rendered at https://vyos.readthedocs.org
-
-Another landing spot would be the old Wiki at http://wiki.vyos.net.
-
-Build instructions for a 1U DIY VyOS bare metal router is [here](1u-diy-atom-c3000/README.md)