Adds OpenDaylight HA (OVSDB Clustering)
[apex.git] / docs / installation-instructions / architecture.rst
1 Triple-O Deployment Architecture
2 ================================
3
4 Apex is based on RDO Manager which is the RDO Project's implementation of
5 the OpenStack Triple-O project.  It is important to understand the basics
6 of a Triple-O deployment to help make decisions that will assist in
7 successfully deploying OPNFV.
8
9 Triple-O stands for OpenStack On OpenStack.  This means that OpenStack
10 will be used to install OpenStack. The target OPNFV deployment is an
11 OpenStack cloud with NFV features built-in that will be deployed by a
12 smaller all-in-one deployment of OpenStack.  In this deployment
13 methodology there are two OpenStack installations. They are referred
14 to as the undercloud and the overcloud. The undercloud is used to
15 deploy the overcloud.
16
17 The undercloud is the all-in-one installation of OpenStack that includes
18 baremetal provisioning.  RDO Manager's deployment of the undercloud is
19 call Instack. Instack will be deployed as a virtual machine on a jumphost.
20 This VM is pre-built and distributed as part of the Apex RPM.
21
22 The overcloud is OPNFV. Configuration will be passed into Instack and
23 Instack will use OpenStack's orchestration component call Heat to
24 execute a deployment will provision the target nodes to become OPNFV.