f368a64810
Full outline finished. Keystone, Glance, and most of Nova complete Changes to Common: * Separate "Getting Started" content into separate files, so they can be included individually where needed in the install guide * separated "Keystone Concepts" so that a smaller subset of that can be used in the install guide Change-Id: I583349443685e3022f4c4c1893c2c07d1d2af1d5
46 lines
2.3 KiB
XML
46 lines
2.3 KiB
XML
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="networking-service">
|
|
<title>Networking Service</title>
|
|
<para>Provides network-connectivity-as-a-service between
|
|
interface devices that are managed by other OpenStack
|
|
services, usually Compute. Enables users to create and attach
|
|
interfaces to networks. Like many OpenStack services,
|
|
OpenStack Networking is highly configurable due to its plug-in
|
|
architecture. These plug-ins accommodate different networking
|
|
equipment and software. Consequently, the architecture and
|
|
deployment vary dramatically.</para>
|
|
<para>Includes the following components:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><systemitem class="service"
|
|
>neutron-server</systemitem>. Accepts and routes API
|
|
requests to the appropriate OpenStack Networking plug-in
|
|
for action.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>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, Nicira NVP
|
|
product, NEC OpenFlow products, Open vSwitch, Linux
|
|
bridging, and the Ryu Network Operating System.</para>
|
|
<para>The common agents are L3 (layer 3), DHCP (dynamic host
|
|
IP addressing), and a plug-in agent.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Messaging queue. Most OpenStack Networking
|
|
installations make use of a messaging queue to route
|
|
information between the neutron-server and various agents
|
|
as well as a database to store networking state for
|
|
particular plug-ins.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<para>OpenStack Networking interacts mainly with OpenStack
|
|
Compute, where it provides networks and connectivity for its
|
|
instances.</para>
|
|
</section>
|