Simple deployment and scheduling tool for bare metal
8e7b8d3f39
Currently stale values can be left in instance_info (and reused next time) if a deployment attempts fails. This change ensures that we: 1) Purge instance_info completely on failures 2) Only keep traits and capabilities in instance_info on deploy. Change-Id: I52a85620d9ac2f471bca6498294871f3bb16d47f |
||
---|---|---|
doc | ||
metalsmith | ||
playbooks/integration | ||
releasenotes | ||
roles/metalsmith_deployment | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Deployment and Scheduling tool for Bare Metal
Overview
This is a simple tool to provision bare metal machines using OpenStack Bare Metal Service (ironic) and, optionally, OpenStack Image Service (glance) and OpenStack Networking Service (neutron).
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/metalsmith/
- Source: https://git.openstack.org/cgit/openstack/metalsmith
- Bugs: https://storyboard.openstack.org/#!/project/openstack/metalsmith
Installation
pip install --user metalsmith
Contributing
- Pull requests: Gerrit (see developer's guide)
- Bugs and RFEs: StoryBoard (please do NOT report bugs to Github)