Files
openstack-ansible/doc/source/install-guide/ops-addcomputehost.rst
Matt Thompson 74254b1614 Fix Install Guide's TOC
Currently, the Install Guide's Table of Contents starts at Chapter 2.
This commit updates the necessary documents to re-order starting with
Chapter 1.  Additionally, we fix a broken link in
ops-addcomputehost.rst.

Change-Id: I243c06f7d2d6fd1519667310a1886c949abc40c9
2015-10-21 12:30:10 +01:00

28 lines
781 B
ReStructuredText
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
`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 3, *Target
hosts* <targethosts.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:: shell-session
# cd /opt/openstack-ansible/playbooks
# openstack-ansible setup-everything.yml --limit NEW_HOST_NAME
--------------
.. include:: navigation.txt