https://github.com/openstack/metalsmith
Simple deployment and scheduling tool for bare metal. Mirror of code maintained at opendev.org.
https://github.com/openstack/metalsmith
Last synced: about 1 year ago
JSON representation
Simple deployment and scheduling tool for bare metal. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/metalsmith
- Owner: openstack
- License: apache-2.0
- Created: 2018-05-14T15:23:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T14:13:44.000Z (over 1 year ago)
- Last Synced: 2025-04-09T11:52:38.942Z (about 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/metalsmith
- Size: 577 KB
- Stars: 8
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Deployment and Scheduling tool for Bare Metal
=============================================
.. image:: https://governance.openstack.org/badges/metalsmith.svg
:target: https://governance.openstack.org/reference/tags/index.html
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) `_.
Please note the Metalsmith project is in maintenance mode and it's
functionality is slowly being introduced into Ironic's API and usual clients.
No additional features are expected to be added to metalsmith directly.
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/metalsmith/
* Source: https://opendev.org/openstack/metalsmith
* Bugs: https://bugs.launchpad.net/metalsmith/+bugs
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: `Launchpad
`_
(please do NOT report bugs to Github)