68e8c66e79
1. Edits to the multi-site chapter 2. Removed duplicated legal content which was added to a common section. See https://review.openstack.org/#/c/212299/ Change-Id: I10e3a04650548454c73024d87cbbb6fda63454e8 Implements: blueprint arch-guide
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter 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="multi_site">
|
|
<title>Multi-site</title>
|
|
|
|
<para>OpenStack is capable of running in a multi-region
|
|
configuration. This enables some parts of OpenStack to
|
|
effectively manage a group of sites as a single cloud.</para>
|
|
<para>Some use cases that might indicate a need for a multi-site
|
|
deployment of OpenStack include:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>An organization with a diverse geographic
|
|
footprint.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Geo-location sensitive data.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Data locality, in which specific data or
|
|
functionality should be close to users.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<xi:include href="multi_site/section_user_requirements_multi_site.xml"/>
|
|
<xi:include href="multi_site/section_tech_considerations_multi_site.xml"/>
|
|
<xi:include href="multi_site/section_operational_considerations_multi_site.xml"/>
|
|
<xi:include href="multi_site/section_architecture_multi_site.xml"/>
|
|
<xi:include href="multi_site/section_prescriptive_examples_multi_site.xml"/>
|
|
|
|
</chapter>
|