b595bacddbdb526b5db31c1c48168cc10f39723e
This change implements the concurrency functionality in the os_baremetal_clean_node module. The module will now process all nodes provided concurently limiting threads to the number of nodes or the option `concurrency` which has a default of 20. If the number of nodes less that value of `concurrency` the thread pool will be limited to the number of nodes. Change-Id: I07f3c731c79cfe9bac8652f082e291832dc9b351 Signed-off-by: Kevin Carter <kecarter@redhat.com>
Team and repository tags
TripleO Ansible
TripleO Ansible project repository. Contains Ansible playbooks, roles, and plugins for use with TripleO.
Documentation for the project can be found at: https://docs.openstack.org/tripleo-ansible/latest/
Release notes for the project can be found at: https://docs.openstack.org/releasenotes/tripleo-ansible/
The project source code repository is located at: https://opendev.org/openstack/tripleo-ansible/
The project home is at: https://launchpad.net/tripleo
The project bug tracker is located at: https://bugs.launchpad.net/tripleo
Description
RETIRED, TripleO Ansible project repository. Contains playbooks for use with TripleO OpenStack deployments.