fuel-docs/userdocs/fuel-install-guide/sysreq/sysreq_network_requirements.rst
Svetlana Karslioglu 42ace6e5d9 Move Fuel Installation Guide to fuel-docs
Move the Fuel Installation Guide to fuel-docs.
Created the userdocs foler.

Change-Id: Ie7273da30c486033b9ccc7cc258719e73a9a8ae9
2016-03-31 01:27:48 -07:00

6.2 KiB

Network requirements

Your OpenStack environment must have an efficient, scalable, and manageable network infrastructure that addresses your immediate business needs and future growth. All nodes must communicate with each other through allocated networks. Network configuration of your Fuel Slave nodes depends significantly on the network topology that you select.

Fuel deploys standard network topologies supported by Neutron, as well as extended Neutron's networking functionality using such plugins as ML2 and so on. Neutron is a flexible network manager that enables you to create complex network configurations. Neutron provides both level 2 and 3 network virtualization, as well as IP address management (IPAM). In addition, Neutron has multiple open-source and enterprise-class plugins that enable interoperability with such networking technologies as virtual switches and software defined networking (SDN).

Note

Since the introduction of Neutron, nova-network development efforts have been gradually reduced and may be deprecated in the future OpenStack releases. Neutron is recommended in all new deployments.

Fuel can deploy the following Neutron network topologies:

Neutron with VLAN segmentation

Similar to nova-network VLAN Manager, in Neutron's VLAN segmentation topology a VLAN is assigned to each tenant. IP subnets and ranges in different tenants can overlap. This is the default networking option in Fuel. The disadvantage of this option is that you must configure your networking equipment, as well as provide the total number of tenants, before configuring the network.

If you select Neutron with VLAN segmentation, you must have at least 3 network interfaces (NICs).

Neutron with VLAN segmentation examples:

3 NICs 4 NICs
eth0 Untagged port for Administrative network Port for Administrative network
eth1 (br-eth1)

Port for the following networks:

  • Public/Floating
  • Management
  • Storage

Port for the following networks:

  • Public/Floating
  • Management
eth2 (br-eth2) Port for Private network. The number of VLANs depends on the number of tenant networks with a continuous range. Port for Private network with defined VLAN ID range
eth3 (br-eth3) N/A Port for Storage network
Neutron with tunneling segmentation

You can choose between VXLAN and GRE segmentation, with VXLAN being a default and preferred option. In both VXLAN and GRE segmentations, tenant traffic is isolated by encapsulation the traffic in tunnels. Both VXLAN and GRE segmentation is more flexible in terms of the number of tenants (supports up to 65534 tenants). Network hardware configuration is significantly simpler compared to the VLAN segmentation and does not need to be synchronized with your L2 switch configuration. Both VXLAN and GRE support subnet overlapping in different tenants. However, the disadvantage of using GRE segmentation is that GRE encapsulation decreases the network speed between the instances, as well as increases the CPU usage on the compute and controller nodes.

Note

To use VXLAN segmentation, your network hardware must support VXLAN segmentation.

You can configure GRE segmentation using CLI. For more information, see: Fuel CLI Reference.

Neutron with GRE segmentation examples:

2 NICs 3 NICs 4 NICs
eth0 Untagged port for Administrative network Untagged port for Administrative network Untagged port for Administrative network
eth1 (br-eth1)

Port for the following networks:

  • Public/Floating
  • Management
  • Storage

Port for the following networks:

  • Public/Floating
  • Management
Port for Management network
eth2 (br-eth2) N/A Port for Storage network Port for Public/ Floating network
eth3 (br-eth3) N/A N/A Port for Storage network

Routing recommendations for Neutron networking topologies:

  • Public network: use the default routing through the router.
  • Management network: use management network to access your management infrastructure (L3 connectivity, if necessary).
  • Administrative network or only the Fuel Master node: must have the Internet access through a dedicated NIC.
  • Storage and Private networks (VLANs): isolate from other networks.