Simple deployment and scheduling tool for bare metal
Go to file
Iury Gregory Melo Ferreira 05ed2cf76b No need to import print function anymore
Removing print function import

Change-Id: I9a5d8cd44ba980d6b9a7570573c6ed6a9725721e
2020-04-21 13:23:46 +02:00
doc Cleanup py27 support 2020-04-05 18:08:09 +02:00
metalsmith No need to import print function anymore 2020-04-21 13:23:46 +02:00
playbooks/integration Be moderate about disk space in the CI 2020-03-18 15:52:56 +01:00
releasenotes Update master for stable/ussuri 2020-04-02 10:52:38 +00:00
roles/metalsmith_deployment Make resource class required 2019-03-01 15:39:51 +01:00
.gitignore Add release notes 2018-10-16 15:24:20 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:31:09 +00:00
.stestr.conf Switch to stestr for unit tests 2018-09-10 13:05:02 +02:00
.zuul.yaml CI: increase the swift loopback disk size for the CentOS job 2020-04-02 14:19:04 +02:00
LICENSE Initial commit 2015-08-27 11:33:12 +02:00
lower-constraints.txt Bump hacking to 3.0.0 2020-03-30 16:52:41 +02:00
README.rst Expose Allocation objects on Instance 2019-05-16 12:15:52 +02:00
requirements.txt Stop using six library 2019-12-03 15:15:20 +01:00
setup.cfg Cleanup py27 support 2020-04-05 18:08:09 +02:00
setup.py Cleanup py27 support 2020-04-05 18:08:09 +02:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-04-18 16:05:36 -05:00
tox.ini Drop python 2.7 support and testing 2019-11-25 13:33:37 +01:00

Deployment and Scheduling tool for Bare Metal

image

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).

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