7bfa107ac1
1. Removing the user_requirements file (unnecessary or duplicated content) 2. Edits to operational_considerations 3. Updating ch_compute_focus file Change-Id: I32d10c507bd82008d4bda4c6f02b0fc3d02d31bf Implements: blueprint arch-guide
46 lines
1.8 KiB
XML
46 lines
1.8 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="compute_focus">
|
|
<title>Compute focused</title>
|
|
<para>Compute-focused clouds are a specialized subset of the general purpose
|
|
OpenStack cloud architecture. A compute-focused cloud specifically supports
|
|
compute intensive workloads.</para>
|
|
<note>
|
|
<para>Compute intensive workloads may be CPU intensive, RAM intensive,
|
|
or both; they are not typically storage or network intensive.</para>
|
|
</note>
|
|
<para>Compute-focused workloads may include the following use cases:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>High performance computing (HPC)</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Big data analytics using Hadoop or other distributed data
|
|
stores</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Continuous integration/continuous deployment (CI/CD)</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Platform-as-a-Service (PaaS)</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Signal processing for network function virtualization (NFV)</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<note>
|
|
<para>A compute-focused OpenStack cloud does not typically use raw block storage
|
|
services as it does not host applications that require
|
|
persistent block storage.</para>
|
|
</note>
|
|
|
|
<xi:include href="compute_focus/section_tech_considerations_compute_focus.xml"/>
|
|
<xi:include href="compute_focus/section_operational_considerations_compute_focus.xml"/>
|
|
<xi:include href="compute_focus/section_architecture_compute_focus.xml"/>
|
|
<xi:include href="compute_focus/section_prescriptive_examples_compute_focus.xml"/>
|
|
|
|
</chapter>
|