We are satisfied to announce the release of: paunch 6.0.2: Utility to launch and manage containers using YAML based configuration data This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/paunch Download the package from: https://tarballs.openstack.org/paunch/ Please report issues through: https://bugs.launchpad.net/paunch/+bugs For more details, please see below. Changes in paunch 6.0.1..6.0.2 ------------------------------ b2a8afb remove py27 in tox.ini from paunch 9b62765 Do not set cpuset-cpus if cconfig['cpuset_cpus'] == 'all' 7bb9471 Don't set cpuset_cpus if empty 6bf3000 move centos-7 jobs to centos-8 where possible a0a4276 Update zuul layout to reflect recent changes in TripleO eb3d3b7 Cleanup containers in the same loop as they are created 3006b54 Fallback to a rm -f action for podman 8489a0c Allow to not cleanup containers that aren't in config Diffstat (except docs and test files) ------------------------------------- paunch/__init__.py | 10 +- paunch/builder/base.py | 89 ++++++++++----- paunch/builder/compose1.py | 14 ++- paunch/builder/podman.py | 13 ++- paunch/cmd.py | 10 +- paunch/runner.py | 15 ++- paunch/utils/common.py | 8 -- tox.ini | 9 +- zuul.d/layout.yaml | 42 +++---- 13 files changed, 215 insertions(+), 223 deletions(-)