Simple deployment and scheduling tool for bare metal
Go to file
Dmitry Tantsur 912e0a37e5 Move pep8 requirements to tox.ini
We don't need them for unit tests and they're not usually constrained.

Change-Id: Ib1f9235c339df02f2e8c27a46700c9fb1b4be826
2020-12-09 14:38:01 +01:00
doc Document metalsmith_instances 2020-09-02 11:12:10 +12:00
metalsmith metalsmith_deployment role switch to metalsmith_instances 2020-10-08 09:48:20 +13:00
metalsmith_ansible metalsmith_deployment role switch to metalsmith_instances 2020-10-08 09:48:20 +13:00
playbooks/integration Merge "Add a Centos8 UEFI based job" 2020-10-31 00:24:11 +00:00
releasenotes Update master for stable/victoria 2020-09-04 13:04:54 +00: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 Merge "Add a Centos8 UEFI based job" 2020-10-31 00:24:11 +00:00
LICENSE Initial commit 2015-08-27 11:33:12 +02:00
lower-constraints.txt Move metalsmith_instances from tripleo-ansible 2020-07-01 13:30:35 +12: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
roles Move roles into a standard directory layout 2020-07-01 13:30:35 +12:00
setup.cfg Move metalsmith_instances from tripleo-ansible 2020-07-01 13:30:35 +12:00
setup.py Cleanup py27 support 2020-04-05 18:08:09 +02:00
test-requirements.txt Move pep8 requirements to tox.ini 2020-12-09 14:38:01 +01:00
tox.ini Move pep8 requirements to tox.ini 2020-12-09 14:38:01 +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