openstack-ansible/doc/source/install-guide/ops-addcomputehost.rst
Amy Marrich beafa5bce4 Add Ceilometer instructions to new compute node instructions
Updates instructions for how to add a new node to an operational
cluster in regards to ceilometer.

Change-Id: Ib7bd3256eb7110590c442f8871443ae752a5f4f4
Closes-Bug: #1558440
2016-04-04 09:53:05 -05:00

1.1 KiB

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 3, *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. If the cluster is utilizing Ceilometer, it will be necessary to edit the /etc/openstack_deploy/conf.d/ceilometer.yml file and add the host to the metering-compute_hosts stanza.

  4. 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-hosts.yml --limit NEW_HOST_NAME
    # openstack-ansible setup-openstack.yml --skip-tags nova-key-distribute --limit NEW_HOST_NAME
    # openstack-ansible setup-openstack.yml --tags nova-key --limit compute_hosts