Removed index files from all doc directories, rearranged headings, fixed broken links...
[pharos.git] / docs / specification / networkconfig.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. (c) 2016 OPNFV.
4
5
6 Networking
7 ----------
8
9 **Network Hardware**
10
11   * 24 or 48 Port TOR Switch
12   * NICs - Combination of 1GE and 10GE based on network topology options (per server can be on-board or use PCI-e)
13   * Connectivity for each data/control network is through a separate NIC. This simplifies Switch Management however requires more NICs on the server and also more switch ports
14   * BMC (Baseboard Management Controller) for lights-out mangement network using IPMI (Intelligent Platform Management Interface)
15
16 **Network Options**
17
18   * Option I: 4x1G Control, 2x10G Data, 48 Port Switch
19
20     * 1 x 1G for lights-out Management
21     * 1 x 1G for Admin/PXE boot
22     * 1 x 1G for control-plane connectivity
23     * 1 x 1G for storage
24     * 2 x 10G for data network (redundancy, NIC bonding, High bandwidth testing)
25
26   * Option II: 1x1G Control, 2x 10G Data, 24 Port Switch
27
28     * Connectivity to networks is through VLANs on the Control NIC
29     * Data NIC used for VNF traffic and storage traffic segmented through VLANs
30
31   * Option III: 2x1G Control, 2x10G Data, 2x10G Storage, 24 Port Switch
32
33     * Data NIC used for VNF traffic
34     * Storage NIC used for control plane and Storage segmented through VLANs (separate host traffic from VNF)
35     * 1 x 1G for lights-out mangement
36     * 1 x 1G for Admin/PXE boot
37     * 2 x 10G for control-plane connectivity/storage
38     * 2 x 10G for data network
39
40 Documented configuration to include:
41
42  - Subnet, VLANs (may be constrained by existing lab setups or rules)
43  - IPs
44  - Types of NW - lights-out, public, private, admin, storage
45  - May be special NW requirements for performance related projects
46  - Default gateways
47
48 **Sample Network Drawings**
49
50 .. image:: ../images/bridge2.png
51
52 .. image:: ../images/opnfv-pharos-diagram-v01.jpg
53
54 .. image:: ../images/opnfv-example-lab-diagram.png
55
56 Download the visio zip file here:
57 `opnfv-example-lab-diagram.vsdx.zip
58 <https://wiki.opnfv.org/_media/opnfv-example-lab-diagram.vsdx.zip>`_