We are glad to announce the release of: metalsmith 1.4.4: Deployment and Scheduling tool for Bare Metal This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/metalsmith Download the package from: https://tarballs.openstack.org/metalsmith/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/metalsmith For more details, please see below. Changes in metalsmith 1.4.3..1.4.4 ---------------------------------- 8da3eff Do a precise node lookup for unprovision c62ee4e Add linters job 1ba2507 metalsmith_instances module, unprovision by hostname 5873507 metalsmith_instances module, pass hostname in reserve 66743a2 metalsmith list handle missing port e207b29 Add a workaround to fix the CI cc00215 Ensure tox.ini is ASCII ad2be35 Avoid non-Stream CentOS 8, it is EOL; make one job non-voting Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 +++- metalsmith/_instance.py | 16 +++++-- metalsmith/test/test_instance.py | 13 ++++++ metalsmith/test/test_metalsmith_instances.py | 49 ++++++++++++++++++++++ .../modules/metalsmith_instances.py | 26 +++++++++++- playbooks/integration/centos8-image.yaml | 4 +- playbooks/integration/centos8-integration.yaml | 2 +- playbooks/integration/initial-setup.yaml | 5 +++ playbooks/integration/run.yaml | 2 +- tools/ansible-lint.sh | 8 ++++ tox.ini | 11 ++++- 11 files changed, 131 insertions(+), 12 deletions(-)