
Convert RPC installation guide from DocBook to RST, remove content specific to Rackspace, and create initial OSAD installation guide. Change-Id: I3eedadc8ba441b4d931720dd6e3f7f3489302a9c Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
30 lines
828 B
ReStructuredText
30 lines
828 B
ReStructuredText
`Home <index.html>`__ OpenStack Ansible Installation Guide
|
||
|
||
Adding a compute host
|
||
---------------------
|
||
|
||
Use the following procedure to add a compute host to an operational
|
||
cluster.
|
||
|
||
#. Configure the host as a target host. See `Chapter 4, *Target
|
||
hosts* <ch-hosts-target.html>`__ for more information.
|
||
|
||
#. Edit the ``/etc/openstack_deploy/openstack_user_config.yml`` file and
|
||
add the host to the ``compute_hosts`` stanza.
|
||
|
||
If necessary, also modify the ``used_ips`` stanza.
|
||
|
||
#. Run the following commands to add the host. Replace
|
||
*``NEW_HOST_NAME``* with the name of the new host.
|
||
|
||
.. code-block:: bash
|
||
|
||
$ cd /opt/os-ansible-deployment/playbooks
|
||
$ openstack-ansible setup-everything.yml \
|
||
rsyslog-config.yml --limit NEW_HOST_NAME
|
||
|
||
|
||
--------------
|
||
|
||
.. include:: navigation.txt
|