Clarify Installation Guide sections for compute node installation

Add note to compute guide installation section to clarify what
sections are needed to only install additional compute nodes.
Include links to performing basic config steps as well as using
either OpenStack Networking or nova-network.

Change-Id: I1b9568c4765fb5820e24045dbfcd5e834f1894e0
backport: juno
Closes-Bug: 1372492
This commit is contained in:
Scott Lowe 2014-12-12 19:12:32 +00:00 committed by Matthew Kassawara
parent 948b8e6346
commit e821eda3cf

View File

@ -18,6 +18,24 @@
On legacy hardware, this configuration uses the generic QEMU hypervisor.
You can follow these instructions with minor modifications to horizontally
scale your environment with additional compute nodes.</para>
<note>
<para>This section assumes that you are following the instructions in
this guide step-by-step to configure the first compute node. If you
want to configure additional compute nodes, prepare them in a similar
fashion to the first compute node in the
<link linkend="architecture_example-architectures">example architectures
</link> section using the same networking service as your existing
environment. For either networking service, follow the
<link linkend="basics-ntp-other-nodes">NTP configuration</link> and
<link linkend="basics-packages">OpenStack packages</link>
instructions. For OpenStack Networking (neutron), also follow the
<link linkend="basics-networking-neutron">OpenStack
Networking compute node</link> instructions. For legacy networking
(nova-network), also follow the
<link linkend="basics-networking-nova">legacy networking compute node</link>
instructions. Each additional compute node requires unique IP
addresses.</para>
</note>
<procedure os="ubuntu;rhel;centos;fedora;sles;opensuse">
<title>To install and configure the Compute hypervisor components</title>
<step>