Metadata-Version: 2.1
Name: metalsmith
Version: 2.5.1.dev2
Summary: Deployment and Scheduling tool for Bare Metal
Home-page: https://opendev.org/openstack/metalsmith
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: Apache-2
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: pbr!=2.1.0,>=2.0.0
Requires-Dist: openstacksdk>=0.29.0
Requires-Dist: requests>=2.18.4
Requires-Dist: PrettyTable>=0.7.2

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) <https://docs.openstack.org/ironic/latest/>`_ and,
optionally, `OpenStack Image Service (glance)
<https://docs.openstack.org/glance/latest/>`_ and `OpenStack Networking
Service (neutron) <https://docs.openstack.org/neutron/latest/>`_.

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
  <https://review.opendev.org/q/project:openstack/metalsmith>`_
  (see `developer's guide
  <https://docs.openstack.org/infra/manual/developers.html>`_)
* Bugs and RFEs:  `Launchpad
  <https://bugs.launchpad.net/metalsmith/+bugs>`_
  (please do NOT report bugs to Github)

