operations-guide/doc/openstack-ops/ch_arch_examples.xml
Shilla Saebi 0a5a5833db made changes to ch_arch_examples
made several changes to sentence structure
removed plural for architecture

Change-Id: I346ca1e42ffd08da95e52b0aafcba5870990172c
2015-09-25 14:19:08 -04:00

50 lines
2.2 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>Architecture Examples</title>
<para>To understand the possibilities that OpenStack offers, it's best to start
with basic architecture that has been tested in
production environments. We offer two examples with basic pivots on the
base operating system (Ubuntu and Red Hat Enterprise Linux) and the
networking architecture. There are other differences between these two
examples and this guide provides reasons for each choice made.</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 examples of architecture 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 architecture
examples.</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 Architecture Examples</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>