e6568a02bd30957561b3998fcfe23ec65adde863

The allocation name/hostname is set during the provision step, but it is also possible to set it during the reserve step, which is done in this change. Setting the name during reservation is more correct, and triggers some extra sanity checks during provision. But it also enables this change[1] which attempts to reserve the node with the same name as the allocation. [1] https://review.opendev.org/c/openstack/ironic/+/845856 Change-Id: I0da4644a955b8e9fbf509c074b939b97c64739cb
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://opendev.org/openstack/metalsmith
- Bugs: https://storyboard.openstack.org/#!/project/openstack/metalsmith
Installation
pip install --user metalsmith
Note
The current versions of metalsmith require Bare Metal API from the Stein release or newer. Use the 0.11 release series for older versions.
Contributing
- Pull requests: Gerrit (see developer's guide)
- Bugs and RFEs: StoryBoard (please do NOT report bugs to Github)
Description
Languages
Python
99.9%