metalsmith 0.8.0 (stein)
We are psyched to announce the release of: metalsmith 0.8.0: Deployment and Scheduling tool for Bare Metal This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/metalsmith Download the package from: https://tarballs.openstack.org/metalsmith/ Please report issues through launchpad: https://storyboard.openstack.org/#!/project/openstack/metalsmith For more details, please see below. 0.8.0 ^^^^^ Prelude This is the first release where release notes were introduced. Changes in metalsmith 0.7.0..0.8.0 ---------------------------------- 192b740 Add release notes 5cdc7c2 Switch testing from Python 3.5 to 3.7 b764e04 fix tox python3 overrides be21ac7 Updates after becoming an official projects 2eed138 Add the "---" into ansible yaml file 47fe222 Accept optional fixed_ip for nics Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 +- .zuul.yaml | 7 +- README.rst | 41 ++--- lower-constraints.txt | 1 + metalsmith/_cmd.py | 11 +- metalsmith/_nics.py | 168 +++++++++++++++++++ metalsmith/_provisioner.py | 131 ++++----------- metalsmith/_utils.py | 21 --- metalsmith/test/test_cmd.py | 14 ++ metalsmith/test/test_provisioner.py | 62 ++++++- playbooks/integration/centos-image.yaml | 1 + playbooks/integration/cirros-image.yaml | 1 + playbooks/integration/exercise.yaml | 1 + playbooks/integration/post.yaml | 1 + playbooks/integration/pre.yaml | 1 + playbooks/integration/run.yaml | 1 + playbooks/integration/ssh-key.yaml | 1 + releasenotes/notes/.placeholder | 0 releasenotes/notes/initial-5afe4a5f6a13fa8e.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 198 +++++++++++++++++++++++ releasenotes/source/index.rst | 8 + releasenotes/source/unreleased.rst | 5 + roles/metalsmith_deployment/README.rst | 10 ++ tox.ini | 12 ++ 30 files changed, 596 insertions(+), 167 deletions(-)
participants (1)
-
no-reply@openstack.org