Deployment and Scheduling tool for Bare Metal

https://governance.openstack.org/badges/metalsmith.svg

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.

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

Python API

The main entry point to the API is metalsmith.Provisioner.

Command-Line Interface

Ansible Role

Indexes