2b62f49a9d
Changed paths to avoid '..', which breaks symlinks in newer versions of sphinx. Consolidated installation include files under /_includes. Prefixed r5 versions with 'r5_' Moved files that are used up/down, but at different paths under /shared/_includes and /shared/figures Move two include files to /_includes Moved addtional images to /shared/figures/... Required for DS platform builds. Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: Ia38f4205c5803b3d1fc043e6c59617c34a4e5cbd Signed-off-by: Ron Stone <ronald.stone@windriver.com>
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
The All-in-one Duplex (AIO-DX) deployment option provides a pair of high
|
|
availability (HA) servers with each server providing all three cloud functions
|
|
(controller, worker, and storage).
|
|
|
|
An AIO-DX configuration provides the following benefits:
|
|
|
|
* Only a small amount of cloud processing and storage power is required
|
|
* Application consolidation using multiple containers or virtual machines on a
|
|
single pair of physical servers
|
|
* High availability (HA) services run on the controller function across two
|
|
physical servers in either active/active or active/standby mode
|
|
* A storage back end solution using a two-node CEPH deployment across two servers
|
|
* Containers or virtual machines scheduled on both worker functions
|
|
* Protection against overall server hardware fault, where
|
|
|
|
* All controller HA services go active on the remaining healthy server
|
|
* All virtual machines are recovered on the remaining healthy server
|
|
|
|
.. note::
|
|
|
|
If you are behind a corporate firewall or proxy, you need to set proxy
|
|
settings. Refer to :doc:`/configuration/docker_proxy_config` for
|
|
details.
|
|
|
|
.. figure:: /deploy_install_guides/r5_release/figures/starlingx-deployment-options-duplex.png
|
|
:scale: 50%
|
|
:alt: All-in-one Duplex deployment configuration
|
|
|
|
*Figure 1: All-in-one Duplex deployment configuration* |