[arch-design] Add technical detail section
Added technical detail section to compute Added tocindex to design-compute.rst for design-compute-tech.rst Corrected case issues per comments Changed line 5 from "chapter details" to "chapter describes" Change-Id: Ia572fceae7c9996995d8210c92020e2c114f8c77 Implements: blueprint arch-guide-restructure
This commit is contained in:
parent
9b6f87ab31
commit
4ccd6a9208
36
doc/arch-design-draft/source/design-compute-tech.rst
Normal file
36
doc/arch-design-draft/source/design-compute-tech.rst
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
=============================
|
||||||
|
Compute node technical detail
|
||||||
|
=============================
|
||||||
|
|
||||||
|
This chapter describes the technical details that should be explored when
|
||||||
|
architecting OpenStack compute nodes.
|
||||||
|
|
||||||
|
Compute node design overview
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Hardware selection
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Storage selection
|
||||||
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Local storage
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Remote storage
|
||||||
|
--------------
|
||||||
|
|
||||||
|
Networking
|
||||||
|
~~~~~~~~~~
|
||||||
|
|
||||||
|
Hardware
|
||||||
|
--------
|
||||||
|
|
||||||
|
Firmware
|
||||||
|
--------
|
||||||
|
|
||||||
|
Special features
|
||||||
|
----------------
|
||||||
|
|
||||||
|
High availability
|
||||||
|
-----------------
|
@ -2,6 +2,12 @@
|
|||||||
Compute Nodes
|
Compute Nodes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 3
|
||||||
|
|
||||||
|
design-compute-tech
|
||||||
|
|
||||||
|
|
||||||
This chapter describes some of the choices you need to consider
|
This chapter describes some of the choices you need to consider
|
||||||
when designing and building your compute nodes. Compute nodes form the
|
when designing and building your compute nodes. Compute nodes form the
|
||||||
resource core of the OpenStack Compute cloud, providing the processing, memory,
|
resource core of the OpenStack Compute cloud, providing the processing, memory,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user