diff options
author | Tim Rozet <trozet@redhat.com> | 2018-08-08 17:43:55 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-08-10 20:40:16 -0400 |
commit | c5959cc14b95e9d10b78ebf3c8e2525c672fc0c7 (patch) | |
tree | 1ab5b0be3e893ac3f77f951abe0c8d7bdf07e6d6 /docs/release/installation/introduction.rst | |
parent | 7bbbc905908be356fd1cf2f869b43d7e4d87c12b (diff) |
Allow all in one deployments
This patch adds the ability to deploy all in one single nodes (Control
+ Compute). To enable this functionality do the following for each
deployment type:
- Baremetal: do not tag any nodes as compute in the inventory file
- Virtual: use argument '--virtual-computes 0'
JIRA: APEX-548
Change-Id: I22525c9eb21d331129c819449316c26a6fcf522d
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'docs/release/installation/introduction.rst')
-rw-r--r-- | docs/release/installation/introduction.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/release/installation/introduction.rst b/docs/release/installation/introduction.rst index 8dbf8f2f..76ed0acb 100644 --- a/docs/release/installation/introduction.rst +++ b/docs/release/installation/introduction.rst @@ -12,7 +12,7 @@ Preface Apex uses Triple-O from the RDO Project OpenStack distribution as a provisioning tool. The Triple-O image based life cycle installation -tool provisions an OPNFV Target System (3 controllers, 2 or more +tool provisions an OPNFV Target System (1 or 3 controllers, 0 or more compute nodes) with OPNFV specific configuration provided by the Apex deployment tool chain. @@ -37,6 +37,5 @@ will prepare a host to the same ready state for OPNFV deployment. ``opnfv-deploy`` instantiates a Triple-O Undercloud VM server using libvirt as its provider. This VM is then configured and used to provision the -OPNFV target deployment (3 controllers, n compute nodes). These nodes can -be either virtual or bare metal. This guide contains instructions for -installing either method. +OPNFV target deployment. These nodes can be either virtual or bare metal. +This guide contains instructions for installing either method. |