Simple deployment and scheduling tool for bare metal
Go to file
Dmitry Tantsur 0afed7462d Stop requiring root size for whole disk images
This requirement has been fixed in newer versions of ironic.

Change-Id: I4460755ee66b4aa0b8a651b6bd142c769d669ee2
(cherry picked from commit 2d801e2526)
2019-11-13 07:59:13 +00:00
doc Build pdf doc 2019-09-07 01:31:44 +00:00
metalsmith Stop requiring root size for whole disk images 2019-11-13 07:59:13 +00:00
playbooks/integration Stop requiring root size for whole disk images 2019-11-13 07:59:13 +00:00
releasenotes Stop requiring root size for whole disk images 2019-11-13 07:59:13 +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 Update .gitreview for stable/train 2019-09-04 20:54:15 +00:00
.stestr.conf Switch to stestr for unit tests 2018-09-10 13:05:02 +02:00
.zuul.yaml CI: increase the timeout for the СentOS job 2019-06-26 15:23:58 +02:00
LICENSE Initial commit 2015-08-27 11:33:12 +02:00
README.rst Expose Allocation objects on Instance 2019-05-16 12:15:52 +02:00
lower-constraints.txt Bring formatting in line with other OpenStack CLI 2019-07-22 15:01:15 +02:00
requirements.txt Bring formatting in line with other OpenStack CLI 2019-07-22 15:01:15 +02:00
setup.cfg Update Python 3 test runtimes for Train 2019-06-13 09:59:09 +02:00
setup.py Update from Pike requirements 2017-09-20 12:26:47 +02:00
test-requirements.txt Switch to stestr for unit tests 2018-09-10 13:05:02 +02:00
tox.ini Build pdf doc 2019-09-07 01:31:44 +00:00

README.rst

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