62fcbf2925

If a container fails to start after many retries, the default logging of the async_status tasks isn't great and it's hard to figure out what container failed to start. In this patch, we introduce a new filter that will read the async_results and build a list of containers which failed to start (failed to True) or did not finish to start (finished to 0); the async_status ignores errors, but we fail a bit later after building that list. Change-Id: I5a2270130bdf5b9d781f4d81ec25c6ccf12fdc07
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.