openstack-ansible/doc/source/install-guide/ops-addcomputehost.rst
Major Hayden 6b9c7b5e97 Small docs fix for adding compute
Change-Id: I5042807bcb0cd80796c7b1d93b99203577e3c85d
2015-09-16 15:29:18 -05:00

29 lines
806 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 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/openstack-ansible/playbooks
$ openstack-ansible setup-everything.yml \
rsyslog-config.yml --limit NEW_HOST_NAME
--------------
.. include:: navigation.txt