Simple deployment and scheduling tool for bare metal
Go to file
OpenStack Release Bot 09ef14dc54 Update .gitreview for unmaintained/victoria
Change-Id: I2acac81fdbd807bd7649543bad33c18e9fd8cbcc
2024-03-14 11:19:13 +00:00
doc Document metalsmith_instances 2020-09-02 11:12:10 +12:00
metalsmith Do not wipe instance_info on normal unprovisioning 2021-01-28 18:20:16 +00:00
metalsmith_ansible Handle out-of-tree openstack module_utils 2020-10-05 12:46:12 +02:00
playbooks/integration Add linters job 2022-07-20 07:14:16 -07:00
releasenotes Do not wipe instance_info on normal unprovisioning 2021-01-28 18:20:16 +00:00
tools Add linters job 2022-07-20 07:14:16 -07:00
.ansible-lint Add linters job 2022-07-20 07:14:16 -07:00
.gitignore Add release notes 2018-10-16 15:24:20 +02:00
.gitreview Update .gitreview for unmaintained/victoria 2024-03-14 11:19:13 +00:00
.stestr.conf Switch to stestr for unit tests 2018-09-10 13:05:02 +02:00
.zuul.yaml Add linters job 2022-07-20 07:14:16 -07: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 Move metalsmith_instances from tripleo-ansible 2020-07-01 13:30:35 +12: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 metalsmith_instances from tripleo-ansible 2020-07-01 13:30:35 +12:00
tox.ini Fixes for tox 4.0 2022-12-15 18:23:41 +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