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/baremetal.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/baremetal.rst')
-rw-r--r-- | docs/release/installation/baremetal.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/release/installation/baremetal.rst b/docs/release/installation/baremetal.rst index d8f90792..ff55bc16 100644 --- a/docs/release/installation/baremetal.rst +++ b/docs/release/installation/baremetal.rst @@ -150,9 +150,13 @@ IPMI configuration information gathered in section template to ``/etc/opnfv-apex/inventory.yaml``. 2. The nodes dictionary contains a definition block for each baremetal host - that will be deployed. 1 or more compute nodes and 3 controller nodes are - required. (The example file contains blocks for each of these already). + that will be deployed. 0 or more compute nodes and 1 or 3 controller nodes + are required. (The example file contains blocks for each of these already). It is optional at this point to add more compute nodes into the node list. + By specifying 0 compute nodes in the inventory file, the deployment will + automatically deploy "all-in-one" nodes which means the compute will run + along side the controller in a single overcloud node. Specifying 3 control + nodes will result in a highly-available service model. 3. Edit the following values for each node: |