Files
openstack-ansible/doc/source/install-guide/ops-addcomputehost.rst
Kevin Carter 35ec780515 Rename everything for the osad to osa name change
This change updates all fo the names that we were using to the post
openstack migration name for openstack-ansible.

Change-Id: I6524af53ed02e19a0f56908e42a65d2dae8b71e3
2015-09-12 02:31:21 +01:00

824 B

Home OpenStack Ansible Installation Guide

Adding a compute host

Use the following procedure to add a compute host to an operational cluster.

  1. Configure the host as a target host. See Chapter 4, *Target hosts* for more information.

  2. 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.

  3. Run the following commands to add the host. Replace ``NEW_HOST_NAME`` with the name of the new host.

    $ cd /opt/openstack-ansible/playbooks
    $ openstack-ansible setup-everything.yml \
    rsyslog-config.yml --limit NEW_HOST_NAME