Simple deployment and scheduling tool for bare metal
Go to file
Dmitry Tantsur 814611f022 Switch to allocation API instead of reservations via instance_id
Change-Id: I45882ddd18d2a91db9c3592c6ed527676b91091b
2019-05-17 13:28:58 +02:00
doc Update Sphinx requirements to match global-requirements 2019-05-16 12:14:23 +02:00
metalsmith Switch to allocation API instead of reservations via instance_id 2019-05-17 13:28:58 +02:00
playbooks/integration OpenDev Migration Patch 2019-04-19 19:31:09 +00:00
releasenotes Build configdrives on ironic side 2019-05-17 10:30:41 +02: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 OpenDev Migration Patch 2019-04-19 19:31:09 +00: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 Build configdrives on ironic side 2019-05-17 10:30:41 +02:00
requirements.txt Build configdrives on ironic side 2019-05-17 10:30:41 +02:00
setup.cfg Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 12:38:57 +00: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 12:38:57 +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