Simple deployment and scheduling tool for bare metal
Go to file
OpenStack Release Bot 25a0b41110 Update .gitreview for unmaintained/xena
Change-Id: I04cc992d9ba20fdb25de735d5e39d482a98d608e
2024-03-14 11:28:17 +00:00
doc Use importlib instead of imp 2021-08-17 08:16:59 +09:00
metalsmith Get ports by 'binding:host_id' query filter 2023-03-16 15:55:20 +00:00
metalsmith_ansible Stable-Only: CI: Force install an appropriate openstacsdk version 2023-09-28 16:57:31 +00:00
playbooks/integration Stable-Only: CI: Force install an appropriate openstacsdk version 2023-09-28 16:57:31 +00:00
releasenotes Set binding:host_id on VIFs 2021-11-30 14:50:59 +00:00
tools Add linters job 2022-07-12 21:56:09 +00:00
.gitignore Add release notes 2018-10-16 15:24:20 +02:00
.gitreview Update .gitreview for unmaintained/xena 2024-03-14 11:28:17 +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-12 21:56: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
requirements.txt Uncap PrettyTable 2021-02-20 10:22:50 +08:00
roles Move roles into a standard directory layout 2020-07-01 13:30:35 +12:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-11 15:02:17 +08:00
setup.py Cleanup py27 support 2020-04-05 18:08:09 +02:00
test-requirements.txt stable-only: Constrain the upper Ansible version 2023-09-18 20:33:09 +00:00
tox.ini Fixes for tox 4.0 2022-12-15 18:22:07 +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