
Adds a simple introduction to the ops guide architecture part. Change-Id: I569b2488b25588a2302f5b8afb5b2f71263d84c8
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE part [
|
|
<!-- Some useful entities borrowed from HTML -->
|
|
<!ENTITY ndash "–">
|
|
<!ENTITY mdash "—">
|
|
<!ENTITY hellip "…">
|
|
<!ENTITY plusmn "±">
|
|
]>
|
|
<part 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="architecture">
|
|
<title>Architecture</title>
|
|
<partintro>
|
|
<para>
|
|
Designing an OpenStack cloud is a great achievement. It requires a
|
|
robust understanding of the requirements and needs of the cloud
|
|
users to determine the best possible configuration to meet them.
|
|
OpenStack provides a great deal of flexibility to achieve your
|
|
needs, and this part of the book aims to shine light on many of the
|
|
decisions you will need to make during the process.
|
|
</para>
|
|
</partintro>
|
|
<xi:include href="ch_arch_example.xml"/>
|
|
<xi:include href="ch_arch_provision.xml"/>
|
|
<xi:include href="ch_arch_cloud_controller.xml"/>
|
|
<xi:include href="ch_arch_compute_nodes.xml"/>
|
|
<xi:include href="ch_arch_scaling.xml"/>
|
|
<xi:include href="ch_arch_storage.xml"/>
|
|
<xi:include href="ch_arch_network_design.xml"/>
|
|
</part>
|