The openstack-ansible-ops repository contains a playbook for removing a compute host from an OpenStack-Ansible (OSA) environment. To remove a compute host, follow the below procedure.
Note
This guide describes how to remove a compute node from an OSA environment completely. Perform these steps with caution, as the compute node will no longer be in service after the steps have been completed. This guide assumes that all data and instances have been properly migrated.
Disable all OpenStack services running on the compute node. This can include, but is not limited to, the nova-compute service and the neutron agent service.
Note
Ensure this step is performed first
# Run these commands on the compute node to be removed # stop nova-compute # stop neutron-linuxbridge-agent
$ git clone https://git.openstack.org/openstack/openstack-ansible-ops \ /opt/openstack-ansible-ops
$ cd /opt/openstack-ansible-ops/ansible_tools/playbooks openstack-ansible remove_compute_node.yml \ -e node_to_be_removed="<name-of-compute-host>"
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.