
Files converted: - common/ch_getstart.xml - common/section_getstart_compute.xml - common/section_storage-concepts.xml - common/section_getstart_object-storage.xml - common/section_getstart_block-storage.xml - common/section_getstart_networking.xml - common/section_getstart_dashboard.xml - common/section_keystone-concepts.xml - common/section_getstart_image.xml - common/section_getstart_telemetry.xml - common/section_getstart_orchestration.xml - common/section_getstart_trove.xml - common/section_getstart_sahara.xml - common/section_getstart_conceptual_arch.xml - common/section_getstart_logical_arch.xml Change-Id: I41318a887af6855f3a25e6adedbbd9e75f431332 Implements: blueprint reorganise-user-guides
35 lines
1.3 KiB
ReStructuredText
35 lines
1.3 KiB
ReStructuredText
.. :orphan:
|
|
|
|
OpenStack Networking
|
|
--------------------
|
|
|
|
OpenStack Networking (neutron) allows you to create and attach interface
|
|
devices managed by other OpenStack services to networks. Plug-ins can be
|
|
implemented to accommodate different networking equipment and software,
|
|
providing flexibility to OpenStack architecture and deployment.
|
|
|
|
It includes the following components:
|
|
|
|
neutron-server
|
|
Accepts and routes API requests to the appropriate OpenStack
|
|
Networking plug-in for action.
|
|
|
|
OpenStack Networking plug-ins and agents
|
|
Plugs and unplugs ports, creates networks or subnets, and provides
|
|
IP addressing. These plug-ins and agents differ depending on the
|
|
vendor and technologies used in the particular cloud. OpenStack
|
|
Networking ships with plug-ins and agents for Cisco virtual and
|
|
physical switches, NEC OpenFlow products, Open vSwitch, Linux
|
|
bridging, and the VMware NSX product.
|
|
|
|
The common agents are L3 (layer 3), DHCP (dynamic host IP
|
|
addressing), and a plug-in agent.
|
|
|
|
Messaging queue
|
|
Used by most OpenStack Networking installations to route information
|
|
between the neutron-server and various agents, as well as a database
|
|
to store networking state for particular plug-ins.
|
|
|
|
OpenStack Networking mainly interacts with OpenStack Compute to provide
|
|
networks and connectivity for its instances.
|