Consistent terminology for XX-as-a-Service
Also changed "Load-Balancing-as-a-Service" to Load-Balancer-as-a-Service Change-Id: I078cd7b4ad7f9d25c908e2c334efacf8de907e4f author: diane fleming
This commit is contained in:
parent
84a75201d9
commit
ce1777ca55
@ -156,8 +156,8 @@
|
|||||||
</variablelist>
|
</variablelist>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="section_lbaas-overview">
|
<section xml:id="section_lbaas-overview">
|
||||||
<title>Load Balancing-as-a-Service (LBaaS) overview</title>
|
<title>Load-Balancer-as-a-Service (LBaaS) overview</title>
|
||||||
<para><glossterm>Load Balancing-as-a-Service
|
<para><glossterm>Load-Balancer-as-a-Service
|
||||||
(LBaaS)</glossterm> enables Networking to distribute
|
(LBaaS)</glossterm> enables Networking to distribute
|
||||||
incoming requests evenly among designated instances. This
|
incoming requests evenly among designated instances. This
|
||||||
distribution ensures that the workload is shared
|
distribution ensures that the workload is shared
|
||||||
@ -917,7 +917,7 @@ nsx_controllers=10.127.0.100,10.127.0.200:8888</programlisting>
|
|||||||
correct.</para>
|
correct.</para>
|
||||||
</note>
|
</note>
|
||||||
<section xml:id="LBaaS_and_FWaaS">
|
<section xml:id="LBaaS_and_FWaaS">
|
||||||
<title>Load Balancer-as-a-Service and
|
<title>Load-Balancer-as-a-Service and
|
||||||
Firewall-as-a-Service</title>
|
Firewall-as-a-Service</title>
|
||||||
<para>The NSX LBaaS and FWaaS services use the
|
<para>The NSX LBaaS and FWaaS services use the
|
||||||
standard OpenStack API with the exception of
|
standard OpenStack API with the exception of
|
||||||
@ -960,7 +960,7 @@ nsx_controllers=10.127.0.100,10.127.0.200:8888</programlisting>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
<procedure>
|
<procedure>
|
||||||
<title>To configure Load Balancer-as-a-Service
|
<title>To configure Load-Balancer-as-a-Service
|
||||||
and Firewall-as-a-Service with NSX</title>
|
and Firewall-as-a-Service with NSX</title>
|
||||||
<step>
|
<step>
|
||||||
<para>Edit the
|
<para>Edit the
|
||||||
@ -1564,9 +1564,9 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
|
|||||||
</procedure>
|
</procedure>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="install_neutron-lbaas-agent">
|
<section xml:id="install_neutron-lbaas-agent">
|
||||||
<title>Configure Load-Balancing-as-a-Service
|
<title>Configure Load-Balancer-as-a-Service
|
||||||
(LBaaS)</title>
|
(LBaaS)</title>
|
||||||
<para>Configure Load-Balancing-as-a-Service (LBaas) with
|
<para>Configure Load-Balancer-as-a-Service (LBaas) with
|
||||||
the Open vSwitch or Linux Bridge plug-in. The Open
|
the Open vSwitch or Linux Bridge plug-in. The Open
|
||||||
vSwitch LBaaS driver is required when enabling LBaaS
|
vSwitch LBaaS driver is required when enabling LBaaS
|
||||||
for OVS-based plug-ins, including BigSwitch,
|
for OVS-based plug-ins, including BigSwitch,
|
||||||
@ -1588,7 +1588,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
|
|||||||
<programlisting language="ini">service_provider = LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default</programlisting>
|
<programlisting language="ini">service_provider = LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default</programlisting>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<para>Enable the load balancer plugin using
|
<para>Enable the load-balancing plug-in using
|
||||||
<option>service_plugin</option> in the
|
<option>service_plugin</option> in the
|
||||||
<filename>/etc/neutron/neutron.conf</filename>
|
<filename>/etc/neutron/neutron.conf</filename>
|
||||||
file:</para>
|
file:</para>
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
xlink:href="http://docs.openstack.org/developer/neutron/"
|
xlink:href="http://docs.openstack.org/developer/neutron/"
|
||||||
><glossterm>Neutron</glossterm></link>
|
><glossterm>Neutron</glossterm></link>
|
||||||
</td>
|
</td>
|
||||||
<td>Enables network connectivity as a service for
|
<td>Enables Network-Connectivity-as-a-Service for
|
||||||
other OpenStack services, such as OpenStack Compute.
|
other OpenStack services, such as OpenStack Compute.
|
||||||
Provides an API for users to define networks and the
|
Provides an API for users to define networks and the
|
||||||
attachments into them. Has a pluggable architecture
|
attachments into them. Has a pluggable architecture
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<title>OpenStack Compute</title>
|
<title>OpenStack Compute</title>
|
||||||
<para>Use OpenStack Compute to host and manage cloud computing
|
<para>Use OpenStack Compute to host and manage cloud computing
|
||||||
systems. OpenStack Compute is a major part of an
|
systems. OpenStack Compute is a major part of an
|
||||||
infrastructure-as-a-service (IaaS) system. The main modules are
|
Infrastructure-as-a-Service (IaaS) system. The main modules are
|
||||||
implemented in Python.</para>
|
implemented in Python.</para>
|
||||||
<para>OpenStack Compute interacts with OpenStack Identity for
|
<para>OpenStack Compute interacts with OpenStack Identity for
|
||||||
authentication, OpenStack Image Service for disk and server
|
authentication, OpenStack Image Service for disk and server
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||||
xml:id="image-service-overview">
|
xml:id="image-service-overview">
|
||||||
<title>OpenStack Image Service</title>
|
<title>OpenStack Image Service</title>
|
||||||
<para>The OpenStack Image Service is central to infrastructure-as-a-service (IaaS)
|
<para>The OpenStack Image Service is central to Infrastructure-as-a-Service (IaaS)
|
||||||
as shown in <xref linkend="conceptual-architecture"/>. It accepts API requests
|
as shown in <xref linkend="conceptual-architecture"/>. It accepts API requests
|
||||||
for disk or server images, and image metadata from end users or OpenStack Compute
|
for disk or server images, and image metadata from end users or OpenStack Compute
|
||||||
components. It also supports the storage of disk or server images on various
|
components. It also supports the storage of disk or server images on various
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<footnote xml:id="fn_log-lbaas-agent">
|
<footnote xml:id="fn_log-lbaas-agent">
|
||||||
<para>The
|
<para>The
|
||||||
<systemitem class="service">neutron-lbaas-agent</systemitem>
|
<systemitem class="service">neutron-lbaas-agent</systemitem>
|
||||||
service only runs when Load Balancer as a Service is
|
service only runs when Load-Balancer-as-a-Service is
|
||||||
enabled.</para></footnote>
|
enabled.</para></footnote>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
<section xml:id="networking-options-embrane_lb">
|
<section xml:id="networking-options-embrane_lb">
|
||||||
<title>Embrane LBaaS driver</title>
|
<title>Embrane LBaaS driver</title>
|
||||||
<para>Use the following options to alter Embrane
|
<para>Use the following options to alter Embrane
|
||||||
Loadbalancer-as-a-Service related settings.</para>
|
Load-Balancer-as-a-Service related settings.</para>
|
||||||
<xi:include href="../../common/tables/neutron-embrane_lb.xml"/>
|
<xi:include href="../../common/tables/neutron-embrane_lb.xml"/>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ Loadbalancer-as-a-Service related settings.</para>
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section xml:id="networking-options-lbaas">
|
<section xml:id="networking-options-lbaas">
|
||||||
<title>Loadbalancer-as-a-Service agent</title>
|
<title>Load-Balancer-as-a-Service agent</title>
|
||||||
<para>Use the following options in the <filename>lbaas_agent.ini</filename>
|
<para>Use the following options in the <filename>lbaas_agent.ini</filename>
|
||||||
file for the LbaaS agent.</para>
|
file for the LbaaS agent.</para>
|
||||||
<xi:include href="../../common/tables/neutron-lbaas.xml"/>
|
<xi:include href="../../common/tables/neutron-lbaas.xml"/>
|
||||||
|
@ -4229,9 +4229,9 @@
|
|||||||
</glossentry>
|
</glossentry>
|
||||||
|
|
||||||
<glossentry>
|
<glossentry>
|
||||||
<glossterm>Load-Balancing-as-a-Service (LBaaS)<indexterm
|
<glossterm>Load-Balancer-as-a-Service (LBaaS)<indexterm
|
||||||
class="singular">
|
class="singular">
|
||||||
<primary>Load-Balancing-as-a-Service (LBaaS)</primary>
|
<primary>Load-Balancer-as-a-Service (LBaaS)</primary>
|
||||||
</indexterm></glossterm>
|
</indexterm></glossterm>
|
||||||
|
|
||||||
<glossdef>
|
<glossdef>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
</info>
|
</info>
|
||||||
<simpara>All OpenStack projects have an API service for controlling all the resources in the Cloud.
|
<simpara>All OpenStack projects have an API service for controlling all the resources in the Cloud.
|
||||||
In Active / Active mode, the most common setup is to scale-out these services on at least two nodes
|
In Active / Active mode, the most common setup is to scale-out these services on at least two nodes
|
||||||
and use load-balancing and virtual IP (with HAproxy & Keepalived in this setup).</simpara>
|
and use load balancing and virtual IP (with HAproxy & Keepalived in this setup).</simpara>
|
||||||
<simpara>
|
<simpara>
|
||||||
<emphasis role="strong">Configure API OpenStack services</emphasis>
|
<emphasis role="strong">Configure API OpenStack services</emphasis>
|
||||||
</simpara>
|
</simpara>
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
not vital to operating Networking, understanding these concepts
|
not vital to operating Networking, understanding these concepts
|
||||||
can help you set up Networking. All Networking installations use a
|
can help you set up Networking. All Networking installations use a
|
||||||
core plug-in and a security group plug-in (or just the No-Op
|
core plug-in and a security group plug-in (or just the No-Op
|
||||||
security group plug-in). Additionally, Firewall as a Service
|
security group plug-in). Additionally, Firewall-as-a-Service
|
||||||
(FWaaS) and Load Balancer as a Service (LBaaS) plug-ins are
|
(FWaaS) and Load-Balancer-as-a-Service (LBaaS) plug-ins are
|
||||||
available.</para>
|
available.</para>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user