From 346a79eb6717ad9ee669cfa6b4f66f0d9d38012f Mon Sep 17 00:00:00 2001 From: Wutianwei Date: Tue, 20 Sep 2016 20:59:37 +0800 Subject: update the huawei's lab Change-Id: I96c046b298bd915716b67790515ad9a555e6f62c Signed-off-by: Wutianwei --- docs/labs/huawei-us-lab/pod_specification.rst | 124 ++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 docs/labs/huawei-us-lab/pod_specification.rst (limited to 'docs/labs/huawei-us-lab/pod_specification.rst') diff --git a/docs/labs/huawei-us-lab/pod_specification.rst b/docs/labs/huawei-us-lab/pod_specification.rst new file mode 100644 index 00000000..53565158 --- /dev/null +++ b/docs/labs/huawei-us-lab/pod_specification.rst @@ -0,0 +1,124 @@ +========================= +Huawei PODs Specification +========================= + +NOTE: Illustrated by the example of huawei-pod1&huawei-virtual1. + +huawei-pod1 +=========== + +Introduction +------------ + +This is a bare metal deployment pod deployed by compass installer + +Hardware +^^^^^^^^ + +* the pod1 consist of 6 Rack servers, the following is detail + ++------------+-----------------------+---------+--------+-----------------------------+ +| Hostname | CPU | Storage | Memory | ipmi Mac &ip | ++------------+-----------------------+---------+--------+-----------------------------+ +| jumpserver | Intel(R) Xeon(R) CPU | 1.8TB | 31G | | +| | X5650 @ 2.67GHz | | | | ++------------+-----------------------+---------+--------+-----------------------------+ +| Host1 | Intel(R) Xeon(R) CPU | 4.2TB | 188G | eth3:Mac F8:4A:BF:55:A2:8E | +| controller | E5-2690 @ 2.90GHz | | | ip 172.16.130.26 | ++------------+-----------------------+---------+--------+-----------------------------+ +| Host2 | Intel(R) Xeon(R) CPU | 6TB | 188G | eth3:Mac D8:49:0B:DA:5A:B8 | +| controller | E5-2670@ 2.60GHz | | | ip 172.16.130.27 | ++------------+-----------------------+---------+--------+-----------------------------+ +| Host3 | Intel(R) Xeon(R) CPU | 8.4TB | 188G | eth3:Mac 78:D7:52:A0:B1:9D | +| controller | E5-2670@ 2.60GHz | | | ip 172.16.130.29 | ++------------+-----------------------+---------+--------+-----------------------------+ +| Host4 | Intel(R) Xeon(R) CPU | 7.2TB | 188G | eth3:Mac D8:49:0B:DA:5B:5E | +| compute | E5-2670@ 2.60GHz | | | ip 172.16.130.30 | ++------------+-----------------------+---------+--------+-----------------------------+ +| Host5 | Intel(R) Xeon(R) CPU | 4.8TB | 188G | eth3:Mac D8:49:0B:DA:56:86 | +| compute | E5-2670@ 2.60GHz | | | ip 172.16.130.31 | ++------------+-----------------------+---------+--------+-----------------------------+ + + +* 1 Huawei S9300 10G switch for storage, management and public traffic - 2x10GE to + each server. +* 1 Huawei S5300 1G switch for installing and Lights+out management traffic - 2x1GE to + each server. +* 1 VPN concentrator for remote access and management. +* 1 Huawei firewall and router for public network secure access. + + +huawei-pod1 Topology +-------------------- + +.. image:: ./huawei-lab-pod.png + :height: 950 + :width: 900 + :alt: OPNFV + :align: left + +| +| + +Figure 1: Huawei lab pod1 topology + + + +huawei-pod1 Network +------------------- +Below you'll find a topological view of the huawei-Pod1 set-up: + + +.. image:: ./net.png + :height: 764 + :width: 633 + :alt: OPNFV + :align: left + +| +| + +Figure 2: Full Pod network configuration + + + +huawei-virtual1 +=============== + +Introduction +------------ + +This is a virtual deployment POD deployed by compass installer + +Hardware +^^^^^^^^ +virtual pod consist of one standalone server + ++-----------+----------------------+ +| name | huawei-virtual1 | ++-----------+----------------------+ +| CPU | Intel(R) Xeon(R) CPU | +| | E5-2680 v3 @ 2.50GHz | ++-----------+----------------------+ +| Memory | 251G | ++-----------+----------------------+ +| Storage | 4TB | ++-----------+----------------------+ +| IP | 192.168.107.2 | ++-----------+----------------------+ + +Network +------- +Below you'll find a topological view of the huawei-virtual1 Pod set-up: + +.. image:: ./huawei-lab-virtual.png + :height: 950 + :width: 900 + :alt: OPNFV + :align: left + +| +| + +Figure 3: virtual deployment pod network configuration + -- cgit 1.2.3-korg