
Follow the Documentaion conventions: https://wiki.openstack.org/wiki/Documentation/Conventions Change-Id: I16078f5bfc3c47002f43f23be83b03c1f6f938fe
52 lines
2.3 KiB
XML
52 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter version="5.0" xml:id="example_architecture"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:ns5="http://www.w3.org/1998/Math/MathML"
|
|
xmlns:ns4="http://www.w3.org/1999/xhtml"
|
|
xmlns:ns3="http://www.w3.org/2000/svg"
|
|
xmlns:ns="http://docbook.org/ns/docbook">
|
|
<?dbhtml stop-chunking?>
|
|
|
|
<title>Example Architectures</title>
|
|
|
|
<para>To understand the possibilities OpenStack offers, it's best to start
|
|
with basic architectures that are tried-and-true and have been tested in
|
|
production environments. We offer two such examples with basic pivots on the
|
|
base operating system (Ubuntu and Red Hat Enterprise Linux) and the
|
|
networking architectures. There are other differences between these two
|
|
examples, but you should find the considerations made for the choices in
|
|
each as well as a rationale for why it worked well in a given
|
|
environment.</para>
|
|
|
|
<para>Because OpenStack is highly configurable, with many different back ends
|
|
and network configuration options, it is difficult to write documentation
|
|
that covers all possible OpenStack deployments. Therefore, this guide
|
|
defines example architectures to simplify the task of documenting, as well
|
|
as to provide the scope for this guide. Both of the offered architecture
|
|
examples are currently running in production and serving users.</para>
|
|
|
|
<tip>
|
|
<para>As always, refer to the <xref linkend="openstack_glossary" /> if you
|
|
are unclear about any of the terminology mentioned in these
|
|
architectures.</para>
|
|
</tip>
|
|
|
|
<xi:include href="section_arch_example-nova.xml" />
|
|
|
|
<xi:include href="section_arch_example-neutron.xml" />
|
|
|
|
<section xml:id="example_archs_conclusion">
|
|
<title>Parting Thoughts on Architectures</title>
|
|
|
|
<para>With so many considerations and options available, our hope is to
|
|
provide a few clearly-marked and tested paths for your OpenStack
|
|
exploration. If you're looking for additional ideas, check out <xref
|
|
linkend="use-cases" />, the <link
|
|
xlink:href="http://docs.openstack.org/">OpenStack Installation Guides</link>,
|
|
or the <link xlink:href="http://www.openstack.org/user-stories/">OpenStack User Stories
|
|
page</link>.</para>
|
|
</section>
|
|
</chapter>
|