
This patch does the following: - Move the CONTRIBUTING doc content into the developer documentation - Move the development-stack doc content into the developer documentation - Rename all instances of 'OpenStack Ansible' to 'OpenStack-Ansible' - Implements a simpler navigation index for the bottom of the page - Implements a navigation index at the bottom of all developer docs - Updates the README to reflect where to get documentation and further information - Adds more information into the 'scripts' developer doc - Updates the 'Additional Resources' Appendix with Ansible information Change-Id: Ic08ba072f3b3d1e4e446d1e81c20c0cdf01833de
776 B
776 B
Home 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* for more information.
Edit the
/etc/openstack_deploy/openstack_user_config.yml
file and add the host to thecompute_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.$ cd /opt/openstack-ansible/playbooks $ openstack-ansible setup-everything.yml --limit NEW_HOST_NAME